-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG.txt
101 lines (92 loc) · 3.86 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
MASTER
---------------------------------------------------------------------------------------
Add ANSI support for shell output.
Add arbitrary shell execution.
Add clangd executable path into project settings.
Add copy-file-path command.
Add file type customization.
Add options for error parsing.
Fix process termination on Windows.
Change default font.
0.9 2025-01-11
---------------------------------------------------------------------------------------
Add RAD Debugger support.
Add few more hints.
Add line numbers.
Add macro recording and replay.
Add relative line numbers.
Add repeat command mode.
Close build buffer using ESC.
Improve search.
0.8 2024-12-09
---------------------------------------------------------------------------------------
Add completion icons for LSP completion mode.
Add list-functions command (supported only in BL right now).
Add peek-error command.
Add unification of line endings on paste.
Allow only explicit copying into clipboard.
Fix project search appending the "no match" message after search results passed to buffer.
Fix project search reporting also incomplete matches in files.
Reduce GPU usage by redrawing editor only when needed.
0.7 2024-08-16
---------------------------------------------------------------------------------------
Add command to insert current system date into buffer.
Add custom icons for some supported file types.
Add open-file-location command.
Add smooth scrolling (can be disabled).
Add support-me command.
Fix cursor position set at the end of document.
Fix double click selection.
Fix laggy clipboard on windows.
Improved search.
License changed to GPL3.
Search in case there is selection when invoked does not jump to next match automatically.
0.6 - ALPHA
---------------------------------------------------------------------------------------
Add alphabetical sort command.
Add simple support for RemedyBD (open file location, set breakpoints and start debugging).
Add short description for each command visible in UI.
Fix file indexing.
Update default color scheme.
Fix paste into command buffer.
0.5 - ALPHA 2024-02-16
---------------------------------------------------------------------------------------
Add duplicate line command.
Add open other file in other split.
Add open declaration location in other split.
Disable auto-indentation in case the affected line is not empty and inserted string is
single line.
0.4 - ALPHA
---------------------------------------------------------------------------------------
Add simple support for assembly language.
Add asserts on Linux and Mac for unimplemented stuff (release should still work).
Add jumping to previous locations on global level. (by default Ctrl+[ and Ctrl+])
Add custom library to handle clipboard.
Add sort open files in quick by last visit.
Fix LSP now use URI for all paths.
0.3 - ALPHA
---------------------------------------------------------------------------------------
Add search-replace in file.
Add use last replacement string as default on new replace.
Add 'show_hints' option.
Add replace all.
Fix invalid horizontal view offset when cursor jumps.
Fix broken error notifications in release mode.
Fix comment indentation in case spaces are used and toggle comment activated.
0.2 - ALPHA
---------------------------------------------------------------------------------------
Add maximize_on_start option.
Add font customization.
Add command to clear message buffer.
Add GLSL syntax highlighting.
Disable project reindexing in case there is ongoing compilation.
Fix invalid selection range in case of mouse selection over empty buffer.
Show hidden directories in lists.
Add open search results in separate buffer.
Add command to save all changed files.
Add automatic save before build option.
Fix horizontal view offset calculation.
Fix command buffer multiline handling.
0.1 - ALPHA
---------------------------------------------------------------------------------------
Initial release.