Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nezos
/
codelite
Public
forked from
eranif/codelite
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codelite
WebTools
WebToolsBase.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 20, 2021
removed `tern` JS code completion (code completion can be added by customizing LSP plugin)
Show description for d9308fc
eranif
committed
d9308fc
View commit details
Copy full SHA for d9308fc
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
Tern now uses a fixed port number instead of random one
eranif
committed
4bf0af1
View commit details
Copy full SHA for 4bf0af1
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
NodeJS debugger: put the 'Stdout' view in a separated console
Show description for a0a44f9
eranif
committed
a0a44f9
View commit details
Copy full SHA for a0a44f9
View code at this point
Browse repository at this point
Commits on Feb 16, 2019
NodeJS: support lint (syntax check) on file save, can be disabled from the web-tools plugin settings
eranif
committed
30d1a72
View commit details
Copy full SHA for 30d1a72
View code at this point
Browse repository at this point
Added support for JS lint
Show description for 4172614
eranif
committed
4172614
View commit details
Copy full SHA for 4172614
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
NodeJS debugger: support copying the debugger backtrace using context menu
eranif
committed
f3764bc
View commit details
Copy full SHA for f3764bc
View code at this point
Browse repository at this point
Commits on Nov 11, 2018
nodejs debugger: it is now possible to walk through the stack trace by double clicking an stack trace entry
eranif
committed
5c335fb
View commit details
Copy full SHA for 5c335fb
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
Nodejs debugger: usability fixes to the UI
eranif
committed
bef0548
View commit details
Copy full SHA for bef0548
View code at this point
Browse repository at this point
Nodejs debugger: added "Locals" view
eranif
committed
5df2fe9
View commit details
Copy full SHA for 5df2fe9
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
Nodejs debugger: added toolbar to simplify the breakpoints management
eranif
committed
d9c0af5
View commit details
Copy full SHA for d9c0af5
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
CodeLite now support debugging Node.js v8+ and later using the new ChromeDevTools protocol
eranif
committed
88e7560
View commit details
Copy full SHA for 88e7560
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
Extended to the nodejs ui to include 'console' view
eranif
committed
b420db9
View commit details
Copy full SHA for b420db9
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Nodejs: support breakpoints management + console input/output
eranif
committed
3481273
View commit details
Copy full SHA for 3481273
View code at this point
Browse repository at this point
More code cleanup
eranif
committed
539d608
View commit details
Copy full SHA for 539d608
View code at this point
Browse repository at this point
Continued work on the new nodejs debugger
eranif
committed
c2882ba
View commit details
Copy full SHA for c2882ba
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Handle NodeJS message: "Debugger.scriptParsed"
eranif
committed
a71dd24
View commit details
Copy full SHA for a71dd24
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
Continued work on NodeJS CLI debugger
eranif
committed
4baa489
View commit details
Copy full SHA for 4baa489
View code at this point
Browse repository at this point
Commits on Oct 20, 2018
Node JS debugger uses clThemedListCtrl and clThemedTreeCtrl
eranif
committed
4b9967d
View commit details
Copy full SHA for 4b9967d
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
NodeJS debugger: console now uses wxTerminal
eranif
committed
585be31
View commit details
Copy full SHA for 585be31
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
NodeJS: support for node-express and WebPack code completion
Eran Ifrah
committed
3cf7b96
View commit details
Copy full SHA for 3cf7b96
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
Fixed: NodeJS debugger: added an option to set the working directory for the debugger
Eran Ifrah
committed
1e7525f
View commit details
Copy full SHA for 1e7525f
View code at this point
Browse repository at this point
Commits on Nov 22, 2015
NodeJS: make the path to nodejs configurable from Plugins->WebTools->Settings
Show description for cf8a5b6
Eran Ifrah
committed
cf8a5b6
View commit details
Copy full SHA for cf8a5b6
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
Yet, another icons update
eranif
committed
7cb8f2b
View commit details
Copy full SHA for 7cb8f2b
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Fixed: Node.js: make sure that command line arguments are wrapped with quotes if needed
Show description for ddc1f48
eranif
committed
ddc1f48
View commit details
Copy full SHA for ddc1f48
View code at this point
Browse repository at this point
Commits on Sep 20, 2015
NodeJS: "New Workspace" dialog: set the focus to the "Name" field
eranif
committed
c7787eb
View commit details
Copy full SHA for c7787eb
View code at this point
Browse repository at this point
NodeJS: new workspace dialog: use a small button for the browsing for folder
eranif
committed
61eaa59
View commit details
Copy full SHA for 61eaa59
View code at this point
Browse repository at this point
Fixed: double clicking on an item in the "New Workspace Type" selection dialog
Show description for 1126043
eranif
committed
1126043
View commit details
Copy full SHA for 1126043
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
NodeJS: use a tree like tooltip for the debugger
eranif
committed
a242d84
View commit details
Copy full SHA for a242d84
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
NodeJS: added intial tree like tooltip
Eran Ifrah
committed
759ea7e
View commit details
Copy full SHA for 759ea7e
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
Cont worked on Node.js debugger not showing all locals properly
eranif
committed
0c5ff1f
View commit details
Copy full SHA for 0c5ff1f
View code at this point
Browse repository at this point
Commits on Aug 28, 2015
NodeJS: extended the "New Workspace" with a new option "Create workspace from existing source files"
eranif
committed
3c49d15
View commit details
Copy full SHA for 3c49d15
View code at this point
Browse repository at this point
Commits on Jul 26, 2015
Regenerated the UI code to avoid resource version number issue
eranif
committed
e634eb7
View commit details
Copy full SHA for e634eb7
View code at this point
Browse repository at this point
Commits on Jul 18, 2015
Plugins can now register images for file-types via the new BitmapLoader::RegisterImage API call
eranif
committed
0b9bcc3
View commit details
Copy full SHA for 0b9bcc3
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
NodeJS debugger: added "evaluated expression" field to the console to allow interacting with Node.js
eranif
committed
ede2f45
View commit details
Copy full SHA for ede2f45
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
Node.js minor debugger UI fixes
eranif
committed
76d9e7b
View commit details
Copy full SHA for 76d9e7b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.