Commit graph

74 commits

Author SHA1 Message Date
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
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
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
f80a5fcc6b ide: Fixed C++ parser include issue
git-svn-id: svn://ultimatepp.org/upp/trunk@14661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-07 08:43:59 +00:00
cxl
a7cae97172 ide: Parsing fix
git-svn-id: svn://ultimatepp.org/upp/trunk@14660 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-05 11:10:26 +00:00
cxl
3f3354cef5 CppBase: Fixed issue in GatherSources
git-svn-id: svn://ultimatepp.org/upp/trunk@14659 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-05 09:07:57 +00:00
cxl
9a987167e8 ide: C++ parser MT optimisations
git-svn-id: svn://ultimatepp.org/upp/trunk@14647 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-01 10:58:44 +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
195c9a37e4 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-24 09:05:48 +00:00
cxl
592bf1dfcb .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13934 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-22 13:16:09 +00:00
cxl
28cc29b68b CtrlLib: FileSelButton::WhenSelected, ide: small improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13364 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 11:39:12 +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
450e36db08 ide: INITIALIZER removed from Browser for Functions4U compatibility
git-svn-id: svn://ultimatepp.org/upp/trunk@10437 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-14 15:01:43 +00:00
cxl
44037d6a0c 'Event' branch merged into trunk (Callback now deprecated)
git-svn-id: svn://ultimatepp.org/upp/trunk@10260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:15:05 +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
2a5946e1f0 Assist: Options to switch off
git-svn-id: svn://ultimatepp.org/upp/trunk@9175 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-11 16:44:19 +00:00
cxl
e4455a4cce ide: codebase fs caches increased to 256MB
git-svn-id: svn://ultimatepp.org/upp/trunk@9046 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-19 13:34:01 +00:00
cxl
928f539505 ide: fixed issue with high memory consumption #1292
git-svn-id: svn://ultimatepp.org/upp/trunk@9022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-15 21:55:40 +00:00
cxl
67974eb463 CtrlLib: FileSel now reloads on activete (and F5) #1285, ide: Fixed issue with Assist++ after #include change #1192
git-svn-id: svn://ultimatepp.org/upp/trunk@8999 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-10 12:43:50 +00:00
cxl
963bddae63 ide: SwapS fixed new method issue #1280
git-svn-id: svn://ultimatepp.org/upp/trunk@8978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-04 12:13:57 +00:00
cxl
41fb9d458c .developing external import
git-svn-id: svn://ultimatepp.org/upp/trunk@8901 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-06 08:43:22 +00:00
cxl
73a8acd4b6 cpp: Fixed issue with android includes
git-svn-id: svn://ultimatepp.org/upp/trunk@8754 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-26 19:08:22 +00:00
cxl
00357b76fb ide: Navigator scope dblclick #1068
git-svn-id: svn://ultimatepp.org/upp/trunk@8725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-22 12:38:18 +00:00
cxl
de9cd3805c .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-22 08:23:42 +00:00
cxl
857d949be0 cpp: 'auto' support
git-svn-id: svn://ultimatepp.org/upp/trunk@8703 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-19 10:43:21 +00:00
cxl
f7c6651662 cpp: Fixed issue with wrong comment detection
git-svn-id: svn://ultimatepp.org/upp/trunk@8692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-16 18:41:19 +00:00
cxl
adb17483f2 removed forgotten DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8672 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-11 22:29:48 +00:00
cxl
de44fe8d56 .defs files for Core, CtrlCore #1163
git-svn-id: svn://ultimatepp.org/upp/trunk@8667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-11 11:35:35 +00:00
cxl
071c71733c c++11 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@8593 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-24 18:18:58 +00:00
cxl
f6d17d22c7 cpp: .icpp is now 'FILE_CPP'
git-svn-id: svn://ultimatepp.org/upp/trunk@8555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-17 13:56:50 +00:00
cxl
cfe8837c64 cpp: CppItem::using_namespaces was not serialized #1122
git-svn-id: svn://ultimatepp.org/upp/trunk@8547 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-15 15:33:40 +00:00
cxl
484905f57d uppsrc: cosmetics: //$- around all Expands
git-svn-id: svn://ultimatepp.org/upp/trunk@8537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-13 18:13:59 +00:00
cxl
3fc1c53dae .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8536 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-13 14:39:57 +00:00
cxl
c84ed38ff7 ide: release mode cpp debugging logs
git-svn-id: svn://ultimatepp.org/upp/trunk@8532 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-12 13:49:57 +00:00
cxl
b3963b429e cpp: dependency detection refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@8525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-08 20:19:44 +00:00
cxl
f046fb409e cpp: Sorting and speed improved
git-svn-id: svn://ultimatepp.org/upp/trunk@8495 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-01 15:27:12 +00:00
cxl
dedd05a7f1 .cpp: global assist fixed, jump fixed, duplicates fixed #1078, #1066
git-svn-id: svn://ultimatepp.org/upp/trunk@8494 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-01 15:04:52 +00:00
cxl
b2efb477cb .cpp: Reorganized
git-svn-id: svn://ultimatepp.org/upp/trunk@8468 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-22 07:02:28 +00:00
cxl
741447d279 ide/cpp: global.defs and workspackes defs #1086
git-svn-id: svn://ultimatepp.org/upp/trunk@8462 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-18 13:01:14 +00:00
cxl
46481a8455 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8457 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-17 16:13:34 +00:00
cxl
264a0a31ce .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-17 11:58:37 +00:00
cxl
1506484ce2 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-14 13:56:34 +00:00
cxl
e98b8f5e1e .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8447 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-14 12:29:52 +00:00