Commit graph

20 commits

Author SHA1 Message Date
Mirek Fidler
66dc3536d2 ide: Fixed problem with highlighting annotation in help window 2022-11-15 10:27:18 +01:00
Mirek Fidler
6a65945b4e .cosmetics 2022-10-02 18:36:14 +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
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
4d9c6bf031 ide: Fixed issue with help
git-svn-id: svn://ultimatepp.org/upp/trunk@15686 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-20 16:57:54 +00:00
cxl
d88d038a02 ide: Annotations click now leads to help
git-svn-id: svn://ultimatepp.org/upp/trunk@15521 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-26 13:58:53 +00:00
cxl
16c1fab3d4 CtrlLib, ide: Support for mouse fw/bk buttons
git-svn-id: svn://ultimatepp.org/upp/trunk@15453 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-19 10:16:03 +00:00
cxl
8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
efca3a1050 RichTextView: UHD fix
git-svn-id: svn://ultimatepp.org/upp/trunk@8813 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-11 13:45:33 +00:00
cxl
a202040446 upp.src: UHD issues
git-svn-id: svn://ultimatepp.org/upp/trunk@8803 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-09 11:14:16 +00:00
cxl
ba7ab3ed50 cpp11 branch merged back to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:33:48 +00:00
cxl
a29771f740 .CtrlLib: HelpWindow margins
git-svn-id: svn://ultimatepp.org/upp/trunk@6543 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-11 13:00:55 +00:00
cxl
389497da90 TheIDE: Help system now higlights search words and allows navigating them up/down
git-svn-id: svn://ultimatepp.org/upp/trunk@1916 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-21 21:06:12 +00:00
cxl
5a749f9a77 CtrlLib: Help fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1607 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-04 14:53:40 +00:00
cxl
67252fd01f CtrlLib/theide: Fixed issue with wrong opening web browser in help
git-svn-id: svn://ultimatepp.org/upp/trunk@1159 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-11 09:45:02 +00:00
cxl
fc49df8db3 ide help - minor fixes - avoided flickering (using BackPaintHint) and fixed font resize button
git-svn-id: svn://ultimatepp.org/upp/trunk@679 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-29 14:27:00 +00:00
cxl
a7d2846323 ValuePairOrder and new TreeCtrl sorting options; fixed sorting in ide helpwindow
git-svn-id: svn://ultimatepp.org/upp/trunk@476 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-23 10:18:59 +00:00
cxl
e6c2027cf5 Improved theide T++ (help) browser
git-svn-id: svn://ultimatepp.org/upp/trunk@454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-17 12:13:43 +00:00
cxl
df9c8ce618 Fixed issues in theide HelpWindow - problems displaying plugin/bz2 content and view margins
git-svn-id: svn://ultimatepp.org/upp/trunk@441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-13 15:43:50 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00