Commit graph

53 commits

Author SHA1 Message Date
Mirek Fidler
472ea07f8a .DDUMP 2026-03-18 13:28:12 +01:00
Mirek Fidler
b412429b91 ide: Fixed Context Goto on win32 redfined names like GetMessageA 2026-03-18 11:21:03 +01:00
Mirek Fidler
7321080d16 ide: In .log, Alt+J context jump now tries to find the source of log line in .cpp 2026-01-08 11:27:57 +01:00
Mirek Fidler
dba76ba965 CtrlCore: Fixed gtk problems with popups 2025-12-27 17:36:26 +01:00
Mirek Fidler
e1c1b82a11 ide: IconDes code moved to ide/IconDes 2024-07-28 17:05:28 +02:00
Mirek Fidler
838b25429b ide: Improved Assist in layout files in text mode 2024-05-03 12:33:31 +02:00
Mirek Fidler
20e5b5fafd ide: Fixed assist problems with template methods 2024-05-01 17:25:41 +02:00
Mirek Fidler
5a12700bc7 ide: Fixed problem with Usage of local variables in function with #define 2023-12-15 14:01:16 +01:00
Mirek Fidler
88faa33af6 ide: Copy with syntax higlighting, fixed issue with spurious tips, UHD icons 2023-09-20 12:45:56 +02:00
Mirek Fidler
069e7a52d8 ide: Replace found items 2023-07-09 14:08:33 +02:00
Mirek Fidler
74b0c3f791 ide: Old Hdepend replaced with PPinfo, master file optimisations 2023-02-24 11:10:55 +01:00
Mirek Fidler
4c6cdaf417 ide: Usage behaviour improved 2022-12-03 15:26:37 +01:00
Mirek Fidler
c8523bd18e ide: Fixed Alt+U problem after editing the file 2022-11-27 13:25:46 +01:00
Mirek Fidler
9b96f69807 ide: Fixed Alt-J on layout name 2022-11-19 10:55:08 +01:00
Mirek Fidler
a1c3e984bb ide: TopicEditor::JumpToDefinition reimplemented for libclang 2022-11-14 16:01:29 +01:00
Mirek Fidler
59f900c204 ide: Fixed Usage of local variables 2022-11-13 23:23:55 +01:00
Mirek Fidler
201dd954c3 ide: Fixed utf-8 issues in assist 2022-11-04 15:05:17 +01:00
Mirek Fidler
5ae9724df1 ide: Improved local variables assist 2022-11-03 16:29:31 +01:00
Mirek Fidler
9f23fe6896 ide: Show usage of symbol Shift+Alt+U 2022-10-07 10:42:31 +02:00
mirek-fidler
e8035690b9
libclang ide #94
- Assist/Autocomplete refactored to use libclang

Other minor changes:

- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31:14 +02:00
Mirek Fidler
85873b75f0 ide: Fixed deadlock warning issues with context goto AK_ definition 2021-12-06 09:19:05 +01:00
cxl
7d1217d12f ide: ContextGoto minor improvement
git-svn-id: svn://ultimatepp.org/upp/trunk@15724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-02 10:43:26 +00:00
cxl
3792c438ba ide: ContextGoto now works with AK_ KEY definitions (jumps into .key file)
git-svn-id: svn://ultimatepp.org/upp/trunk@15702 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-24 07:16:12 +00:00
cxl
aed095c372 ide: Fixed context goto to inherited type
git-svn-id: svn://ultimatepp.org/upp/trunk@14879 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-22 16:52:23 +00:00
cxl
0de514b9f2 ide: Fixed some parser deadlock issues (and added detection)
git-svn-id: svn://ultimatepp.org/upp/trunk@14681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-15 07:11:08 +00:00
cxl
193c4435e7 ide: C++ parser deadlock issue
git-svn-id: svn://ultimatepp.org/upp/trunk@14646 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-01 09:52:37 +00:00
cxl
ebd680ff2e ide: C++ parsing now parallel and in background
git-svn-id: svn://ultimatepp.org/upp/trunk@14618 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-22 14:02:45 +00:00
cxl
cd503a34bb Core: Fixed memory info in FreeBSD, ide: Refactoring CodeBase
git-svn-id: svn://ultimatepp.org/upp/trunk@14617 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-22 06:38:59 +00:00
cxl
83ea8127ab Core: Fn.h minor fix, ide: Refactoring codebase
git-svn-id: svn://ultimatepp.org/upp/trunk@14610 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-19 07:59:29 +00:00
cxl
da2abe8911 ide: Context goto now able to detect files / links
git-svn-id: svn://ultimatepp.org/upp/trunk@13969 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-06 09:57:29 +00:00
cxl
0833cadefd ide: Fixed to be SO buildable
git-svn-id: svn://ultimatepp.org/upp/trunk@13003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-17 13:06:27 +00:00
cxl
3d0e1db02f CtrlLib: TextCtrl, LineEdit, CodeEditor: view mode
git-svn-id: svn://ultimatepp.org/upp/trunk@11592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-20 12:10:24 +00:00
cxl
5edae0e110 .reorganizing
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
1c66275113 ide: CParser usage added catches
git-svn-id: svn://ultimatepp.org/upp/trunk@9449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-02-04 19:44:09 +00:00
cxl
d2adf15397 cpp: Fixed issue with fixed macros sweeped out, causing STL problems #1328
git-svn-id: svn://ultimatepp.org/upp/trunk@9162 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-09 09:36:08 +00:00
cxl
b61629609f ide: Fixed assist++ issues
git-svn-id: svn://ultimatepp.org/upp/trunk@8952 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-20 16:43:43 +00:00
cxl
d248310ba1 ide: Problem with #include <float.h>
git-svn-id: svn://ultimatepp.org/upp/trunk@8951 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-20 16:42:55 +00:00
cxl
5ebe8cd59c ide: Fixed issue with enum variables #1262
git-svn-id: svn://ultimatepp.org/upp/trunk@8927 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-14 14:55:45 +00:00
cxl
54672a4b9e ide: Fixed issues with history #1214
git-svn-id: svn://ultimatepp.org/upp/trunk@8770 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-30 11:41:08 +00:00
cxl
8bdd9b5146 ide: Fixed declaration/definition swap issue with constructors/destructors #1216
git-svn-id: svn://ultimatepp.org/upp/trunk@8766 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-28 21:33:58 +00:00
cxl
c594dc79aa ide: ContextGoto fixed issue with local variables
git-svn-id: svn://ultimatepp.org/upp/trunk@8762 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-28 16:52:36 +00:00
cxl
653b421e41 ide: ContextGoto fixes #1198
git-svn-id: svn://ultimatepp.org/upp/trunk@8736 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-23 19:14:18 +00:00
cxl
d20222f995 .removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8729 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-23 08:03:39 +00:00
cxl
58f8ffb40d cpp: fixed issue with jump to partially qualified method #1196
git-svn-id: svn://ultimatepp.org/upp/trunk@8728 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-23 08:00:36 +00:00
cxl
c03af1d306 cpp: Expression refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@8700 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-18 12:49:23 +00:00
cxl
1ca3b97f08 ide: Navigator: Now jumping to layout / iml items, Laydes: Nos jumping to first use of layout
git-svn-id: svn://ultimatepp.org/upp/trunk@8663 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-10 12:34:33 +00:00
cxl
681004c96c ide: Fixed issue with jump to local variable #1130
git-svn-id: svn://ultimatepp.org/upp/trunk@8563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-19 08:38:15 +00:00
cxl
0a959e4ec3 cpp: ContextGoto improved
git-svn-id: svn://ultimatepp.org/upp/trunk@8542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-14 12:03:42 +00:00
cxl
cdc842677e cpp: namespace issues resolved
git-svn-id: svn://ultimatepp.org/upp/trunk@8541 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-14 09:21:06 +00:00
cxl
0b366ed133 .cpp developing
git-svn-id: svn://ultimatepp.org/upp/trunk@8540 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-14 07:19:11 +00:00