ultimatepp/uppsrc/ide/Core
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
..
src.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
Assembly.cpp CtrlLib: Local menu at point now moves a bit to avoid mouse position, ide: FindInFiles list of folders fixed to avoid all UppHub folders listed 2021-03-09 08:55:22 +00:00
BinObj.cpp uppsrc: Modernizing code with variadic templates 2020-06-17 16:02:45 +00:00
Builder.cpp ide: LocalHost/Host, urepo refactored 2020-12-12 19:27:04 +00:00
common.iml theide: Add to include path package file option, Sql tutorial finished 2009-06-21 16:25:39 +00:00
Copying uppsrc: 2020->2021 2021-03-19 14:14:08 +00:00
Core.cpp ide: Developing uppiverse 2020-11-22 09:42:57 +00:00
Core.h ide: Builders now declares bmGIT_REVCOUNT macro (similar to former SVN_REVISION), now used in ide itself in the about box. 2021-08-27 18:03:53 +02:00
Core.upp ide: Builders now declares bmGIT_REVCOUNT macro (similar to former SVN_REVISION), now used in ide itself in the about box. 2021-08-27 18:03:53 +02:00
Hdepend.cpp ide: pkg_config support in makefile export 2020-01-09 11:55:29 +00:00
Host.cpp GridCtrl: Removed Sql dependecy issue, CtrlCore: Win32 pen support improved, ide: NoConvertCharser for Host local process to fix the issue with svn history 2021-03-17 11:29:34 +00:00
Host.h ide: Repo PutVerbose supressed 2021-02-02 10:50:13 +00:00
Ide.cpp ide: Main config is now reading flags from sources 2021-07-22 13:51:46 +00:00
Logger.cpp .cosmetic 2017-12-25 22:45:16 +00:00
Logger.h Gdb: #1 Added additional logs when kill close handle operation failed while breaking execution. #2 Gdb now supports displays up 200 entries of the stack to avoid ide not response when recursion is infinit. #3 Gdb now reports failure when breakpoint is not setted to TheIDE. #4 Remove infinit recursion in Ide::OnBreakpoint method. 2018-06-29 20:09:25 +00:00
Package.cpp CtrlCore: Fixed issue with Upp::t_ 2021-03-07 10:16:39 +00:00
usc.cpp .cosmetics 2017-11-11 15:39:18 +00:00
Util.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
Workspace.cpp umk: CCJ support 2021-06-08 21:58:26 +00:00