Peter Ped Helcmanovsky
9b07a9e45a
ide: Editor overwrite mode fixes ( #143 )
2023-02-05 19:49:20 +01:00
Mirek Fidler
c1dd3a91c7
ide: Improved white theme
2022-12-22 19:44:33 +01:00
Mirek Fidler
e46cd032cd
ide: Fixed problem with debugger tooltip background
2022-12-20 12:51:37 +01:00
Mirek Fidler
e034110e07
ide: Fixed Console hightlighting, fixed memory leak in IsAndroidMethod
2022-12-19 11:39:48 +01:00
Mirek Fidler
19a2ba655a
CodeEditor: Fixed default style being restored in CodeEditor constructor issue
2022-12-18 14:25:17 +01:00
Mirek Fidler
54c6befdb4
ide: C++14 style number separators
2022-12-09 09:51:18 +01:00
Mirek Fidler
0f4e8b7568
ide: Fixed problems with delayed tips
2022-11-25 10:40:43 +01:00
Mirek Fidler
f198d513da
ide, CodeEditor: Fixed problem with too big popups
2022-11-23 10:16:35 +01:00
Mirek Fidler
02bb8cda6b
CodeEditor: Fixed DelayedTip problem with selection
2022-11-04 09:12:16 +01:00
Mirek Fidler
e55d091e4e
ide: CodeEditor tips background, RichText: QTFDisplay fixed dark mode behaviour
2022-11-01 11:54:50 +01:00
Mirek Fidler
31b4beb76f
ide: Improved tip position
2022-11-01 09:27:46 +01:00
Mirek Fidler
3500ac69b8
ide: Information about symbol at mouse cursor
2022-10-31 13:54:37 +01:00
Mirek Fidler
f866eda8d5
ide: Edits now shown in scrollbar
2022-10-24 10:08:09 +02:00
Mirek Fidler
45a11285c8
ide: Errors now shown in scrollbar as red dots
2022-10-18 14:24:45 +02:00
Mirek Fidler
20a8a4e1c0
ide: Current file errors improvements
2022-10-17 12:01:40 +02:00
Mirek Fidler
6809868d25
ide: Status icon for errors as you type
2022-10-17 09:54:42 +02:00
Mirek Fidler
da72eecf34
ide: Now showing errors as you type
2022-10-10 15:20:44 +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
433b11db63
ide: namespace agnostic layouts refactored again
2022-05-08 13:36:03 +02:00
Mirek Fidler
340ce65c08
uppsrc: (c) 2022
2022-04-03 20:58:06 +02:00
Mirek Fidler
34ff691308
sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters
...
This might bring some incompatibilities in the code that expects wchar to be 16 bit, which
escpecially involves dealing with Win32 (and to lesser extend MacOS) APIs, so if your application
is doing that, please check all instances of WCHAR (UniChar on MacOS) or even wchar
especially type casts.
To support host APIs, char16 is introduced (but there is no 16-bit String varian).
Use ToSystemCharsetW, FromSystemCharsetW to convert texts to Win32 API.
- Support of drawing non-BMP characters in GUI
- Vastly improved character font replacement code (when drawing characters missing with requested font, replacement font is used)
- Last instances of Win32 ANSI calls (those ending with A) are removed
- UTF handling routines are refactored and their's naming is unified
- RTF is now being able to handle non-BMP characters (RTF is used as clipboard format for RichText)
Other minor changes:
- fixed TryRealloc issue
- improved MemoryCheck
- Removed MemoryAlloc48/MemoryFree48
- In theide Background parsing should less often cause delays in the main thread
2021-12-02 12:03:19 +01:00
cxl
c62f6ad9fa
ide: In split mode, both panes are now highlighted
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-01 06:59:07 +00:00
cxl
9be3584f71
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-19 07:30:21 +00:00
cxl
8ee2a9d46f
ide, CodeEditor: Move line/selection up/down
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15924 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-18 22:49:59 +00:00
cxl
a5f628fe6d
uppsrc: 2020->2021
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-19 14:14:08 +00:00
cxl
792ab8ca25
ide: Fixed freeze on empty block replace
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-02 09:08:46 +00:00
cxl
bcebd37a62
CodeEditor: Fixed C++ highlighting, Core: LinuxBeep added gst-play-1.0
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15358 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-04 21:07:37 +00:00
cxl
c218c18ccc
ide: .lay is now inserting .usc namespace, allows layouts without Upp namespace active
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15339 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-31 18:52:50 +00:00
cxl
153f90073d
CodeEditor: C++20 keywords support (thanks Klugier)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15324 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-30 09:26:39 +00:00
cxl
7c5baaaffb
.DDUMP
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15213 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-07 18:52:19 +00:00
cxl
e4bcb0fd35
CtrlCore: MacOS Tab handling fixed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15208 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-07 12:46:03 +00:00
cxl
451751d5fd
uppsrc: nl-nl translation updated
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15129 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-23 15:44:50 +00:00
cxl
9293ed2be0
uppsrc: Visual C++ compiler bug [W]StringBuffer workaround
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-23 09:37:31 +00:00
cxl
e0e0ff8611
Fixed some warnings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-16 12:53:11 +00:00
cxl
f8b8cbf1eb
Copying update
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-03 14:50:30 +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
8b495413cf
ide: Python syntax highlighting refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 11:47:35 +00:00
cxl
5b7ab233d9
ide: Syntax highlighting small improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 11:11:51 +00:00
cxl
e0208d3590
ide: Log syntax highlighting now highlights 0x and 0b numbers
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14553 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 10:52:27 +00:00
cxl
d55f46cbe8
ide: Fixed performance issue with .log highlighting
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14552 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 09:53:29 +00:00
cxl
6d491bd498
Esc: fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-01 08:12:25 +00:00
cxl
96b53c07b1
CtrlLib, ide: Skin improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14172 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-17 14:16:21 +00:00
cxl
1fe2954e2c
CodeEditor: Improved left bar in dark mode
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14171 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-17 10:16:44 +00:00
cxl
592d0d137a
.docs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13957 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-30 14:26:39 +00:00
cxl
915686c643
uppsrc: Removed legacy .iml support, fixed clang warnings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13522 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-03 13:29:03 +00:00
cxl
e53932b2f5
Core: Improved approximate best fit in allocator
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-10 15:26:34 +00:00
cxl
2006c8638c
CodeEditr, TabBar: Dark theme adjustments
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-05 15:03:22 +00:00
cxl
38ac5ee73b
uppsrc: Copying copyright updated to 2019
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-01 12:27:32 +00:00
cxl
311d570d4a
ide: Default Dark theme style changed, if default style is active, it reacts to light/dark theme
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-19 13:25:14 +00:00
cxl
aa0b9b1774
uppsrc: Ide fixed to run valgrind clean
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-18 08:50:22 +00:00