Commit Graph

43 Commits

Author SHA1 Message Date
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
mattias
b09453a22c IDE: find in files: when nothing found report search string not found, for Marc
git-svn-id: trunk@15008 -
2008-04-29 11:18:59 +00:00
mattias
8d42e3ebab IDE: find in files: fixed endless loop in padding filenames
git-svn-id: trunk@14425 -
2008-03-05 12:12:13 +00:00
mattias
fc8080d388 IDE: find in fiels: reduced fResultList updates
git-svn-id: trunk@14424 -
2008-03-05 11:56:27 +00:00
mattias
d3434d8359 IDE: find in files: reduced calls of ProcessMessages
git-svn-id: trunk@14421 -
2008-03-05 11:42:29 +00:00
mattias
e25982fd40 LCL: added TFileSearcher.Search AMaskSeparator parameter
git-svn-id: trunk@13261 -
2007-12-10 12:14:14 +00:00
tombo
6d5c9c828c IDE frmSearch (searches for files and shows progress): use TFileSearcher, renamed to SearchFrm
git-svn-id: trunk@13224 -
2007-12-08 14:55:42 +00:00