Commit graph

68 commits

Author SHA1 Message Date
Mirek Fidler
f4a49079e2 ide: Find in files fix 2024-12-22 18:34:14 +01:00
Mirek Fidler
cebc09872d ide: Search in files new external includes and current assembly options 2024-12-21 10:44:30 +01:00
Mirek Fidler
9298d61657 ide: Find in files now can find in all assemblies 2024-10-11 13:25:31 +02:00
Mirek Fidler
24af31e0e4 ide: Fixed enabling of Mimic case in FindInFiles 2024-06-08 08:48:39 +02:00
Mirek Fidler
5ee4858a50 ide: Fixed warnings 2023-09-19 02:00:02 +02:00
Mirek Fidler
e9b8f305cb ide: Usage Visual improvements 2023-08-10 15:15:45 +02:00
Mirek Fidler
63133f447b ide: Renamed ErrorLine to ListLineInfo, uppsrc: Fixed some MSVS warnings 2023-08-06 15:38:59 +02:00
Mirek Fidler
13d071e41a ide: Bottom pane improvements 2023-08-03 00:39:26 +02:00
Mirek Fidler
42e4513166 Core: AMap::GetPut fix, FormatE(0 fix, ide: Improved bottom pane 2023-08-02 15:17:13 +02:00
Mirek Fidler
069e7a52d8 ide: Replace found items 2023-07-09 14:08:33 +02:00
Mirek Fidler
3dea20e1a3 ide: Found results Replace fixed and improved 2023-07-06 21:08:52 +02:00
Mirek Fidler
239813f1c2 ide: Find in files and usage improved to show all relevant find in single line 2023-06-30 10:38:05 +02:00
Mirek Fidler
e381aeba8d ide: Replace button for found results 2023-06-27 17:55:17 +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
5933b4f4e0 ide: Find in files can now limit search to recently changed files
git-svn-id: svn://ultimatepp.org/upp/trunk@16011 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-05 08:05:22 +00:00
cxl
45ee13814e ide: cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-05 05:45:15 +00:00
cxl
e4a0ed6c9d 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
git-svn-id: svn://ultimatepp.org/upp/trunk@15825 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-09 08:55:22 +00:00
cxl
3e4b840506 uppsrc: Modernizing code with variadic templates
git-svn-id: svn://ultimatepp.org/upp/trunk@14604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-17 16:02:45 +00:00
cxl
5941dfdae3 ide: clang related fixes, find in files now trims long lines when putting them to output display array to avoid slowdowns
git-svn-id: svn://ultimatepp.org/upp/trunk@14115 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-02 13:34:24 +00:00
cxl
3b7819fed0 ide: Find in files panes refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@14014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-15 17:50:10 +00:00
cxl
3035af52bb ide: Multiple find in files output panes
git-svn-id: svn://ultimatepp.org/upp/trunk@13943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-24 09:57:24 +00:00
klugier
aa89f40b5d Ide: Fixe of some pedantic warnings inside TheIDE code.
git-svn-id: svn://ultimatepp.org/upp/trunk@12963 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-07 09:10:36 +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
1e89b14fcd CodeEditor, ide: ReadOnly mode now blocks all write operations (some of advanced ones were not blocked)
git-svn-id: svn://ultimatepp.org/upp/trunk@11112 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-22 09:57:05 +00:00
cxl
db2c09a24b ide: Finding improved
git-svn-id: svn://ultimatepp.org/upp/trunk@10965 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-22 15:02:21 +00:00
cxl
32d9c4d7b7 ide: Find all optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@10956 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-19 12:26:43 +00:00
cxl
b788ada7ae ide: FindAll button in Find
git-svn-id: svn://ultimatepp.org/upp/trunk@10942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-16 18:53:47 +00:00
cxl
b5b44f1deb ide, CtrlLib: LineEdit truncation issues
git-svn-id: svn://ultimatepp.org/upp/trunk@10816 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-02-02 15:16:09 +00:00
klugier
a705cdf0e6 REDMINE #1523
git-svn-id: svn://ultimatepp.org/upp/trunk@10206 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-09-15 18:14:19 +00:00
cxl
b5a22f2a78 ide: fixed for previous ambiguity fix, some r-value fixes (thanks Novo!)
git-svn-id: svn://ultimatepp.org/upp/trunk@9923 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-11 16:05:36 +00:00
cxl
475151a09e Fixed ambiguity between <<lambda and <<(String&&, T)
git-svn-id: svn://ultimatepp.org/upp/trunk@9921 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-11 15:55:50 +00:00
cxl
0c18010edf Find file now does not search for separators
git-svn-id: svn://ultimatepp.org/upp/trunk@9811 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-08 06:31:39 +00:00
cxl
6cce96db60 ide: Fixed find in files history issue #824
git-svn-id: svn://ultimatepp.org/upp/trunk@8983 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-04 19:43:01 +00:00
cxl
1ae7903784 ide: Fixed issue with double results of find in files #1067
git-svn-id: svn://ultimatepp.org/upp/trunk@8526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-09 18:57:27 +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
cxl
49d3de4a8a New Cpp preprocesing parser merged
git-svn-id: svn://ultimatepp.org/upp/trunk@8427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-11 17:13:55 +00:00
cxl
22e0812dac Fixed wildcards escape character issue in Find in files.. #1019
git-svn-id: svn://ultimatepp.org/upp/trunk@8287 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-03-21 16:50:20 +00:00
cxl
1b3a262ce7 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7944 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-03 20:16:40 +00:00
cxl
dc5bd805e4 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-29 08:35:17 +00:00
cxl
b32a287c7e ide: Find in files Workspace option
git-svn-id: svn://ultimatepp.org/upp/trunk@7828 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-28 21:48:07 +00:00
cxl
8b3145c402 ide: minor visual improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@7635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-03 06:57:47 +00:00
cxl
c3417597de ide: Find in files results improved
git-svn-id: svn://ultimatepp.org/upp/trunk@7629 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-31 19:18:33 +00:00
cxl
a06b37b77a Some warnings fixed, MYSQL: Fixed decimal issue
git-svn-id: svn://ultimatepp.org/upp/trunk@7558 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-01 15:09:14 +00:00
cxl
7e69de4be8 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-30 07:20:35 +00:00
cxl
32ea2628dd ide: Find now support PCRE regexes
git-svn-id: svn://ultimatepp.org/upp/trunk@7504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-11 14:27:08 +00:00
cxl
677b99baac ide: Refining find&replace
git-svn-id: svn://ultimatepp.org/upp/trunk@7480 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-01 11:14:46 +00:00
cxl
5df53f2cd4 ide: refining new Find&Replace
git-svn-id: svn://ultimatepp.org/upp/trunk@7478 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-01 09:00:06 +00:00
cxl
479e344293 ide: Improved Find in Files #791
git-svn-id: svn://ultimatepp.org/upp/trunk@7461 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-06-22 18:47:08 +00:00
cxl
fa37326370 ide: Fixed some error output issues
git-svn-id: svn://ultimatepp.org/upp/trunk@7451 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-06-16 17:48:05 +00:00