Roy Qu
3fca3e7216
fix: parser not correct initialized with the default compiler set
2022-01-18 13:29:48 +08:00
Roy Qu
532ba4917e
- fix: If project's compiler set is not the same with the default compiler set, parser for the project doesn't use the project's compiler set
...
- fix: If project's compiler set is not the same with the default compiler set, auto openned project's file will use wrong compiler set to do syntax check.
2022-01-18 12:41:11 +08:00
Roy Qu
3ca1a9fc4c
- enhancement: modify values in the memory view while debugging
...
- enhancement: auto update watch, local and memory view after expression evaluated
- enhancement: auto update watch, local and memory view after memory modified
2022-01-11 22:29:03 +08:00
Roy Qu
6bc943ba9c
- enhancement: suppoort localization info in project templates
...
- change: template / project files use utf-8 encoding instead of ANSI
2022-01-08 11:46:39 +08:00
Roy Qu
e3b9565b84
support PREFIX in qmake script
2022-01-05 09:08:44 +08:00
Roy Qu
cc1e384001
fix: split command infinite loop
2022-01-04 17:04:03 +08:00
Roy Qu
bb6a4ed9c8
qt 5.12 compatibility
2022-01-04 16:50:54 +08:00
Roy Qu
02cba8e03c
- rename to Red Pand C++
2021-12-30 19:25:47 +08:00
Roy Qu
3be06fe586
- fix: wrong executable filename for source files in linux
...
- enhancement: console pauser for linux
2021-12-29 13:16:03 +08:00
royqh1979@gmail.com
317db42876
add license information
2021-12-26 23:18:28 +08:00
royqh1979@gmail.com
f3ab76d60a
update version to 0.12.3
2021-12-26 21:26:00 +08:00
Roy Qu
1fe9be9791
add app library path
2021-12-26 15:08:54 +08:00
Roy Qu
7f4840a299
basic linux compatibily
2021-12-24 23:18:20 +08:00
Roy Qu
959cdab6cb
use point as the unit for font size in configuration
2021-12-17 09:05:01 +08:00
Roy Qu
2d65e1d93b
- fix: can't correctly set TDM-GCC compiler
...
- fix: auto add 32-bit compiler sets for TDM64-GCC
2021-12-16 11:36:52 +08:00
Roy Qu
1df289c131
update translations
2021-12-09 11:22:28 +08:00
Roy Qu
1a3df76068
work save
2021-12-09 09:27:46 +08:00
Roy Qu
319c26902c
- fix: path in macros should use system's path separator
2021-12-09 08:10:14 +08:00
Roy Qu
ee3864f565
work save
2021-12-08 22:47:28 +08:00
Roy Qu
5d728c36d5
- enhancement: treat files ended with ".C" or ".CPP" as C++ files
2021-11-27 10:25:27 +08:00
Roy Qu
dfce6e7146
- enhancement: change project name in the project view
2021-11-27 09:36:49 +08:00
royqh1979@gmail.com
e044bb0703
Merge branch 'master' into gdbmi
2021-11-20 07:22:09 +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@gmail.com
8b7d19f94e
work save
2021-11-12 10:51:00 +08:00
royqh1979@gmail.com
6183542f34
fix: correctly test if it's green edition
2021-11-05 12:37:40 +08:00
royqh1979@gmail.com
32e354b800
- fix: can't correctly test if it's not running in green mode
...
update README.md
2021-11-05 11:48:46 +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
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
47f10a2105
- enhancement: Problem Set Support
...
- enhancement: Competitive Companion Support
2021-11-02 09:29:35 +08:00
royqh1979
7bb59955e6
- enhancement: when running a program, redirect a data file to its stdin
2021-10-24 23:13:00 +08:00
royqh1979@gmail.com
7a5b6b8efc
- implement: files view
2021-10-22 15:02:54 +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
5c9ef2035e
clean up compile warnings
2021-10-20 18:05:43 +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
3a81281f7d
- change: enable copy as HTML by default
...
- fix: unneeded empty lines when copy as HTML
2021-10-10 22:19:48 +08:00
royqh1979@gmail.com
c4c62ec6c0
- implement: tools configuration
2021-10-08 00:06:41 +08:00
royqh1979@gmail.com
3ed5701621
fix: #include_next processing
2021-10-04 22:32:34 +08:00
royqh1979@gmail.com
d58e2ac54e
- fix: errors in code snippet processing
...
- change: auto open a new editor at start
2021-10-03 09:57:19 +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
23b651f0c4
work save
2021-10-01 21:16:22 +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@gmail.com
3afe034aa1
- fix: crash when load last opens
...
- enhancement: when a system/project header file is saved to non-system folders, un-readonly the editor
- minor speedup when processing tooltips
2021-09-28 10:01:13 +08:00
royqh1979@gmail.com
2915a862ff
fix: can't correctly create project in release mode
2021-09-26 22:39:26 +08:00
royqh1979@gmail.com
1d2357c374
class browser done
2021-09-26 16:25:17 +08:00
royqh1979@gmail.com
5ab9c16039
- new project done
...
- update project actions enable state
- add project unit actions
2021-09-17 09:56:52 +08:00
royqh1979@gmail.com
02b3d43e5d
work save: new project dialog
2021-09-16 12:03:10 +08:00
royqh1979@gmail.com
b8533e3ced
fix: can't correctly generate project resource file for compile
...
add: project compiler set option dialog
2021-09-15 11:23:42 +08:00
royqh1979@gmail.com
6335991ccf
work save: compile & run project
2021-09-13 22:45:50 +08:00
royqh1979@gmail.com
276c56e270
work save: use SimpleIni.h to read/save project
2021-09-12 19:50:44 +08:00
royqh1979@gmail.com
85e9b4d697
work save: open project
2021-09-11 18:42:49 +08:00
royqh1979
668e42458e
work save
2021-09-11 09:21:44 +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@gmail.com
cc2c34fcd2
work save
2021-09-07 14:04:48 +08:00
royqh1979@gmail.com
090a6d3e1e
work save
2021-09-07 10:28:40 +08:00
royqh1979
9ce9469dd2
feature: seperate gcc default dirs from user settings
2021-09-04 20:49:44 +08:00
royqh1979
20ee430f29
fix: dark/light theme's combobox dropdown list display error
2021-09-04 20:28:14 +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
2778e9f4bd
feature: astyle reformat option dialog
2021-09-01 22:40:58 +08:00
royqh1979@gmail.com
a5239aea48
work save
2021-08-27 16:38:55 +08:00
royqh1979@gmail.com
bf4d12b89f
work save
2021-08-26 11:58:29 +08:00
royqh1979@gmail.com
efef9c35f4
work save
2021-08-23 10:16:06 +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
00da3303ac
work save
2021-08-11 20:06:28 +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
effd416389
* work save: compile & run
2021-06-25 12:40:11 +08:00
royqh1979@gmail.com
bfe1b05394
* add themes
2021-06-18 21:48:40 +08:00
royqh1979@gmail.com
c8f72ebdf5
* can do basic editing now
2021-06-04 21:27:51 +08:00
royqh1979@gmail.com
8256928f53
* work save
2021-06-03 20:26:36 +08:00
royqh1979@gmail.com
83bc63f14e
work save
2021-05-29 21:35:46 +08:00
royqh1979@gmail.com
aee8794305
* work save
2021-05-24 00:41:00 +08:00
royqh1979@gmail.com
101302255b
* work save
2021-05-21 23:33:53 +08:00
royqh1979@gmail.com
51434661a0
* work save
2021-05-06 20:55:55 +08:00
royqh1979@gmail.com
1dddfc6fea
* work save
2021-05-03 10:15:40 +08:00
royqh1979@gmail.com
807cd1502e
* can run compiled exe now
...
* correctly set editor line number width
2021-04-21 18:58:35 +08:00
royqh1979@gmail.com
cea9b757ab
* can compile now
2021-04-20 22:24:33 +08:00
royqh1979@gmail.com
55326a3659
* settings dialog can correctly disable/enable apply button
2021-04-17 14:52:47 +08:00
royqh1979@gmail.com
c85130ea76
* save/load compiler sets ok
2021-04-15 21:32:45 +08:00
royqh1979@gmail.com
5a5b644746
* CompilerSet ok
2021-04-15 11:18:14 +08:00
royqh1979@gmail.com
6d8654ee3e
* differentiate green editon and installed edition
2021-04-13 22:17:18 +08:00
royqh1979@gmail.com
74b9b59bbd
* refactor of the editor class for better C++ 11 support
2021-04-11 12:39:22 +08:00
Roy Qu
783c6ea2d8
* add icons
...
* encoding infos in the status bar
2021-04-08 10:29:21 +08:00
Roy Qu
a42654dea8
* can create a new file
2021-04-07 21:13:15 +08:00
Roy Qu
69644b18b5
first commition
2021-04-06 23:10:57 +08:00