Roy Qu
6f8096bc27
change: redesign code completion logic
2021-12-04 10:02:07 +08:00
Roy Qu
f75f885129
- enhancement: use token list instead of single string to do code completion ( intial version)
...
- fix: language options in the project wizard don't work
- fix: "ake as default language" option in the project wizard doesn't work
2021-12-03 21:36:12 +08:00
Roy Qu
20782fc221
stage 1 finished: use the expression token list in the editor to completion,
...
instead of just the expression string
2021-12-03 21:07:40 +08:00
Roy Qu
890ad641ad
work save
2021-12-03 20:24:49 +08:00
Roy Qu
8a69451139
work save
2021-12-03 20:08:18 +08:00
Roy Qu
fd03ea4098
work save
2021-12-03 11:40:05 +08:00
Roy Qu
564bf02e59
- fix:license info in the about dialog should be readonly
2021-11-26 20:44:27 +08:00
Roy Qu
03ae21ebf6
- enhancement: scroll while dragging text in the editor
2021-11-26 08:14:23 +08:00
Roy Qu
2fffe33bb7
- fix: the last line in the debug console is not correctly displayed
2021-11-25 23:41:40 +08:00
Roy Qu
3abbf66251
add "open cpu window when signaled" debug option
2021-11-25 10:18:21 +08:00
Roy Qu
af1bc5f538
can handle signal
2021-11-25 09:05:45 +08:00
Roy Qu
73c88065f8
work save
2021-11-25 07:42:56 +08:00
Roy Qu
777d11cdcb
disassembly finished
2021-11-24 23:32:34 +08:00
Roy Qu
de0f176284
breakpoint / run / evaluation / memory view ok
2021-11-24 22:16:40 +08:00
Roy Qu
fdfa7c779f
work save
2021-11-24 10:07:35 +08:00
royqh1979@gmail.com
e044bb0703
Merge branch 'master' into gdbmi
2021-11-20 07:22:09 +08:00
royqh1979
f274d7f208
- fix: problem set & problem views not correctly hidden when disabled in the general / problem set options
2021-11-19 07:52:36 +08:00
royqh1979
1c9bb49799
- enhancement: save/load default projects folder
...
- enhancement: add editor general options "highlight current word" and "highlight matching braces"
2021-11-18 21:25:28 +08:00
royqh1979@gmail.com
177cd6e397
- enhancement: code completion suggestion for phrase after long/short/signed/unsigned
2021-11-18 12:51:05 +08:00
royqh1979@gmail.com
2f945dc6fb
- fix: text color for cpu info dialog not correctly setted
2021-11-16 00:03:43 +08:00
royqh1979
d14a1be208
- fix: text color of labels in statusbar not correctly updated when change theme
...
- change: auto generate gcc version info in the about dialog
- change: seperates version info to version.h
2021-11-14 17:43:25 +08:00
royqh1979
c4b61b8985
- fix: option "don't add leading zeros to line numbers" not work
2021-11-13 17:15:07 +08:00
royqh1979@gmail.com
c7748bf5b2
Merge branch 'master' into gdbmi
...
# Conflicts:
# RedPandaIDE/qsynedit/SynEdit.cpp
2021-11-13 10:55:10 +08:00
royqh1979@gmail.com
d28805ea55
- fix: editor auto save settings not saved and applied
...
- fix: only auto save files that has new modifications
- fix: correctly auto save files with it's own name
2021-11-12 12:40:47 +08:00
royqh1979@gmail.com
8b7d19f94e
work save
2021-11-12 10:51:00 +08:00
royqh1979
81b524c9ed
dont save parser when code/header completion popup hides
2021-11-12 02:31:45 +08:00
royqh1979
17dd73149c
- enhancement: use lighter color to draw menu seperators
...
- enhancement: differentiate selected and unselected tab bars
2021-11-11 11:17:15 +08:00
royqh1979@gmail.com
3d2fb53388
- fix: can't show code completion popup if symbol is proceed with an operator '~' ( and it's not a destructor)
...
- fix: can't show code completion popup when define MACRO
- fix: can't debug files with chinese characters in the path
2021-11-10 21:28:08 +08:00
royqh1979
bd26ad967d
- enhancement: set problem's answer source file
...
- enhancement: open the problem's answer source file in editor
2021-11-06 14:49:11 +08:00
royqh1979@gmail.com
02d935fb32
- change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer)
...
- fix: correctly save input histories for the find combo box in the Find dialog
- add installer scripts
2021-11-05 10:44:23 +08:00
royqh1979@gmail.com
14254a2f15
- fix: Results of "find symbol usage" in project not correctly set in the search result view
2021-11-04 22:56:11 +08:00
royqh1979@gmail.com
3352d413b3
- fix: find in the current file is not correcly saved in the search history
...
- fix: hit info not correctly displayed in the search result view
- fix: If find in files found no hits, search result view will not be shown.
- fix: wront indents when paste one line content
2021-11-04 21:14:58 +08:00
royqh1979@gmail.com
c64c4916ac
- enhancement: edit problem properties
...
- enhancement: show problem description in the problem name lable's tooltip
2021-11-04 09:07:06 +08:00
royqh1979
fcb8151493
class browser use editor's background color
2021-11-04 00:57:43 +08:00
royqh1979
c5105cfa43
code completion popup window use editor's background clor
2021-11-04 00:54:20 +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
d297faf3af
- add: "C Reference" in the help menu
...
- 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.
2021-11-02 23:47:51 +08:00
royqh1979@gmail.com
88a7c46eda
- enhancement: Problem Set
...
- enhancement: Competitive Companion Support
- fix: when search in project, files opened for search shouldn't be parsed for symbols.
- fix: when search in project, the search history is not correctly updated.
2021-11-02 13:12:36 +08:00
royqh1979@gmail.com
47f10a2105
- enhancement: Problem Set Support
...
- enhancement: Competitive Companion Support
2021-11-02 09:29:35 +08:00
royqh1979@gmail.com
f28aac649b
- fix: remove the file change monitor if it's remove from the disk
...
- fix: don't test if a file is writable before save to it (because qt can't do that test reliably).
- problem set ui almost done
2021-11-02 01:07:37 +08:00
royqh1979@gmail.com
1b9fdd3020
- change: "save" action will be enabled no matter contents in the current editor is modified or not
2021-11-01 23:14:17 +08:00
royqh1979
e82723c6f8
work save
2021-11-01 20:44:08 +08:00
royqh1979
9f4e8344a3
work save: oj problem cases runner
2021-11-01 09:18:23 +08:00
royqh1979
46b95c03ae
work save: problem set ui done
2021-11-01 00:40:11 +08:00
royqh1979@gmail.com
bb10a83942
initial work for OJ Problems
2021-10-31 17:01:34 +08:00
royqh1979
4eec185ac4
- enhancement: correctly handle auto indents for statement span many lines;
...
- enhancment: only use colors have good contrasts with the background in the class browser and code completion suggestion window
2021-10-31 00:08:20 +08:00
royqh1979@gmail.com
af03c417ec
- enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup
2021-10-29 21:33:45 +08:00
royqh1979
9937ef50c3
- enhancement: icons in project view
...
- fix: sometimes option widget will show confirm dialog even not changed
- enhancement: only editor area will receive file drop events
2021-10-23 23:10:34 +08:00
royqh1979
c3be38b9b6
- fix: file path seperator used in the app is not unified, and cause errors somtimes.
2021-10-23 17:32:03 +08:00
royqh1979
15fd6aab03
- fix: rainbow parenthesis stop functioning when change editor's general options
...
- make toolbar seperator lighter in dark themes
2021-10-23 09:05:51 +08:00
royqh1979@gmail.com
9d829876b3
- fix: app's title not update when editor closed
...
- fix: editor's modified status not correctly updated when using new file template
2021-10-22 16:43:53 +08:00
royqh1979
3e442b0860
- enhancement: autosave/load bookmarks
...
- enhancement: autosave/load breakpoints
- enhancement: autosave/load watches
2021-10-21 19:33:11 +08:00
royqh1979@gmail.com
e10e173cc9
- enhancement: bookmark view
2021-10-21 17:31:25 +08:00
royqh1979
e3c64fa01a
work save: bookmark model
2021-10-21 08:19:15 +08:00
royqh1979
5c9ef2035e
clean up compile warnings
2021-10-20 18:05:43 +08:00
royqh1979@gmail.com
4eac9756cd
better appearance of tool button
2021-10-18 22:50:49 +08:00
royqh1979@gmail.com
19b1d042c0
- fix: In the create project dialog, the browser button doesn't work
...
- change: use QStyle to implement the dark style
2021-10-18 22:06:33 +08:00
royqh1979@gmail.com
b5523aaeda
- enhancement: click the encoding info in the statusbar will show encoding menu
2021-10-15 10:23:46 +08:00
royqh1979@gmail.com
a1e5ce379e
- fix: debugger won't exit when the program has exited.
...
- adjust: the max value of the debug console's vertical scrollbar.
2021-10-13 12:55:41 +08:00
royqh1979@gmail.com
8599190d13
- fix: font styles in the color scheme settings not in effect
2021-10-10 21:23:25 +08:00
royqh1979@gmail.com
c58ddf7073
- fix: The Enter key in the numpad doesn't work
...
- fix: The compiled executable not fully write to the disk before run it
- fix: settings object not correctly released when exit
2021-10-09 09:09:05 +08:00
royqh1979@gmail.com
c4c62ec6c0
- implement: tools configuration
2021-10-08 00:06:41 +08:00
royqh1979@gmail.com
77e8eda8a3
- enhancement: support #include_next (and clang libc++)
2021-10-04 21:59:48 +08:00
royqh1979@gmail.com
75a6b75ebb
- enhancement: replace in files
...
- enhancement: refactor in project (using search symbol occurence and replace in files)
- fix: search in files
2021-10-04 12:49:55 +08:00
royqh1979@gmail.com
4fe1766ccd
- add: about dialog
2021-10-03 23:12:20 +08:00
royqh1979@gmail.com
caaf07a6cc
- fix: old data not displayed when editing code snippets
...
- fix: shift-tab for unindent not work
- fix: can't save code snippets modifications
2021-10-03 08:25:28 +08:00
royqh1979@gmail.com
de625755e5
- fix: errors in debug console
...
- fix: speed up the parsing process of debugger
2021-10-02 17:38:29 +08:00
royqh1979@gmail.com
25070cc491
- implement: context menu for debug console
...
- fix: errors in debug console
- fix: speed up the parsing process of debugger
2021-10-02 17:01:08 +08:00
royqh1979@gmail.com
8ebe9174bb
- implement: symbol usage count
...
- implement: user code snippet / template
- implement: auto generate javadoc-style docstring for functions
- enhancement: use up/down key to navigate function parameter tooltip
- enhancement: press esc to close function parameter tooltip
- enhancement: code suggestion for unicode identifiers
2021-10-02 15:34:18 +08:00
royqh1979@gmail.com
237e86cea0
- implement: user code snippet / template
...
- implement: auto generate javadoc-style docstring for functions
- enhancement: use up/down key to navigate function parameter tooltip
- enhancement: press esc to close function parameter tooltip
2021-10-02 13:29:45 +08:00
royqh1979@gmail.com
6ecfd228be
work save
2021-09-30 21:25:48 +08:00
royqh1979@gmail.com
c59e2c6667
work save
2021-09-30 20:10:48 +08:00
royqh1979
a0ea72071c
work save: code snippet edit
2021-09-30 12:52:22 +08:00
royqh1979
b518304f56
- implement: symbol usage count
...
work save: code snippets
2021-09-30 11:20:43 +08:00
royqh1979
fbdba624be
- enhancement: show caret when show code/header completions
...
- fix: correctly display pointer info in watch console
- enhancement: search in project
2021-09-29 20:45:03 +08:00
royqh1979
0940777f15
- enhancement: show caret when show code/header completions
2021-09-29 19:40:03 +08:00
royqh1979@gmail.com
2d393cb509
- enhancement: more charset selection in the edit menu
...
- fix: can't correctly get system default encoding name when save file
- fix: Tokenizer can't correctly handle array parameters
- fix: debug actions enabled states not correct updated when processing debug mouse tooltips
2021-09-28 22:26:12 +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
6ec3cfbfca
fix: enum values no correctly displayed
2021-09-26 19:40:52 +08:00
royqh1979@gmail.com
1d2357c374
class browser done
2021-09-26 16:25:17 +08:00
royqh1979@gmail.com
36fa23634d
class browser icons
2021-09-26 12:19:46 +08:00
royqh1979@gmail.com
3a6097c40f
class browser color ok
2021-09-25 23:12:36 +08:00
royqh1979@gmail.com
dc807f527c
- function tips done
2021-09-25 21:34:10 +08:00
royqh1979@gmail.com
168cb49218
work save
2021-09-25 08:41:11 +08:00
royqh1979@gmail.com
342f497fba
work save
2021-09-25 08:40:18 +08:00
royqh1979@gmail.com
ba8d42716a
work save
2021-09-24 22:49:36 +08:00
royqh1979@gmail.com
428b293196
work save
2021-09-24 11:41:14 +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
6065c2d24f
work save
2021-09-22 17:43:21 +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
royqh1979@gmail.com
c920a98d85
work save
2021-09-17 17:15:35 +08:00
royqh1979@gmail.com
f8be0d62c7
work save: new project
2021-09-16 23:51:05 +08:00
royqh1979@gmail.com
02b3d43e5d
work save: new project dialog
2021-09-16 12:03:10 +08:00
royqh1979
ca728a2900
work save: project Template
...
- done: all project option dialogs
2021-09-15 22:19:59 +08:00
royqh1979@gmail.com
6335991ccf
work save: compile & run project
2021-09-13 22:45:50 +08:00
royqh1979@gmail.com
85e9b4d697
work save: open project
2021-09-11 18:42:49 +08:00
royqh1979@gmail.com
9d28bcc735
work save
2021-09-10 12:37:02 +08:00
royqh1979@gmail.com
c120d0a23f
work save
2021-09-09 00:15:12 +08:00
royqh1979
ca9f144444
- feature: search panel's context menu
...
- feature: handle double click on backtrace view
- feature: handle double click on breakpoints view
2021-09-05 21:05:38 +08:00
royqh1979
e4d57d5989
- feature: copy all in issue table
2021-09-05 19:10:54 +08:00
royqh1979@gmail.com
2d0a06fef7
- feature: context menu for issue table
...
- feature: copy current item's description in issue table
2021-09-05 13:51:07 +08:00
royqh1979@gmail.com
d232cd85d3
- feature: editor title tabbar context menu
2021-09-05 05:01:31 +08:00
royqh1979@gmail.com
cda37802ae
- feature: file properties dialog
...
- fix: included file's using namespace list not correctly handled
2021-09-04 00:13:42 +08:00
royqh1979@gmail.com
156913a3ca
- fix: encoding option not correctly set when check syntax in back
2021-09-03 21:06:53 +08:00
royqh1979@gmail.com
913a300d0f
- feature: find references to symbol
2021-09-03 11:50:04 +08:00
royqh1979@gmail.com
9cf43026ba
- beautify dark theme
...
- feature: toggle breakpoint
- feature: clear all breakpoint
- feature: breakpoint condition
2021-09-03 10:30:08 +08:00
royqh1979@gmail.com
2ae8521bca
- fix: code suggestion popup window don't highlight current item
...
- fix: the order of symbols in local and system headers in the suggestion popopup is wrong
2021-08-29 10:29:56 +08:00
royqh1979@gmail.com
7207994d57
work save: header completion suggestion done
2021-08-29 10:14:07 +08:00
royqh1979@gmail.com
f1ae5bfdfd
work save: header completion
2021-08-29 00:48:23 +08:00
royqh1979@gmail.com
05f686d61e
work save
2021-08-28 09:01:40 +08:00
royqh1979@gmail.com
a5239aea48
work save
2021-08-27 16:38:55 +08:00
royqh1979@gmail.com
61d1430a58
work save: parser and code completion done
2021-08-27 08:52:20 +08:00
royqh1979@gmail.com
f8fae59dcc
work save
2021-08-26 17:48:23 +08:00
royqh1979@gmail.com
f3cc986c4e
work save
2021-08-25 23:53:35 +08:00
royqh1979@gmail.com
6020323818
work save
2021-08-25 08:48:33 +08:00
royqh1979@gmail.com
9066bc4897
work save
2021-08-25 00:20:07 +08:00
royqh1979@gmail.com
ea77b45661
work save
2021-08-24 15:05:10 +08:00
royqh1979@gmail.com
74f2d689d6
work save
2021-08-24 09:59:44 +08:00
royqh1979@gmail.com
2fb476edd9
work save
2021-08-23 21:50:53 +08:00
royqh1979@gmail.com
60a4e8c468
work save
2021-08-23 17:27:17 +08:00
royqh1979@gmail.com
5bcb19805e
work save
2021-08-23 11:09:59 +08:00
royqh1979@gmail.com
efef9c35f4
work save
2021-08-23 10:16:06 +08:00
royqh1979@gmail.com
13b4b9804c
work save
2021-08-23 03:47:28 +08:00
royqh1979@gmail.com
41b9c53146
work save: cpp parser done
2021-08-22 23:48:00 +08:00
royqh1979@gmail.com
95129e8859
work save
2021-08-19 17:08:01 +08:00
royqh1979@gmail.com
83116306a9
work save
2021-08-16 23:17:48 +08:00
royqh1979@gmail.com
34dd3eb474
work save
...
- add: cpu window blend mode
- fix: asm parser can't correctly parse numbers
- fix: disassembly code in the cpu window not correctly updated
2021-08-13 11:18:42 +08:00
royqh1979@gmail.com
82f548a3b8
work done: find in files
2021-08-05 19:58:32 +08:00
royqh1979@gmail.com
ecc4934fd3
work save
2021-08-05 12:31:53 +08:00
royqh1979@gmail.com
579b36ff49
work save: view models for "find in files"
2021-08-04 13:16:15 +08:00
royqh1979@gmail.com
2be69f0758
work save: replace done
2021-08-04 09:13:41 +08:00
royqh1979@gmail.com
590c7adc6e
work save: find next & find previous done
2021-08-04 00:17:38 +08:00
royqh1979@gmail.com
f93b23f451
work save: basic find done
2021-08-03 23:55:57 +08:00
royqh1979
176c92ace8
work save
...
Find&Replace Dialog UI done
2021-08-02 23:42:10 +08:00
royqh1979
24b69f5749
work save
2021-08-02 21:58:39 +08:00
royqh1979@gmail.com
813bacebfb
work save
2021-08-02 10:08:25 +08:00
royqh1979@gmail.com
62527a04ae
work save
2021-08-01 23:24:37 +08:00
royqh1979
8c7cb8dd65
work save
2021-07-26 11:47:54 +08:00
royqh1979@gmail.com
4864d2fc54
work save
2021-07-23 13:22:05 +08:00
royqh1979
f1c3ac1063
work save
2021-07-17 19:32:23 +08:00
royqh1979
f914994993
* work save
2021-07-01 20:24:47 +08:00
royqh1979
38edefa59b
* work save
2021-07-01 19:44:38 +08:00
royqh1979@gmail.com
92ffbb084f
* work save: compile issue panel
2021-06-23 22:38:02 +08:00
royqh1979@gmail.com
6fd4371b43
* work done for color scheme
2021-06-20 22:54:16 +08:00
royqh1979@gmail.com
021873a9d6
* work save: color scheme options
2021-06-20 14:30:47 +08:00
royqh1979@gmail.com
1f74245f0a
* basic settings for the editor
2021-06-07 11:02:03 +08:00
royqh1979@gmail.com
7f0ab217e8
* code fold works now
...
* correctly parse compiler output
2021-05-27 01:05:49 +08:00
royqh1979@gmail.com
9e51cf2f06
* add QSynEdit
2021-04-29 20:54:44 +08:00
royqh1979@gmail.com
789e503e4d
* add compile issue view
2021-04-24 15:57:45 +08:00