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 }}
bztd
/
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
CodeFormatter
codeformatter.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 28, 2024
Added missing header for non PCH builds
Show description for 055958d
eranif
committed
055958d
View commit details
Copy full SHA for 055958d
View code at this point
Browse repository at this point
Commits on Dec 1, 2024
LSP & Source code formatter changes
Show description for 1fc7117
eranif
committed
1fc7117
View commit details
Copy full SHA for 1fc7117
View code at this point
Browse repository at this point
Commits on Nov 3, 2024
[cleanup] Remove unused code (#3508)
Jarod42
authored
dbe49e7
View commit details
Copy full SHA for dbe49e7
View code at this point
Browse repository at this point
Commits on Aug 20, 2024
[cleanup] Remove globals `thePlugin` (except for `DatabaseExplorer`) (#3447)
Jarod42
authored
43deffa
View commit details
Copy full SHA for 43deffa
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
Plugin sub directories (#3423)
Show description for 14169f9
Jarod42
authored
14169f9
View commit details
Copy full SHA for 14169f9
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
fixed: editor flickers after foramtter execution
eranif
committed
5b95d78
View commit details
Copy full SHA for 5b95d78
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
Fixed: regression: line numbers not updated correctly after formatting or saving file
Show description for c77e1e0
eranif
committed
c77e1e0
View commit details
Copy full SHA for c77e1e0
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
- Code formatter: set the externally modified file path in the `FileName` property of the `wxEVT_FILE_MODIFIED_EXTERNALLY` event
Show description for 55c90bf
eranif
committed
55c90bf
View commit details
Copy full SHA for 55c90bf
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
source code formatter: remove flicker when using non-inplace formatter
eranif
committed
00729bc
View commit details
Copy full SHA for 00729bc
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
code formatter: when attempting to format a remote file which is modified, ensure it is saved first
eranif
committed
9ec7bf5
View commit details
Copy full SHA for 9ec7bf5
View code at this point
Browse repository at this point
Commits on Aug 18, 2023
source code formatter: if no formatters are configured, trigger a scan on startup
eranif
committed
a72b0e2
View commit details
Copy full SHA for a72b0e2
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
clear modified lines after a file was formatted
eranif
committed
69c8b90
View commit details
Copy full SHA for 69c8b90
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
use the new clRemoteHost to format remote source files
eranif
committed
7be91ed
View commit details
Copy full SHA for 7be91ed
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
CodeLite now uses 2 top level toolbars:
Show description for 301011d
eranif
committed
301011d
View commit details
Copy full SHA for 301011d
View code at this point
Browse repository at this point
allow both clToolBarGeneric and clToolBarNative to co-exist
eranif
committed
e58b9d0
View commit details
Copy full SHA for e58b9d0
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
source code formatter: support parsing files without extensions based on their content
eranif
committed
736a505
View commit details
Copy full SHA for 736a505
View code at this point
Browse repository at this point
- code formatter: don't update the file if the formatter process exited with error code
Show description for 5582e6f
eranif
committed
5582e6f
View commit details
Copy full SHA for 5582e6f
View code at this point
Browse repository at this point
code formatter: use thread pool to format multiple files at once
Show description for 92f5f75
eranif
committed
92f5f75
View commit details
Copy full SHA for 92f5f75
View code at this point
Browse repository at this point
removed un-needed files
eranif
committed
bd395ce
View commit details
Copy full SHA for bd395ce
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Code formatter: formatting is now done using a background thread
eranif
committed
7c7362a
View commit details
Copy full SHA for 7c7362a
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
source code formatter: implemented "FormatOnSave"
eranif
committed
6c063bd
View commit details
Copy full SHA for 6c063bd
View code at this point
Browse repository at this point
added new wxEVT_FILE_MODIFIED_EXTERNALLY indicating that a file was modified outside of the IDE
eranif
committed
b67912b
View commit details
Copy full SHA for b67912b
View code at this point
Browse repository at this point
Source Code Formatter: PHP formatters: use $(WorkspacePath) in the command
Show description for c90e566
eranif
committed
c90e566
View commit details
Copy full SHA for c90e566
View code at this point
Browse repository at this point
Source Code Formatter: after the execution of an in-place formatter, fire a "file saved" event
eranif
committed
4a16c7b
View commit details
Copy full SHA for 4a16c7b
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
source code formatter: use codelite-remote.json to configure remote tools
eranif
committed
3cb546c
View commit details
Copy full SHA for 3cb546c
View code at this point
Browse repository at this point
Commits on Oct 1, 2022
code formatter: fixed batch formatting
eranif
committed
d2f7e84
View commit details
Copy full SHA for d2f7e84
View code at this point
Browse repository at this point
code formatter: fixed: auto save the file before formatting it
eranif
committed
7e5b9e1
View commit details
Copy full SHA for 7e5b9e1
View code at this point
Browse repository at this point
Added rustfmt support
eranif
committed
aa2d3be
View commit details
Copy full SHA for aa2d3be
View code at this point
Browse repository at this point
Code Formatter: plugin refactoring
Show description for ba8c8cd
eranif
committed
ba8c8cd
View commit details
Copy full SHA for ba8c8cd
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
msw: CodeLite is now built using `clang++` instead of `g++`
eranif
committed
99a637c
View commit details
Copy full SHA for 99a637c
View code at this point
Browse repository at this point
Commits on May 31, 2022
codelite logger: allow reusing this class on a different log target
Show description for 432db4e
eranif
committed
432db4e
View commit details
Copy full SHA for 432db4e
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
fixed: rustfmt generated too many errors and failed to format the source file
eranif
committed
73e9dd7
View commit details
Copy full SHA for 73e9dd7
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
clKeyboardManager revamping
Show description for c88cc6c
rlbxku1r
authored and
eranif
committed
c88cc6c
View commit details
Copy full SHA for c88cc6c
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
added basic JSON formatter
eranif
committed
4831690
View commit details
Copy full SHA for 4831690
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
Lexer: separate JSON from the JavaScript file
eranif
committed
7499206
View commit details
Copy full SHA for 7499206
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.