martin
78fdca77d0
IDE: added "const" for some "array of" params
...
git-svn-id: trunk@59928 -
2018-12-28 17:51:51 +00:00
juha
53ee66450d
LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
...
git-svn-id: trunk@58255 -
2018-06-14 09:05:50 +00:00
juha
3574bdfb6d
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
...
git-svn-id: trunk@58244 -
2018-06-13 13:59:07 +00:00
joost
1de2cbf586
general: Updated address of the Free Software Foundation in copyright messages
...
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
mattias
800945ee04
lazbuild: using fpc regexpr instead of synregexpr
...
git-svn-id: trunk@53733 -
2016-12-20 12:45:57 +00:00
mattias
68a7b1d875
IDE: fixed search results when match at in psaces at beginning of line
...
git-svn-id: trunk@50238 -
2015-11-06 19:07:52 +00:00
juha
08c9621520
Change order of used units so that "deprecated" warnings are not triggered.
...
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +00:00
juha
653b5dd43a
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
...
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00
mattias
f3f0866921
IDE: checked compiler warnings, clean up
...
git-svn-id: trunk@48218 -
2015-03-10 14:51:21 +00:00
zeljko
0f0e014df7
IDE: fixed overlapped labels in Search in file dialog. Patch by Cedric. issue #27122
...
git-svn-id: trunk@47081 -
2014-12-04 08:15:32 +00:00
mattias
1021bbb19a
IDE: docking: restore: keep autosizing disabled during restore
...
git-svn-id: trunk@46859 -
2014-11-15 12:39:26 +00:00
mattias
fc22ff99e3
IDE: find in files: search in multiple directories
...
git-svn-id: trunk@45992 -
2014-07-30 12:07:54 +00:00
mattias
bc7b175f6d
IDE: fixed crash in search form, when doing a hidden search, bug #25886
...
git-svn-id: trunk@44474 -
2014-03-20 08:43:56 +00:00
mattias
efec9f2a26
IDE: replaced some MessageDlg with IDEMessageDialog
...
git-svn-id: trunk@41497 -
2013-06-02 17:27:09 +00:00
juha
8ddfe52d9b
Add "inherited Create;" to constructors for classes derived from TFileSearcher.
...
git-svn-id: trunk@41089 -
2013-05-09 11:52:17 +00:00
juha
bb419695bb
LazUtils: Add FollowSymLink property to TFileSearcher. Issue #24291 , modified from Mario Bonati's patch
...
git-svn-id: trunk@40848 -
2013-04-19 07:05:25 +00:00
martin
1c66f2a2dd
IDE: Replace in files: show replaced lines in result. Issue #0007687
...
git-svn-id: trunk@39554 -
2012-12-15 22:38:04 +00:00
maxim
fce81aa63d
IDE: Improved Search Results dialog behavior:
...
1. Always bring Search Results to front on Ctrl-Alt-F (or if called via menu).
2. Bring Search Results to front if Search Progress dialog was active (had focus).
3. Do not bring Search Results to front if Search Progress dialog was not active.
git-svn-id: trunk@39520 -
2012-12-12 19:51:53 +00:00
maxim
e9725d81a9
IDE: show Search Results form only after the end of searching process
...
git-svn-id: trunk@39514 -
2012-12-11 20:38:23 +00:00
juha
09ca4df1ec
IDE: Simplify UpdateWindowMenu. Remove (now useless) delayed functionality.
...
git-svn-id: trunk@39172 -
2012-10-27 17:04:05 +00:00
juha
0839a029db
IDE: Add "Active File" to Search in Files where-selections. Issue #7686
...
git-svn-id: trunk@38924 -
2012-09-30 16:09:09 +00:00
juha
794930e8e2
Remove unused units in some files.
...
git-svn-id: trunk@36440 -
2012-03-30 07:40:15 +00:00
juha
d76fd3fafb
IDE: make Search Result window use the previous position. Issue #21288
...
git-svn-id: trunk@36407 -
2012-03-29 06:09:40 +00:00
juha
4ef51619f5
IDE: collect common resource strings in one place, remove duplicates
...
git-svn-id: trunk@35321 -
2012-02-12 13:04:36 +00:00
mattias
dab1d7db29
IDE: find in files: do not show every filename
...
git-svn-id: trunk@34784 -
2012-01-18 18:40:31 +00:00
maxim
6f281ea701
IDE: correctly assign captions to tabs in search results window even if user started two parallel searches, bug #20217
...
git-svn-id: trunk@32340 -
2011-09-14 22:05:43 +00:00
mattias
ee071770c6
IDE: find in files: search in virtual files, bug #19249
...
git-svn-id: trunk@30602 -
2011-05-07 16:33:54 +00:00
mattias
36ea500f81
IDE: resource strings
...
git-svn-id: trunk@30048 -
2011-03-28 08:07:46 +00:00
juha
432e2a47f7
IDE: Fixed a memory corruption when searching RegExpr from an empty file. TRegExpr (in SynTegExpr) allocates 0 bytes and frees it -> memory corruption.
...
git-svn-id: trunk@29667 -
2011-02-25 17:52:02 +00:00
juha
ca3bc870b2
IDE: Removed temp conditional from SearchFrm, problem fixed in r.29408
...
git-svn-id: trunk@29409 -
2011-02-07 11:26:23 +00:00
juha
14fab7e869
IDE: Make a temporary conditional for cached file check for "Search in Files".
...
git-svn-id: trunk@29375 -
2011-02-04 08:57:01 +00:00
mattias
49c7f66c0f
codetools: fixed parsing forward class
...
git-svn-id: trunk@29347 -
2011-02-03 10:28:09 +00:00
mattias
e0eb9f4e41
IDE: renamed TSearchForm to TSearchProgressForm
...
git-svn-id: trunk@29340 -
2011-02-02 22:07:27 +00:00
juha
2cd2c885ed
IDE: Show the amount of matches in search results window.
...
git-svn-id: trunk@28773 -
2010-12-20 00:16:23 +00:00
mattias
bc6ef0820f
IDE: search results view: replaced TNoteBook with TPageControl
...
git-svn-id: trunk@27621 -
2010-10-08 14:55:07 +00:00
maxim
db57ec410d
IDE: Fixed case insensitive "Find in files" search for a regular expression, bug #17532
...
git-svn-id: trunk@27591 -
2010-10-06 20:12:11 +00:00
mattias
c92522b37c
IDE: search result view: bring to front after search, bug #16856
...
git-svn-id: trunk@26486 -
2010-07-06 13:44:24 +00:00
mattias
5b07f80b00
IDE: lazcontrols: added codetools values, create dummy package if lpk not found, package link, Makefile
...
git-svn-id: trunk@26245 -
2010-06-21 22:50:36 +00:00
mattias
fa00aff123
IDE: package editors: using the IDEWindowCreators
...
git-svn-id: trunk@26234 -
2010-06-21 12:17:14 +00:00
maxim
efe222d30e
IDE: 'Searching...' dialog: improve localization + small cleanup
...
git-svn-id: trunk@24727 -
2010-04-20 00:31:40 +00:00
martin
6b98807014
FindInFiles Results: prevent crash, if tab-in-progress is closed. disable tool-bar for tab-in-progress. Deal with changes to other tabs during tab-in-progress
...
git-svn-id: trunk@24583 -
2010-04-11 17:32:42 +00:00
martin
2c280ef33a
SourceEditor: Search in open Files, search DualView only once
...
git-svn-id: trunk@24369 -
2010-04-02 13:49:38 +00:00
martin
9040201c83
IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling)
...
git-svn-id: trunk@24113 -
2010-03-20 15:12:33 +00:00
martin
2b5156b908
IDE, FindInFiles: Refactored, moved away from SourceNotebook
...
git-svn-id: trunk@24089 -
2010-03-18 19:16:20 +00:00
martin
e1290c555d
Ide/Project; SourceEditor: Start using SourceEditorManager (for multi-window handling)
...
git-svn-id: trunk@24045 -
2010-03-16 16:16:32 +00:00
paul
9622c8cd82
ide: convert forms to use fpc resources
...
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
paul
e932577e22
ide, debugger, packager: don't use special Ok, Cancel, Help captions for buttons - use standard LCL - they have accelerators (Ok and Help) (fixes a part of issue #0001379 )
...
git-svn-id: trunk@20045 -
2009-05-19 08:54:33 +00:00
paul
d9cb53a1f7
ide: don't load LCL images for Cancel, OK buttons because LCL can do it itself and direct loading makes buttons looks not native on gtk2
...
git-svn-id: trunk@19535 -
2009-04-21 02:01:14 +00:00
laurent
2c8a855666
Load glyph form resource
...
git-svn-id: trunk@16693 -
2008-09-24 06:55:26 +00:00
laurent
8647538c8e
add standard glyph in buttons
...
git-svn-id: trunk@16607 -
2008-09-16 15:02:37 +00:00