Revisions of codelite
Dominique Leuenberger (dimstar_suse)
accepted
request 999866
from
Martin Pluskal (pluskalm)
(revision 20)
Dominique Leuenberger (dimstar_suse)
accepted
request 974637
from
Martin Pluskal (pluskalm)
(revision 19)
Dominique Leuenberger (dimstar_suse)
accepted
request 970350
from
Martin Pluskal (pluskalm)
(revision 18)
- Upgrade to upstream 15.0.11 * Remove codelite-SpellChecker-unnest-classes.patch (obsoleted by upstream) * Remove 0001-Fix-compilation-with-recent-glibc-where-SIGSTKSZ-is-.patch (obsoleted by upstream) - Remove fix_compilation_JSON_wxWidgets.patch * Add wxStl.patch for supporting wxWidgets built with -DwxUSE_STL=1 * Add wxVersion.patch to fix build with wxWidgets-3.[01].* * Expanded fix_node_env-script-interpreter.patch to cover new Runtime/codelite-remote script * Upstream changes: * Bug fixes - Fixed: externally modified files are not reloaded - Remove redundant file system scan - Fixed: always pass `RootURI` when sending `Initialize` request to the LSP server, even if the user did not provide one - Fixed: JSON encoding issue - Fixed: `codelite-terminal` does not apply environment variables when generating `compile_flags.txt` file required by `clangd` - Fixed: Linux: Move tab right / left with the keyboard does not work - Fixed: file system workspace: in some cases, system scan is not working as intended and only scans the top level - Fixed: code formatter regression which caused CodeLite to override the user's settings - Fixed: GTK: right click on tab causes a weird behavior of selecting random file - Fixed: Implement All Un-Implemented Functions not working when header and source are not placed in the same directory - Fixed: wxCrafter: "Insert into new Sizer" should not be visible for wxAuiManager (by *rlbxku1r*) - Fixed: CodeLite Makefile Generator - UNIX: Windows resource files are not compiled - Fixed: "Closed other tabs" -> send "close event" for every closed tab - fixed: PHP workspace: allow user to include the workspace or project folder when selecting `Find In Folder` from the context menu - fixed: PHP workspace: make it multiple selection - Fixed: make sure that the editor folder exists before writing - Fixed: C++ workspace: post/pre build events: ignore empty commands - Fixed: Feature request: include file extensions for [Drupal projects][2] - Fixed: Fix Output View multi-byte text handling (*rlbxku1r*) - Fixed: PHP settings: post parse-workspace event only when a PHP workspace is opened - Fixed: spell checker: when calling "Check" on a file, do not uncheck the option of the 'continuous checking' - Fixed: keyboard shortcuts are now working once again in wxCrafter - Fixed: word completion is broken if a word contains letters with diacritics - Fixed: avoid restarting any non C++ Language Server when the build process ends - Fixed: crash when clicking on the "Link Editor" and no active editor is opened - Fixed: colours and fonts dialog: changing the global theme now enables the `apply` button - Fixed: Syntax highlight Dialog: when importing a theme, print its name in the completion dialog - Fixed: use custom GTK code to get the parent bg colour - Fixed: GTK assertions - wxCrafter: Fix inconsistent style of option array strings. These strings are now properly wrapped according to the 'Generate Translatable Strings' setting (*rlbxku1r*) - wxCrafter: Fix invalid string literal in auto-generated `wxHtmlWindow` code (*rlbxku1r*) - wxCrafter: Add missing translations (*rlbxku1r*) - Fixed: `codelite-terminal` should now start on `macOS` - Fixed: `Quick Add Next` now ensures that if the match is in a hidden line (aka `folded`), it unfold it. fixes: https://github.com/eranif/codelite/issues/2748 - Git plugin: operations on the tree view now uses the correct repository path - Fixed: https://github.com/eranif/codelite/issues/2763 - Goto Declaration/Implementation doesn't work (well) with tabs - fixed: on linux, on certain window managers, the tooltip size calculation is smaller than the size required for actually drawing it - MSW: don't allow dark mode for text controls - Removed the non maintained Notebook style: `TRAPEZOID` - Fixed: [Wrap with brackets option not working][fixes: https://github.com/eranif/codelite/issues/2822] - Find Replace Bar: fixed issue with no Latin charcters - Fixed: code completion tooltip generated by the CTags code completion engine are not compatible with markdown syntax - Fixed: function hover tip should not be rejected by the file system workspace (*rlbxku1r*) - Fixed: changing the zoom in one editor, applies it to other editors as well - CodeLiteDiff fixes - Code Formatter: various fixes to `clang-format` - Fixed: `Close other tabs` context menu entry, does not attempt the modified `this` tab - Fixed navigation bar persistency issue (*rlbxku1r*) - Fixed: `Remoty`: when `Remoty` is enabled, typing in the `Remote path` field manually, causes CodeLite to crash - Fixed: Create New C++ Project: do not prompt the user to switch to `CodeLite Makefile Generator - UNIX` when using GCC from the **MinGW** MSYS repository - Fixed: navigation bar commit message does not update with when changing lines - Fixed: Syntax Highlight: clicking on the `Restore Defaults` button, will now restore the previous font + selected theme - Fixed: GNU make & bash builder: Fix error with parent directory name containing spaces (*rlbxku1r*) - Fixed: CodeFormatter: `Export .clang-format file` points to the workspace directory by default - Fixed: Debugger: Fix a regression that the setting `Use CTRL key to evaluate expressions under the cursor` doesn't remember its value - Fixed: Project Settings: Don't try to save or clone an unnamed compiler - Fix Search & Replace for UTF-8 string - Fixed: GTK: at times, right clicking inside an editor might trigger the tab control context menu this could happen when right clicking near the top edge of the editor. - Fixed: GTK: output view/workspace view: choosing "hide" or "detach" from the tab context menu for a non active tab, would perform the selected action on the active tab * Improvements - Fixed: be more tolerant for language server implementations that do not implement the protocol as is (e.g. rust) - Added `Rust` syntax highlight - LSP: support completion item's doc implemented inside `MarkupContent` - Added **new** `Rust` plugin: - Debugger support via `rust-gdb` - Project management - Code completion via the Language Server Plugin using the `rls` server or the `rust-analyzer` LSP - Build output is clickable and allows user to quickly open problematic source files - Git Commit List dialog: layout changes. Make the diff window occupy half of the dialog - clToolBar: honour the `wxTB_NODIVIDER` style flag - use a more sensible colours for highligthing text in the various tree / list controls - Implemented a custom Menu Bar - General performance & stability fixes - Added new Remote plugin which allows user to load a remote "File System Workspace" over SSH - Task view removed. It is now part of the Find In Files dialog - Colours and fonts dialog: updating the text selection colours is now done for all the languages supported for the currently active theme - **Remoty plugin**: use the newly added `codelite-remote` interface which allows using various plugin on a remote machines: - `Git` - `find in files` - `Language Server Plugin` over SSH - Diff plugin - UI updates - Added new tab control style: `FIREFOX` (screenshot below) - Build tab output rewritten: it now honours the terminal colours - Git plugin log view re-written and it now uses the same control as the build output, which honours the terminal colours - Project Settings: Improve dirty settings detection (*rlbxku1r*) - Project Settings: Use `append` by default for PCH flags option (*rlbxku1r*) - `clangd` + `clang-format` that comes with CodeLite for macOS and Windows are now using version `12.0.0` - File System Workspace: support multi-line commands in the build pages - When using the file system workspace, export a special enviroment variable `CXX_INCLUDE_PATHS` this variable contains a list of compiler search paths for header files, separated by `;` is useful when using `CMake` + `MinGW` + `file system workspace` under windows, where the `CMAKE_EXPORTS_COMPILE_COMMANDS` does not include the compiler search paths, which breaks `clangd` code completion - GDB-MI output parser re-written to support custom file paths with unusual characters - VIM:Add some new commands (`~`, `o`, `O`) (mx) - When importing themes with true black colour as their background colour, soften the it a bit - git plugin: better support for remote repository where the workspace is not set in the root folder of the workspace - change the location of CodeLite temp folder into `/tmp/codelite/PID`. This should reduce the spam under the `/tmp` folder - Support drawing multiline text in the clTreeCtrl - Code completion entry tooltip: CodeLite now supports Markdown rendering - New project wizard: more fixes to avoid problems when using `MSYS2` compiler on Windows (*rlbxku1r*) - wxCrafter: Fix wrong tree order on the first sibling widget duplication (*rlbxku1r*) - LSP `Find Symbol`: Make text selection `UTF-8` aware - Multiple tooltip Markdown renderer fixes (*rlbxku1r*) - Colouring of semantic tokens is now done by the Language Server plugin - Updated the default themes that comes with CodeLite - C++ context menu: `Find Declaration` & `Find Implementation` entries are now replaced withe single, intelligent `Find Symbol` entry - [Implemented: Feature request: "Open resource" dialog should support optional [:line[:column]] "coordinates"][3] - New: added an option to highlight the current line number (in the line number margin) - C++ workspace dialog updated - `MINIMAL` and `DEFAULT` tab design refreshed - Build tab: added `Copy all` context menu entry - Find bar: the search logic re-written from scratch. With the old search, replacing 1000+ string instances using `Replace All` on a file with size of 6MB took roughly 45 seconds (On Windows machine, 32GB memory and 24 cores) With the new code (which performs in-buffer replacement where it can) this takes roughly 300ms! - CodeLite logo updated - C++ new class wizard: use `C++11` features (*rlbxku1r*) - C++ parser: fix parsing class with `final` (*rlbxku1r*) - C++ parser: accept `C++17` nested namespaces (*rlbxku1r*) - Improve compiler detection code (*rlbxku1r*) - Semantic highlight should now work on files opens via `Remoty` - Identify files starting with shebang `#!/usr/bin/env python3` as python files - Various `codelite_indexer` fixes: (*rlbxku1r*) - accept `C++11` type alias - accept `C++11` `final` keyword - accept `C++11` `alignas` keyword - accept `C++11` `noexcept` keyword - Accept `C++17` nested namespace notation - Properly collect using aliases (e.g. `using std::shared_ptr;`) - Script language keywords updated to include: `local`, `function`, `exit` and `return` - Remoty: support for auto detection of: `pylsp` language server - SFTP: attempt to compare checksums before re-downloading file from remote server - Recognize `.ts` files types (`TypeScript`) - Code cleanup: removed all `tern` code completion code, use `typescript-language-server` instead - Added new language server tab to log LSP messages of type `logMessage`, `telemetry` and `showMessage` - File types: `patch` and `diff` are now properly identified by CodeLite - Better dark theme support for Linux built with `-DWITH_NATIVEBOOK=0` - Language Server Plugin: implement semantic highlight (`textDocument/semanticTokens/full`) using the `textDocument/documentSymbol` message - Updated the colour themes - Source code formatter: added an option to disable the formatting engines - Lexer: separate JSON from the JavaScript file - CodeFormatter: added basic JSON formatter - Handle various workspace files (`NodeJS`, `Docker`, `FSW`, `Rust`, `Remoty`) as `JSON` files - The 'best project settings' for certain builders can be obtained from the builder object. (*rlbxku1r*) - Auto-detect and set the output file extension (exe, lib, dll, a, so, dylib) for given project type. (*rlbxku1r*) - Colour `.toml` files as `INI` files ("properties") - Remoty: re-wrote the "Open workspace" dialog - SFTP browser dialog: if the path in the "Browse" entry is a file path, remove the file name and just open the folder - Add option to enable spell checking on wxTextCtrl from within wxCrafter (*iwbnwif*) - [Allow the user the change the active project from the menu (Workspace -> Set active project) or from the "Goto Anything" dialog (`Ctrl-Shift-P`)][4] - Language Server Protcol: implemented `Hover` request message - Language Server Protocol: implemented `Find references`. This feature will only be shown for Language Servers that support it like - `clangd` - `python-lsp` - `typescript-language-server` - `rust-analyzer` - The old code completion was removed from CodeLite (`codelite_indexer`), instead, we now provide our own C++ language server named `ctagsd` which a re-written from scratch code completion engine with excellent C++11/14 features - Line margin: highlight the current line, in addition this feature performance is now in `O(1)` and is not depend on the size of the opened file - Editor track changes: re-designed. Modified lines / saved lines are now marked using [dedicated line number colour][5] - Colours: CodeLite now offers to ability to import VSCode themes (in the JSON format) - We now provide wxCrafter standalone builds for Windows / GTK (experimental) - wxCrafter: allow to keep sizers are members - wxCrafter: fixed: crash when clicking on `Select virtual directory` while in standalone mode - wxCrafter: event handlers are now using the `wx3.0` syntax of `Bind()`/`Unbind()` instead of `Connect()`/`Disconnect()` - wxCrafter: by default, generate `.hpp` files instead of `.h` - Remoty plugin: the way it launches language servers on the remote machine has changed. [See the docs for more details][6] - Improved file syntax using the shebang - Make the `Preferences` dialog more native to the host OS - Added an option to enable/disable the newly added feature of highligting the current line number. This should allow CodeLite running on older machines with bad graphics cards to run smoother - Improved type info tooltips (`ctagsd`) - Find Bar: use the same text control as the main editor instead of `wxTextCtrl`
Dominique Leuenberger (dimstar_suse)
accepted
request 950125
from
Martin Pluskal (pluskalm)
(revision 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 922367
from
Martin Pluskal (pluskalm)
(revision 16)
Richard Brown (RBrownSUSE)
accepted
request 881473
from
Martin Pluskal (pluskalm)
(revision 15)
resubmitting
Dominique Leuenberger (dimstar_suse)
accepted
request 686310
from
Martin Pluskal (pluskalm)
(revision 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 646339
from
Martin Pluskal (pluskalm)
(revision 13)
- Fix changelog - Run spec-cleaner - Drop conditions for old distros - Trim marketing wording from description. - Don't disable rpath, plugins need that
Dominique Leuenberger (dimstar_suse)
accepted
request 376590
from
Martin Pluskal (pluskalm)
(revision 12)
- Update to upstream version 8.1:
Dominique Leuenberger (dimstar_suse)
accepted
request 260775
from
Mariusz Fik (Fisiu)
(revision 10)
1
Stephan Kulow (coolo)
accepted
request 253498
from
Marcus Meissner (msmeissn)
(revision 9)
- Removed %wx_requires as it is no longer a valid macro
Adrian Schröter (adrianSuSE)
committed
(revision 8)
Split 13.2 from Factory
Stephan Kulow (coolo)
accepted
request 226643
from
Mariusz Fik (Fisiu)
(revision 7)
- Fix source tarball url. - Update to 5.4: + New cmake plugin. + New tweak plugin. + Improved git plugin. + codelite-terminal: new terminal emulator. + Many enhancements and bug fixes. - Update to 5.3: + Brand new SFTP plugin. + codelite-make: a command-line tool to generate Makefiles from codelite's project. + Improved git, database explorer, cscope and Wizard plugins. + Bug fixes.
Tomáš Chvátal (scarabeus_factory)
accepted
request 206611
from
Mariusz Fik (Fisiu)
(revision 6)
- Change previous cmake parameter to -DCMAKE_SKIP_RPATH=ON. Fix bnc#848791. (forwarded request 206409 from Fisiu)
Adrian Schröter (adrianSuSE)
committed
(revision 5)
Split 13.1 from Factory
Stephan Kulow (coolo)
accepted
request 199254
from
Mariusz Fik (Fisiu)
(revision 4)
- add -DCMAKE_SKIP_INSTALL_RPATH=ON to cmake options (forwarded request 198651 from toganm)
Stephan Kulow (coolo)
accepted
request 183524
from
Mariusz Fik (Fisiu)
(revision 3)
- Update to 5.2: + Added disassemble window to the debugger + Better dark theme visualization + Improved tab appearance + Debugger pretty printing improvements + Various dialogs were re-designed (setters/getters) + Improved code completion + and much more - Enable db explorer plugin with mariadb/mysql support. (forwarded request 183523 from Fisiu)
Stephan Kulow (coolo)
accepted
request 178643
from
Marcus Meissner (msmeissn)
(revision 2)
- Add llvm-clang-devel to buildrequires, so the archs other than x86 would find -lclang (forwarded request 178630 from k0da)
Stephan Kulow (coolo)
accepted
request 176764
from
Mariusz Fik (Fisiu)
(revision 1)
Nice, lightweight C/C++ IDE based on wxWidgets. License changed to GPL-3.0
Displaying all 20 revisions