Releases: codepointerapp/codepointer
v0.0.9-beta3
May release
This month brings ctags support for completion. The IDE can download a ctags binary and install it silently (see in configuration, CTags + Download). This gives us a way to follow symbol (right click on a symbol in your editor, after a you build your project), when you put your mouse over a symbol, you should see some information about it. Build output is colorful instead of plain text.
Preview image shows this project compiling a demo rust app. While I am developing this in C++, Rust support is a priority. My intention is to make this a Rust IDE as well.
- Simpler path editing widget - #69
- Control+Shift+T works in minimized mode - diegoiast/qmdilib#18
- First display - current line does not match the cursor position - diegoiast/qutepart-cpp#33
- SplitTabWidget/qmdiSplitTab - show tooltips for tabs - #70
- The side widget of the qtabwidget is no longer supported - #60
- Last closed files list is not saved in config - diegoiast/qmdilib#21
- ProjectManager: on output panel - files should be clickable: #64
- Search: search in file locks UI - #45
- qmdiTextEditor: ask tooltip data about item - #66
- CTags plugin - #67
- Sub menu for following symbols - #74
- Configuration dialog supports more settings - diegoiast/qmdilib#19
- PluginManager: close action on windows should be control+w - diegoiast/qmdilib#22
- Editor: opening header from C does not work - #78
- WIP: diegoiast/qmdilib#23
Full Changelog: v0.0.8...v0.0.9-beta3
v0.0.9-beta2
- Full Changelog: v0.0.8...v0.0.9-beta2
May release
This month brings ctags support for completion. The IDE can download a ctags binary and install it silently (see in configuration, CTags + Download). This gives us a way to follow symbol (right click on a symbol in your editor, after a you build your project), when you put your mouse over a symbol, you should see some information about it. Build output is colorful instead of plain text.
Preview image shows this project compiling a demo rust app. While I am developing this in C++, Rust support is a priority. My intention is to make this a Rust IDE as well.
- Simpler path editing widget - #69
- Control+Shift+T works in minimized mode - diegoiast/qmdilib#18
- First display - current line does not match the cursor position - diegoiast/qutepart-cpp#33
- SplitTabWidget/qmdiSplitTab - show tooltips for tabs - #70
- The side widget of the qtabwidget is no longer supported - #60
- Last closed files list is not saved in config - diegoiast/qmdilib#21
- ProjectManager: on output panel - files should be clickable: #64
- Search: search in file locks UI - #45
- qmdiTextEditor: ask tooltip data about item - #66
- CTags plugin - #67
- Sub menu for following symbols - #74
- Configuration dialog supports more settings - diegoiast/qmdilib#19
- PluginManager: close action on windows should be control+w - diegoiast/qmdilib#22
- Editor: opening header from C does not work - #78
v0.0.9-beta1
Full Changelog: v0.0.8...v0.0.9-beta1
May release
This month brings ctags support for completion. The IDE can download a ctags binary and install it silently (see in configuration, CTags + Download). This gives us a way to follow symbol (right click on a symbol in your editor, after a you build your project), when you put your mouse over a symbol, you should see some information about it. Build output is colorful instead of plain text.
Preview image shows this project compiling a demo rust app. While I am developing this in C++, Rust support is a priority. My intention is to make this a Rust IDE as well.
- Simpler path editing widget - #69
- Control+Shift+T works in minimized mode - diegoiast/qmdilib#18
- First display - current line does not match the cursor position - diegoiast/qutepart-cpp#33
- SplitTabWidget/qmdiSplitTab - show tooltips for tabs - #70
- The side widget of the qtabwidget is no longer supported - #60
- Last closed files list is not saved in config - diegoiast/qmdilib#21
- ProjectManager: on output panel - files should be clickable: #64
- Search: search in file locks UI - #45
- qmdiTextEditor: ask tooltip data about item - #66
- CTags plugin - #67
- Sub menu for following symbols - #74
- Configuration dialog supports more settings - diegoiast/qmdilib#19
v0.0.9-alpha1
Full Changelog: v0.0.8...v0.0.9-alpha1
May release
This month brings ctags support for completion. The IDE can download a ctags binary and install it silently (see in configuration, CTags + Download). This gives us a way to follow symbol (right click on a symbol in your editor, after a you build your project), when you put your mouse over a symbol, you should see some information about it. Build output supports colors.
- Simpler path editing widget - #69
- Control+Shift+T works in minimized mode - diegoiast/qmdilib#18
- First display - current line does not match the cursor position - diegoiast/qutepart-cpp#33
- SplitTabWidget/qmdiSplitTab - show tooltips for tabs - #70
- The side widget of the qtabwidget is no longer supported - #60
- Last closed files list is not saved in config - diegoiast/qmdilib#21
- ProjectManager: on output panel - files should be clickable: #64
- Search: search in file locks UI - #45
- qmdiTextEditor: ask tooltip data about item - #66
- CTags plugin - #67
- Sub menu for following symbols - #74
- Configuration dialog supports more settings - diegoiast/qmdilib#19
v0.0.8
April 2025 Release
Full Changelog: v0.0.6...v0.0.8
- Feature: hide the minimap if editor is too narrow - diegoiast/qutepart-cpp#32
- Feature: when choosing a issue on the issues list - scroll to that output -#48
- BUG: Matching brackets were broken - diegoiast/qutepart-cpp#31
- Feature: soft wrapping of text into next line - diegoiast/qutepart-cpp#30
- Feature: editor contents is saved before running tasks - #50
- Feature: tabs have a marking if modified - #49
- Feature: split tabs horizontally. You can create a new tabs to the left, or move current tab to a new split - #54
- Bug: fixed loading of new projects broke up display - #58
- Feature: improved search - #53
- Feature: when editing a project file (cargo, cmake), the IDE will ask to open this as a project - #52
- Bug: active project was not saved in config - #51
- Bug: fixed some color issues on dark palette - #46
- Bug: command palette showed same actions several times - diegoiast/command-palette-widget#1
- Feature: you can build the project, and disable online checking (for packagers) - #71
Version 0.0.7 was skipped, code randomly crashed probably fixed by fpic, see d8fc374
v0.0.7
April 2025 Release (broken? use version 0.0.8)
Full Changelog: v0.0.6...v0.0.7
- Feature: hide the minimap if editor is too narrow - diegoiast/qutepart-cpp#32
- Feature: when choosing a issue on the issues list - scroll to that output -#48
- BUG: Matching brackets were broken - diegoiast/qutepart-cpp#31
- Feature: soft wrapping of text into next line - diegoiast/qutepart-cpp#30
- Feature: editor contents is saved before running tasks - #50
- Feature: tabs have a marking if modified - #49
- Feature: split tabs horizontally. You can create a new tabs to the left, or move current tab to a new split - #54
- Bug: fixed loading of new projects broke up display - #58
- Feature: improved search - #53
- Feature: when editing a project file (cargo, cmake), the IDE will ask to open this as a project - #52
- Bug: active project was not saved in config - #51
- Bug: fixed some color issues on dark palette - #46
- Bug: command palette showed same actions several times - diegoiast/command-palette-widget#1
- Feature: you can build the project, and disable online checking (for packagers) - #71
v0.0.7-beta6
April 2025 Release
Full Changelog: v0.0.6...v0.0.7-beta6
- Feature: hide the minimap if editor is too narrow - diegoiast/qutepart-cpp#32
- Feature: when choosing a issue on the issues list - scroll to that output -#48
- BUG: Matching brackets were broken - diegoiast/qutepart-cpp#31
- Feature: soft wrapping of text into next line - diegoiast/qutepart-cpp#30
- Feature: editor contents is saved before running tasks - #50
- Feature: tabs have a marking if modified - #49
- Feature: split tabs horizontally. You can create a new tabs to the left, or move current tab to a new split - #54
- Bug: fixed loading of new projects broke up display - #58
- Feature: improved search - #53
- Feature: when editing a project file (cargo, cmake), the IDE will ask to open this as a project - #52
- Bug: active project was not saved in config - #51
- Bug: fixed some color issues on dark palette - #46
- Bug: command palette showed same actions several times - diegoiast/command-palette-widget#1
v0.0.7-beta1
April 2025 Release
Full Changelog: v0.0.6...v0.0.7-beta1
- Feature: hide the minimap if editor is too narrow - diegoiast/qutepart-cpp#32
- Feature: when choosing a issue on the issues list - scroll to that output -#48
- BUG: Matching brackets were broken - diegoiast/qutepart-cpp#31
- Feature: soft wrapping of text into next line - diegoiast/qutepart-cpp#30
- Feature: editor contents is saved before running tasks - #50
- Feature: tabs have a marking if modified - #49
- Feature: split tabs horizontally. You can create a new tabs to the left, or move current tab to a new split - #54
- Bug: fixed loading of new projects broke up display - #58
- Feature: improved search - #53
- Feature: when editing a project file (cargo, cmake), the IDE will ask to open this as a project - #52
- Bug: active project was not saved in config - #51
- Bug: fixed some color issues on dark palette - #46
- Bug: command palette showed same actions several times - diegoiast/command-palette-widget#1
v0.0.6
March 2025 Release
Full Changelog: v0.0.5...v0.0.6
- Fixed loading of files, regression in v0.0.5: #43, diegoiast/qmdilib@c59bb05
- QutePart: Highlighters selection does not follow theme: diegoiast/qutepart-cpp#29
- QutePart: Dark system is a little off: diegoiast/qutepart-cpp#28
- QutePart: indentator lockup: diegoiast/qutepart-cpp#27
- qmdilib: Display actions when showing menu for first time : diegoiast/qmdilib@10e1861
- qmdilib: minor optimizations (see repo for commits - https://github.com/diegoiast/qmdilib/)
Minor release, as I am working on integration of LSP client.
v0.0.6-beta1
March 2025 Release
Full Changelog: v0.0.5...v0.0.6-beta1
- Fixed loading of files, regression in v0.0.5: #43
- QutePart: Highlighters selection does not follow theme: diegoiast/qutepart-cpp#29
- QutePart: Dark system is a little off: diegoiast/qutepart-cpp#28
- QutePart: indentator lockup: diegoiast/qutepart-cpp#27
- qmdilib: Display actions when showing menu for first time : diegoiast/qmdilib@10e1861
- qmdilib: minor optimizations (see repo for commits - https://github.com/diegoiast/qmdilib/)
Minor release, as I am working on integration of LSP client.

