Commit graph

45 commits

Author SHA1 Message Date
Mirek Fidler
da57fcf688 RichText: GetPlainText allow_tabs parameter; Prompt now sometimes uses '\t' to separate table cells. 2023-07-09 16:43:09 +02:00
Mirek Fidler
ed95d1305c CtrlLib: Using beep parameter for regular prompts (fixes override problem) 2023-05-06 20:38:45 +02:00
Mirek Fidler
24de794907 CtrlCore: Refactored multimonitor support 2023-03-15 15:26:59 +01:00
Mirek Fidler
b51280ad93 CtrlLib: HelpWindow now has ctrl+wheel zooming 2023-02-21 20:50:19 +01:00
Mirek Fidler
7985ea5c10 CtrlLib: RichTextView improvements 2023-01-13 16:33:29 +01:00
Mirek Fidler
c8364365ef CtrlLib, RichText: Gate<String> WhenHighlight; CtrlCore: fixed AppendFiles in Win32 2022-12-24 13:03:51 +01:00
Mirek Fidler
affa760a9d CtrlLib: ArrayCtrl::AcceptEdits, RichTextView::GetCursor; ide: Fixed issue with pure virtual signature id 2022-12-21 09:49:46 +01:00
Mirek Fidler
f7c4fe08de CtrlLib: RichTextView::Highlight(Color) 2022-12-20 15:37:20 +01:00
Mirek Fidler
66dc3536d2 ide: Fixed problem with highlighting annotation in help window 2022-11-15 10:27:18 +01: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
dc53ff972d CtrlLib: RichTextView WhenLeftClick, ClearSelection 2022-05-16 13:43:22 +02:00
Mirek Fidler
fec5bc6a34 CtrlLib: Fixed problem with RichTextCtrl selection 2022-05-16 11:59:02 +02:00
cxl
10fc7a1e99 CtrlLib: Do not ask again option in Prompts, ide: Compare with now has LRU list
git-svn-id: svn://ultimatepp.org/upp/trunk@15971 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-05-31 09:00:13 +00:00
cxl
4332c8903f CtrlLib: 'Do not shot this again' support in Prompt*[Opt]
git-svn-id: svn://ultimatepp.org/upp/trunk@15968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-05-27 19:03:45 +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
489470bdb6 CtrlLib: RichText GetHeight back for BW compaitibility
git-svn-id: svn://ultimatepp.org/upp/trunk@12832 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-13 17:38:15 +00:00
cxl
130d9f6323 ide: Slideshow fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@12829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-12 08:45:55 +00:00
cxl
b6482c28c0 ide, RichText: Fixed numerous issues with Topic++ and SlideShow
git-svn-id: svn://ultimatepp.org/upp/trunk@12826 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-11 09:35:47 +00:00
cxl
590089f542 ide: SlideShow improvement
git-svn-id: svn://ultimatepp.org/upp/trunk@12823 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-09 18:50:29 +00:00
cxl
458c82ab07 CtrlLib: RichText TextColor setting
git-svn-id: svn://ultimatepp.org/upp/trunk@11939 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-13 12:00:18 +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
d31f5448bc CtrlLib: RichTextView::ScrollInto
git-svn-id: svn://ultimatepp.org/upp/trunk@9555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-03-03 14:37:32 +00:00
cxl
5b9841c79c CtrlLib: Base Prompt variant now public, PromptSaveDontSaveCancel (thanks cbpporter)
git-svn-id: svn://ultimatepp.org/upp/trunk@9110 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-29 17:45:32 +00:00
cxl
688e57879b Prompt redirection
git-svn-id: svn://ultimatepp.org/upp/trunk@7727 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-25 10:19:05 +00:00
cxl
4b272a3850 RichTextView: Fixed issue with links #848
git-svn-id: svn://ultimatepp.org/upp/trunk@7644 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-06 17:11:13 +00:00
cxl
06be3b22ee CtrlLib: Fixed X11 middle mouse button pasting in EditFiled, RichTextView
git-svn-id: svn://ultimatepp.org/upp/trunk@7539 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-24 08:37:28 +00:00
cxl
271bfe9c7f CtrlLib: LineEdit::Load, Save optimized, Core: Stream::GetSzPtr
git-svn-id: svn://ultimatepp.org/upp/trunk@7519 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-18 11:01:20 +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
1a626d1ff7 Extended error dialog api #646 (thanks klugier)
git-svn-id: svn://ultimatepp.org/upp/trunk@6785 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-17 12:45:58 +00:00
cxl
93d544d91e CtrlLib: RichTextView now supports triple-click to select paragraph
git-svn-id: svn://ultimatepp.org/upp/trunk@6531 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-06 08:47:12 +00:00
cxl
a2ca885eb3 Skylark: minor fix, CtrlLib: ErrorOK
git-svn-id: svn://ultimatepp.org/upp/trunk@6244 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-17 15:57:39 +00:00
cxl
7aa0e72741 CtrlLib: DoubleClick in RichTextView now selects word
git-svn-id: svn://ultimatepp.org/upp/trunk@6127 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-29 07:35:26 +00:00
cxl
38314e3e9f CtrlLib: RichTextView added WhenMouseMove callback
git-svn-id: svn://ultimatepp.org/upp/trunk@2789 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-14 09:06:47 +00:00
cxl
de3fff174d CtrlLib: RichTextView ShrinkOversizedObjects fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2173 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-04 10:44:13 +00:00
cxl
3d79b68a9f RichText, CtrlLib: PaintInfo - shrink_oversized_objects, used in RichTextView
git-svn-id: svn://ultimatepp.org/upp/trunk@2172 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-04 08:25:11 +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
32a4a99772 theide: Fixed highlighting of searched words in help
git-svn-id: svn://ultimatepp.org/upp/trunk@1913 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-20 21:29:21 +00:00
cxl
b5978f3937 RichTextView::NoLazy avoids lazy update of images
git-svn-id: svn://ultimatepp.org/upp/trunk@1061 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-15 19:03:09 +00:00
cxl
b27c1166ad ParseQTF removed scolors option - fixed problem with bad colors in X11
git-svn-id: svn://ultimatepp.org/upp/trunk@814 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-01-27 12:10:34 +00:00
cxl
803866298a Fixed RichTextCtrl NoSb
git-svn-id: svn://ultimatepp.org/upp/trunk@664 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-22 19:31:25 +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
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