Releases: codepointerapp/codepointer
v0.0.5
Full Changelog: v0.0.4...v0.0.5
- Various small updates, to make the UI more responsive:
diegoiast/qutepart-cpp@4b932f3 diegoiast/qutepart-cpp@3a8a46b diegoiast/qutepart-cpp@d686bc7 diegoiast/qutepart-cpp@a8430a2 diegoiast/qutepart-cpp@ef0fe37 diegoiast/qutepart-cpp@1530672 diegoiast/qutepart-cpp@5f54151 diegoiast/qutepart-cpp@ccdd2fa diegoiast/qmdilib@9b7d6c8 diegoiast/qmdilib@451da7f diegoiast/qmdilib@570d2b6 - Use mouse wheel to scroll on the line numbers:
- Modified lines: When you modify a line, a marking on the side will be displayed
- Build support:
- Build system for CMake, Cargo and go have been updated to detect build issues (errors/warnings/info). Issues
will be shown on the bottom in a list, and the files will have a marking (lines will have different background, line numbers
will have icons, line numbers will have tooltips.
- Build system for CMake, Cargo and go have been updated to detect build issues (errors/warnings/info). Issues
- Hide UI on escape: When pressing escape, UI will start "cleaning up":
- First bottom panels will be hidden (if visible)
- If a preview is opened - it will be closed
- Then the main editor will be selected
- Bookmark lines were lost on edits
- UI updates - using standard docking system from Qt:
- Minimal GUI is now working as expected (control+m)):
- Save action on menus contain filename
- Moved to fully docked windows
Because of this change, its recommended to delete the configuration (in linux ~/.config/qtedit4/qtedit4.ini, windows C:\Users\{USER}\AppData\Local\qtedit4\qtedit.ini)
v0.0.5-rc1
Full Changelog: v0.0.4...v0.0.5-rc1
- Various small updates, to make the UI more responsive:
diegoiast/qutepart-cpp@4b932f3 diegoiast/qutepart-cpp@3a8a46b diegoiast/qutepart-cpp@d686bc7 diegoiast/qutepart-cpp@a8430a2 diegoiast/qutepart-cpp@ef0fe37 diegoiast/qutepart-cpp@1530672 diegoiast/qutepart-cpp@5f54151 diegoiast/qutepart-cpp@ccdd2fa diegoiast/qmdilib@9b7d6c8 diegoiast/qmdilib@451da7f diegoiast/qmdilib@570d2b6 - Use mouse wheel to scroll on the line numbers:
- Modified lines: When you modify a line, a marking on the side will be displayed
- Build support:
- Build system for CMake, Cargo and go have been updated to detect build issues (errors/warnings/info). Issues
will be shown on the bottom in a list, and the files will have a marking (lines will have different background, line numbers
will have icons, line numbers will have tooltips.
- Build system for CMake, Cargo and go have been updated to detect build issues (errors/warnings/info). Issues
- Hide UI on escape: When pressing escape, UI will start "cleaning up":
- First bottom panels will be hidden (if visible)
- If a preview is opened - it will be closed
- Then the main editor will be selected
- Bookmark lines were lost on edits
- UI updates - using standard docking system from Qt:
- Minimal GUI is now working as expected (control+m)):
- Save action on menus contain filename
- Moved to fully docked windows
Because of this change, its recommended to delete the configuration (in linux ~/.config/qtedit4/qtedit4.ini, windows USERPROFILE\...?
v0.0.4
Full Changelog: v0.0.3...v0.0.4
WINDOWS USERS: please uninstall previous version before installing. See #40 for more details.
This release continues improving the text editor component. Fixed the rendering issues on the editors, and added lots of new features.
- Fixed some crashes #28
- Fixed some bugs #30
- Fixed UI on windows: #32
- GNome related updates: #36 diegoiast/qmdilib#14
- New editor features/fixes:
- Added minimap to editors: diegoiast/qutepart-cpp#23
- Delete current line: #38
- Preview window keeps getting opened: #29
- Search for selected text: #35
- Auto brackets on selected text: diegoiast/qutepart-cpp#15
- Trailing spaces: diegoiast/qutepart-cpp#7
- Highlighter fixes for some corner cases: diegoiast/qutepart-cpp#13
- Preview keeps opening: diegoiast/qutepart-cpp#13
- Move selection to matching bracket diegoiast/qutepart-cpp#20
- Mark selection in document diegoiast/qutepart-cpp#21
- UI find/replace is ugly on windows: #32
- Smart home/end fixes: diegoiast/qutepart-cpp#17
- Search input lines have history: #39
v0.0.4-rc2
Full Changelog: v0.0.3...v0.0.4-rc2
WINDOWS USERS: please uninstall previous version before installing. See #40 for more details.
This release continues improving the text editor component. Fixed the rendering issues on the editors, and added lots of new features.
- Fixed some crashes #28
- Fixed some bugs #30
- Fixed UI on windows: #32
- GNome related updates: #36 diegoiast/qmdilib#14
- New editor features/fixes:
- Added minimap to editors: diegoiast/qutepart-cpp#23
- Delete current line: #38
- Preview window keeps getting opened: #29
- Search for selected text: #35
- Auto brackets on selected text: diegoiast/qutepart-cpp#15
- Trailing spaces: diegoiast/qutepart-cpp#7
- Highlighter fixes for some corner cases: diegoiast/qutepart-cpp#13
- Preview keeps opening: diegoiast/qutepart-cpp#13
- Move selection to matching bracket diegoiast/qutepart-cpp#20
- Mark selection in document diegoiast/qutepart-cpp#21
- UI find/replace is ugly on windows: #32
- Smart home/end fixes: diegoiast/qutepart-cpp#17
- Search input lines have history: #39
v0.0.4-rc1
Full Changelog: v0.0.3...v0.0.4-rc1
This release continues improving the text editor component. Fixed the randering issues on the editors, and added lots of new features.
- Fixed some crashes #28
- Fixed some bugs #30
- Fixed UI on windows: #32
- GNome related updates: #36 diegoiast/qmdilib#14
- New editor features/fixes:
- Added minimap to editors: diegoiast/qutepart-cpp#23
- Delete current line: #38
- Preview window keeps getting opened: #29
- Search for selected text: #35
- Auto brackets on selected text: diegoiast/qutepart-cpp#15
- Trailing spaces: diegoiast/qutepart-cpp#7
- Highlighter fixes for some corner cases: diegoiast/qutepart-cpp#13
- Preview keeps opening: diegoiast/qutepart-cpp#13
- Move selection to matching bracket diegoiast/qutepart-cpp#20
- Mark selection in document diegoiast/qutepart-cpp#21
- UI find/replace is ugly on windows: #32
- Smart home/end fixes: diegoiast/qutepart-cpp#17
- Search input lines have history: #39
v0.0.4-beta2
Full Changelog: v0.0.3...v0.0.4-beta2
This release continues improving the text editor component. Fixed the randering issues on the editors, and added lots of new features.
- Fixed some crashes #28
- Fixed some bugs #30
- Fixed UI on windows: #32
- GNome related updates: #36 diegoiast/qmdilib#14
- New editor features/fixes:
- Added minimap to editors: diegoiast/qutepart-cpp#23
- Delete current line: #38
- Preview window keeps getting opened: #29
- Search for selected text: #35
- Auto brackets on selected text: diegoiast/qutepart-cpp#15
- Trailing spaces: diegoiast/qutepart-cpp#7
- Highlighter fixes for some corner cases: diegoiast/qutepart-cpp#13
- Preview keeps opening: diegoiast/qutepart-cpp#13
- Move selection to matching bracket diegoiast/qutepart-cpp#20
- Mark selection in document diegoiast/qutepart-cpp#21
- UI find/replace is ugly on windows: #32
- Smart home/end fixes: diegoiast/qutepart-cpp#17
- Search input lines have history: #39
v0.0.4-alpha1
Full Changelog: v0.0.3...v0.0.4-alpha1
- Fixed some crashes #28
- Fixed some bugs #28,
- GNome related updates: #36 diegoiast/qmdilib#14
- New editor features/fixes:
- Added minimap to editors: diegoiast/qutepart-cpp#23
- Search for selected text: #35
- Auto brackets on selected text: diegoiast/qutepart-cpp#15
- Trailing spaceds: diegoiast/qutepart-cpp#7
- Highlighter fixes for some corner cases: diegoiast/qutepart-cpp#13
- Preview keeps opening: diegoiast/qutepart-cpp#13
- Move selection to matching bracket diegoiast/qutepart-cpp#20
- Mark selection in document diegoiast/qutepart-cpp#21
- UI find/replace is ugly on windows: #32
- Smart home/end fixes: diegoiast/qutepart-cpp#17
v0.0.3
Full Changelog: v0.0.2...v0.0.3
New features:
- Line endings feature finally works, #18
- File previews for images (XPM and SVG), markdown, json and XML, #21
- Application test for updates, and added also testing channel support, #27
- When you put your cursor over a word, it will get selected over all the document, diegoiast/qutepart-cpp#5
- Minor fixes, #2,
- Side panels state is saved between runs, diegoiast/qmdilib#4
- Speed up in startup, due to lazy loading documents, #17
- Margin is properly displayed, diegoiast/qutepart-cpp#14
- Copy/Paste files works on the file manager, diegoiast/qmdilib#7
- Implemented creating a new file/directory in the file manager: diegoiast/qmdilib#9, diegoiast/qmdilib#10
- List of opened files, and control+shift+t to unclose a file: diegoiast/qmdilib#5
- Replace input keeps stealing focus: #33
- Goto matching bracket: diegoiast/qutepart-cpp#3
v0.0.3-alpha6
Full Changelog: v0.0.2...v0.0.3-alpha6
New features:
- Line endings feature finally works, #18
- File previews for images (XPM and SVG), markdown, json and XML, #21
- Application test for updates, and added also testing channel support, #27
- When you put your cursor over a word, it will get selected over all the document, diegoiast/qutepart-cpp#5
- Minor fixes, #2,
- Side panels state is saved between runs, diegoiast/qmdilib#4
- Speed up in startup, due to lazy loading documents, #17
- Margin is properly displayed, diegoiast/qutepart-cpp#14
- Copy/Paste files works on the file manager, diegoiast/qmdilib#7
- Implemented creating a new file/directory in the file manager: diegoiast/qmdilib#9, diegoiast/qmdilib#10
- List of opened files, and control+shift+t to unclose a file: diegoiast/qmdilib#5
v0.0.3-alpha5
Full Changelog: v0.0.3-alpha4...v0.0.3-alpha5
New features:
- Line endings feature finally works, #18
- File previews for images (XPM and SVG), markdown, json and XML, #21
- Application test for updates, and added also testing channel support, #27
- When you put your cursor over a word, it will get selected over all the document, diegoiast/qutepart-cpp#5
- Minor fixes, #2,
- ּSide panels state is saved between runs, diegoiast/qmdilib#4
- Speed up in startup, due to lazy loading documents, #17
- Margin is properly displayed, diegoiast/qutepart-cpp#14