Mirek Fidler
0777dada65
fixed border line
2024-11-21 20:28:41 +01:00
Mirek Fidler
6a673b95a6
CodeEditor: Conversion warnings resolved
2024-09-29 21:00:18 +02:00
Mirek Fidler
feca5cc4f9
CodeEditor: Improved header line colors in dark mode
2024-09-16 10:10:39 +02:00
Mirek Fidler
42eb3ab584
ide: IconDes improvements, .icons
2024-08-10 11:57:34 +02:00
Mirek Fidler
63919f87dc
upp: 2024
2024-05-10 14:38:15 +02:00
Mirek Fidler
5e8cbbfa4c
CodeEditor: Fix of changes in scrollbar
2024-02-06 21:07:48 +01:00
Mirek Fidler
8364b99980
ide: Optimised painting text changes in the scrollbar
2024-02-02 09:42:49 +01:00
Mirek Fidler
56fad263ea
ide: Fixed speed problem for ScrollBarItems and long altered files
2024-01-30 14:40:35 +01:00
Mirek Fidler
0f5ff7055f
ide: Changed branch in editor bar design
2023-12-07 10:17:34 +01:00
Mirek Fidler
547a50d33c
Core: ValueCache limits simplified, ide: Show branch in editorbar
2023-11-15 10:47:12 +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
5ee4858a50
ide: Fixed warnings
2023-09-19 02:00:02 +02:00
Mirek Fidler
65aa953b29
u++: Copying updated to 2023
2023-09-17 15:00:44 +02:00
Mirek Fidler
a7768b36f6
ide: Display out of page function/class headers
2023-07-22 20:30:06 +02:00
Mirek Fidler
b33aee46b5
CtrlLib: DropList accelerator fixes
2023-07-17 10:52:06 +02:00
Mirek Fidler
be78680dce
ide: Different highlighting for flow breaking keywords
2023-07-16 13:31:17 +02:00
Mirek Fidler
3d304dbc09
ide: Fixed search
2023-04-11 23:28:50 +02:00
Mirek Fidler
66b3a276f5
ide: Now supressing autocomplete in raw string literal
2023-03-27 11:56:12 +02:00
Mirek Fidler
f718003348
CodeEditor: Tips behaviour improved
2023-03-16 10:53:31 +01:00
Mirek Fidler
58e3f59c34
ide: Optimised header handling, RichText::GetWidth fixed
2023-02-27 12:42:20 +01:00
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