Roy Qu
ab4ca36fa4
- fix: hide function tip when scroll
...
- fix: short cut for goto definition/declaration doesn't work
2022-03-18 23:13:43 +08:00
Roy Qu
79b8478af3
- enhancement: match bracket
2022-03-13 18:45:48 +08:00
Roy Qu
9eac0fed26
- fix: wrong selection when drag & dropped in editor
2022-03-12 18:03:52 +08:00
Roy Qu
dad39f6f74
- change: "locate in files view" won't change the working folder, if current file is in subfolders of the working folder
...
- enhancement: hide function tips, when input method is visible
2022-03-10 12:15:44 +08:00
Roy Qu
b436312d19
- fix: undo one symbol completion as a whole operation
2022-03-07 20:51:56 +08:00
Roy Qu
1b8f3de21f
- fix: calculation of caret position is not in consistence.
2022-03-07 20:30:45 +08:00
Roy Qu
82ecab9c90
- enhancement: reduce startup time by about 1 second.
...
- enhancement: add option "mouse selection/drag scroll speed" in the options dialog's "Editor" / "general" tab.
- fix: scroll speed of mouse selection/drag is too fast.
2022-03-04 19:04:45 +08:00
Roy Qu
a7557899d1
- enhancement: setting non-ascii font for editors
2022-01-26 14:31:26 +08:00
Roy Qu
1135fcf7dd
- fix: search around option can't be disabled
...
- enhancement: show a confirm dialog when search/replace around
2022-01-24 18:03:35 +08:00
royqh1979@gmail.com
4797c15b04
- enhancement: add exec charset option to compiler set settings
2022-01-24 11:23:30 +08:00
Roy Qu
995b734334
- fix: crash when refactor symbol and cursor is at the end of the identifier
...
- fix: refactor symbol doesn't work for 1-length identifiers
2022-01-12 18:07:52 +08:00
Roy Qu
3d9edcad57
- enhancement: support ligatures in fonts like fira code ( disabled by default, can be turned on in options dialog's editor font page)
2022-01-10 20:16:26 +08:00
Roy Qu
0e0f954bec
- enhancement: if there's no selection when copy/cut, select currect line by default
2022-01-10 18:37:00 +08:00
Roy Qu
bb6a4ed9c8
qt 5.12 compatibility
2022-01-04 16:50:54 +08:00
royqh1979@gmail.com
317db42876
add license information
2021-12-26 23:18:28 +08:00
Roy Qu
ba538c9b13
better auto indent calculation for '{' after if/for statement
2021-12-20 08:45:16 +08:00
Roy Qu
879f001d0c
- fix: current line of the disassembly in the cpu window not correctly setted
...
- enhancement: add "step into one machine instruction" and "step over one machine instruction" in the cpu window
2021-12-16 10:46:38 +08:00
Roy Qu
c3ea1e6dd4
- enhancement: recalc layout info for code editors when dpi changed
2021-12-13 19:10:16 +08:00
Roy Qu
956b717a14
- enhancement: recalc layout info for code editors when dpi changed
2021-12-13 16:38:22 +08:00
royqh1979@gmail.com
0e0689ad64
work save
2021-12-13 12:09:37 +08:00
Roy Qu
ed3f320c50
- fix: select by mouse can't correctly set mouse's column position
...
- fix: dragging out of the editor and back will cause error
2021-11-26 19:04:04 +08:00
Roy Qu
03ae21ebf6
- enhancement: scroll while dragging text in the editor
2021-11-26 08:14:23 +08:00
royqh1979
7c0ee9857b
- fix: "collapse all" and "uncollapse all" doesn't work
2021-11-13 17:41:16 +08:00
royqh1979@gmail.com
be2c1ec77f
- fix: greatly reduces paste time
2021-11-13 13:03:42 +08:00
royqh1979@gmail.com
a6e8846282
- enhancement: drag & drop text in the editor
...
- enhancement: auto calcuate caret line size basing on font size
- enhancement: shift+mouse wheel to scroll horizontally
2021-11-13 12:33:33 +08:00
royqh1979@gmail.com
4259480471
- fix: correct set the position of chinese input methods
2021-11-08 21:19:48 +08:00
royqh1979@gmail.com
bca0a3abc1
- fix: indents calculation for the line succeeding "*/"
2021-11-07 11:39:52 +08:00
royqh1979
731a10a1d6
- enhancement: check syntax/parse symbols when modifed and cursor's line changed.
2021-11-04 00:38:40 +08:00
royqh1979
9638cbdd3f
- enhancement: can use symbols' own foreground color to draw selection or the current line
...
- enhancement: can use different colors to highlight the current word and the selections
- enhancement: can set editor's default background / foreground color. They must be setted to make the custom color schemes correctly.
- enhancement: can set the color for the current line's number in the gutter
- all predefined color schemes updated.
2021-11-03 23:27:05 +08:00
royqh1979@gmail.com
6ad87990c7
- fix: Custom editor colors shouldn't be tested for high contrast with the default background color
...
- fix: Custom color settings not correctly displayed in the options widget
- enhancement: add hit counts in the search result view
- fix: editor actions' state not correctly updated after close editors.
- fix: When replace in the editor, "Yes to All" and "No" button doesn't work correctly.
- fix: crash when editing non-c/c++ files
- enhancement: set the alpha value of scheme colors
- enhancement: can use symbols' own scheme color to draw selection
- enhancement: can use different colors to highlight the current word and the selections
2021-11-03 18:09:12 +08:00
royqh1979
44cf39d8ca
- change: don't auto insert a new line when input an enter between '(' and ')' or between '[' and ']' (indent instead)
...
- enhancement: the line containing '}' will use the indents of the matching '{' line, instead of just unindent one level
2021-10-30 18:28:40 +08:00
royqh1979@gmail.com
fde31ce7b5
- enhancement: more accurate auto indent calculation
...
- change: remove "add indent" option in the editor general options widget ( It's merged with "auto indent" option)
2021-10-29 15:15:43 +08:00
royqh1979@gmail.com
317a798cce
work save
2021-10-28 09:20:58 +08:00
royqh1979@gmail.com
c8704fdfbb
work save
2021-10-28 08:56:13 +08:00
royqh1979@gmail.com
e2751fc693
- enhancement: set mouse wheel scroll speed in the editor general option tab ( 3 lines by default)
2021-10-20 12:27:44 +08:00
royqh1979@gmail.com
fee2115093
- fix: add mutex lock to prevent editor crash in rare conditions
2021-10-17 21:09:50 +08:00
royqh1979@gmail.com
0cdb901ca5
- fix: editor deadlock
2021-10-08 20:56:55 +08:00
royqh1979@gmail.com
b0442258db
- print support
2021-10-07 07:52:20 +08:00
royqh1979@gmail.com
3e8200d307
- use QMutex instead of QRecursiveMutex in SynEdit
...
- Can use tab / shift-tab as shortcut for indent/unindent
2021-10-06 23:35:45 +08:00
royqh1979@gmail.com
ffb87fe66c
input method processing for line has selections and special areas
...
- fix: add mutex lock to prevent rare conditions when editor is modifying and the content is read
2021-10-05 21:25:23 +08:00
royqh1979@gmail.com
f8f5b7b0d8
add underline to indicate current ime input
2021-10-05 00:42:35 +08:00
royqh1979@gmail.com
35b7bdb18c
- implement: refactor in file
2021-10-04 11:07:35 +08:00
royqh1979@gmail.com
22acab0950
fix : header file completion stop work when input '.'
2021-09-27 00:52:25 +08:00
royqh1979@gmail.com
342f497fba
work save
2021-09-25 08:40:18 +08:00
royqh1979@gmail.com
97e37bfd62
refactor normailizedbuffercoord
2021-09-25 07:51:48 +08:00
royqh1979@gmail.com
842e1f6cbd
- fix: editor folder process error
...
- add: function tooltip
2021-09-23 12:06:26 +08:00
royqh1979@gmail.com
f59d67e5f0
work save
2021-09-20 23:33:53 +08:00
royqh1979
8c1f959363
minor fix
2021-09-20 16:03:24 +08:00
royqh1979
01e8e0ae41
add: normalized buffer coord in qsynedit, to easy parse contents
2021-09-20 15:57:48 +08:00
royqh1979@gmail.com
77356215aa
- enhancement: paint color editor use system palette's disabled group color
...
- fix: add watch not work when there's no editor openned;
- enhancement: rainbow parenthesis
- enhancement: run executable with parameters
2021-09-19 17:59:03 +08:00