Commit graph

268 commits

Author SHA1 Message Date
Mirek Fidler
7feb60bf7c CtrlLib: Improved ChX11, uppsrc: Removed DDUMPs, ide: cosmetics 2026-04-28 13:39:26 +02:00
Mirek Fidler
e72b5bd4fb ide: PDF export in .qtf designer 2026-04-28 11:37:59 +02:00
Mirek Fidler
1babe51b5e ide: When inserting new code item to T++, qualification are removed (e.g. Upp::String -> String) 2026-04-17 11:26:24 +02:00
Mirek Fidler
df473243f3 ide: Export to MD now exports only selection if defined 2026-03-28 11:45:05 +01:00
Mirek Fidler
1d6d0b2bf7 ide: Markdown export improvements 2026-01-27 15:05:53 +01:00
Mirek Fidler
b89ce6e772 .cosmetics 2026-01-26 13:17:28 +01:00
Mirek Fidler
6770526838 CtrlCore: RTF parser now imports monospace fonts as Font::MONOSPACE and imports anchored images too, ide: Markdown export tool 2026-01-26 11:37:18 +01:00
Mirek Fidler
65cdfe66a4 ide: Beginner info for LayDes 2025-11-16 12:52:15 +01:00
Mirek Fidler
f234158e9c CtrlLib, ide: Beginner info, Copy topic ID (in topic editor) 2025-11-16 10:50:46 +01:00
Mirek Fidler
8bf3b445a1 ide: Fixed problem with missing 'class' when inserting class annotation into .tpp 2025-06-12 12:25:40 +02:00
Mirek Fidler
d7b2fe5f91 Copying 2025 2025-02-20 16:30:02 +01:00
Mirek Fidler
8dd8b7f5f6 ide: LastCharFormat tool in topic editor, .docs 2025-01-11 11:28:04 +01:00
Mirek Fidler
ff7102c39b Core: DarkTheme adjustments, CtrlLib: Color widgets, RichEdit: AllowDarkContent, DarkContent, ide: RichEdits in theide now support dark theme 2024-12-26 14:31:05 +01:00
Mirek Fidler
8016c484df U++: C++23 compatibility 2024-09-18 21:54:14 +02:00
Mirek Fidler
f53907b2aa RichText: Fixed spellcheck line under number problem, ide: Icon cosmetics 2024-09-16 16:09:28 +02:00
Mirek Fidler
1cb4dd84d9 RichText, ide: RichText numbering fixes 2024-09-16 00:11:03 +02:00
Mirek Fidler
86fe4f4b99 ide: T++ table of contents generator 2024-09-03 23:51:32 +02:00
Mirek Fidler
990b588493 .cosmetics 2024-07-18 16:44:32 +02:00
Mirek Fidler
7ddafeadb1 ide: IconDes improvements 2024-07-11 12:08:53 +02:00
Mirek Fidler
455a52ea69 ide: assembly origin experiment (to be removed) 2024-06-27 15:02:43 +02:00
Mirek Fidler
63919f87dc upp: 2024 2024-05-10 14:38:15 +02:00
User0755
6381a3a3f4
ide/Browser: Fix cross linking in group exported PDF and HTML files. (#191) 2024-02-14 23:53:46 +01:00
Mirek Fidler
65aa953b29 u++: Copying updated to 2023 2023-09-17 15:00:44 +02:00
Mirek Fidler
23390d27c6 ide: More UHD icons 2023-09-01 09:19:12 +02:00
Mirek Fidler
a21b186977 ide: More UHD icons 2023-08-09 14:20:16 +02:00
Mirek Fidler
beb62ced07 ide: More UHD icons 2023-08-09 00:43:20 +02:00
Mirek Fidler
4720efb14d ide: HD variants of Assist icons 2023-08-08 16:27:04 +02:00
Mirek Fidler
e856b80f90 ide, RichEdit: PastePlainTextTool moved to RichEdit 2023-08-06 17:14:17 +02:00
Mirek Fidler
73520c2ab4 ide: Renamed ErrorLine to ListLineInfo, T++: paste plane text, uppsrc: Fixed some MSVS warnings 2023-08-06 16:01:23 +02:00
Mirek Fidler
075b16fcd9 uppsrc: Various minor fixes (thanks mrped) 2022-12-11 11:15:52 +01:00
Mirek Fidler
a1c3e984bb ide: TopicEditor::JumpToDefinition reimplemented for libclang 2022-11-14 16:01:29 +01:00
Mirek Fidler
de72a49067 ide: TODOs, autocomplete utf-8 issue fixed 2022-11-03 19:49:41 +01:00
Mirek Fidler
d4592db146 ide: Fixed creating new codereferenced topic 2022-10-27 11:55:51 +02:00
Mirek Fidler
4bc5f4145e ide: More fixes 2022-10-05 11:23:12 +02:00
Mirek Fidler
d4e0c45f59 ide: Fixed annotation / topic issues 2022-10-02 15:18:01 +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
85873b75f0 ide: Fixed deadlock warning issues with context goto AK_ definition 2021-12-06 09:19:05 +01: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
fbb02d75f3 ide: Main config is now reading flags from sources
git-svn-id: svn://ultimatepp.org/upp/trunk@16031 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-22 13:51:46 +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
c5dd8aff7c ide: Optimized Assist speed (problem with include cache)
git-svn-id: svn://ultimatepp.org/upp/trunk@15851 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-18 08:14:58 +00:00
cxl
550e2e7e1a ide: Support for same name main package in different nest
git-svn-id: svn://ultimatepp.org/upp/trunk@15606 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-17 23:25:23 +00:00
cxl
adea4df7e8 RichText: EncodeHTML fix
git-svn-id: svn://ultimatepp.org/upp/trunk@15528 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-27 16:01:36 +00:00
cxl
5ac2440ec3 ide: Layout assist not listing Upp::
git-svn-id: svn://ultimatepp.org/upp/trunk@15340 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-31 19:42:53 +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
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
28f811ba2b .DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@14874 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-22 15:46:07 +00:00
cxl
833d5e93a7 ide: Fixed issues with TPP insert code reference function
git-svn-id: svn://ultimatepp.org/upp/trunk@14859 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-21 16:09:11 +00:00