Commit Graph

66 Commits

Author SHA1 Message Date
martin
2b5156b908 IDE, FindInFiles: Refactored, moved away from SourceNotebook
git-svn-id: trunk@24089 -
2010-03-18 19:16:20 +00:00
paul
eb52aebd64 ide: implement Copy to Clipboard behavior in Search results dialog by Flávio Etrusco (issue #0015851)
git-svn-id: trunk@23809 -
2010-03-01 04:29:29 +00:00
paul
9622c8cd82 ide: convert forms to use fpc resources
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
vincents
619493579b IDE: fixed using ESC to close Search Results from Dmitry (issue #14291)
git-svn-id: trunk@21191 -
2009-08-12 13:21:15 +00:00
martin
191a788392 IDE: Search in files result; fix clipping off bold text-parts
git-svn-id: trunk@20680 -
2009-06-20 16:43:55 +00:00
mattias
ada8b43c54 undone 18380
git-svn-id: trunk@18382 -
2009-01-21 19:52:03 +00:00
mattias
1a993772ef IDE: search result view: treeview.readonly=true
git-svn-id: trunk@18380 -
2009-01-21 17:40:13 +00:00
vincents
4bd3a5f558 IDE: made search results treeview readonly, maybe fixes issue #13013
git-svn-id: trunk@18375 -
2009-01-21 15:13:56 +00:00
vincents
e72f2b3cf9 IDE: show files in the search results view in the order they are searched
git-svn-id: trunk@18138 -
2009-01-05 15:33:22 +00:00
vincents
ba2045194a IDE: order search results by line ascending line numbers
git-svn-id: trunk@18084 -
2009-01-03 20:14:58 +00:00
mattias
b90ea3d2af IDE: find in files: fixed mem leak, fixed crash
git-svn-id: trunk@17468 -
2008-11-20 08:33:09 +00:00
mattias
68c63d1012 IDE: find in files: expand all nodes
git-svn-id: trunk@17374 -
2008-11-13 16:09:14 +00:00
tombo
af8ae0a192 IDE searchtreeeview: fixed painting root nodes
git-svn-id: trunk@17355 -
2008-11-12 13:54:46 +00:00
tombo
026bae4883 IDE searchtreeview: faster drawing
git-svn-id: trunk@17349 -
2008-11-12 07:56:38 +00:00
darius
80581bd7cb code cleanup
git-svn-id: trunk@17304 -
2008-11-09 21:27:16 +00:00
darius
400b158a44 improved speed by adding BeginUpdate/EndUpdate around code that updates the TreeView
git-svn-id: trunk@17303 -
2008-11-09 20:57:18 +00:00
darius
1c3f6ef528 implemented toolbar
added hints

git-svn-id: trunk@17301 -
2008-11-09 20:18:52 +00:00
darius
53a1d607b1 moved string to lazarusidestrconsts.pas as resourcestring
git-svn-id: trunk@17296 -
2008-11-09 16:28:52 +00:00
darius
f2ce94e3a9 fix memleak in TLazSearchResultTV.BeginUpdate
reported by Martin Friebe
Fixes: http://bugs.freepascal.org/view.php?id=12592

git-svn-id: trunk@17292 -
2008-11-09 08:58:31 +00:00
darius
5d167a14f7 code refactoring
implemented file nodes

git-svn-id: trunk@17288 -
2008-11-08 20:54:15 +00:00
darius
dba66d3a1e renamed all "listbox" entries to "treeview" in code
removed setting a custom font because it adds notihing extra and is inconsistent with the gui (messageview)

git-svn-id: trunk@17271 -
2008-11-08 09:26:37 +00:00
darius
8eb6e3303b changed parent class for TLazSearchResultLB from TCustomListBox to TCustomTreeView
* this is the first of a series of commits in an effort to refactor the code for this form and to improve the gui by adding folding of items belonging to one file. I will also improve the gui layout

git-svn-id: trunk@17258 -
2008-11-07 00:59:47 +00:00
vincents
dfd92b6cd7 IDE: fixed showing more than 2 matches in a line + memleak
git-svn-id: trunk@17151 -
2008-10-29 13:48:48 +00:00
vincents
405c0f4928 IDE: show all search results of one line in one listbox item, from Benito van der Zander (issue #12015)
git-svn-id: trunk@16791 -
2008-09-29 11:17:15 +00:00
mattias
4eb14f3d82 IDE: fixed search result list non result area hint, bug #11760
git-svn-id: trunk@15919 -
2008-07-30 15:34:49 +00:00
vincents
96d3012446 IDE: return in search results listbox jump to the source location
git-svn-id: trunk@15311 -
2008-06-04 22:27:51 +00:00
vincents
a239a91f28 IDE: fixed showing find results of find identifer references, when the same Identifier searched
git-svn-id: trunk@14802 -
2008-04-11 14:42:34 +00:00
vincents
ec22352fac IDE: search results view, guard against listbox entry without match position for example as a result of Find References.
git-svn-id: trunk@14800 -
2008-04-10 13:58:58 +00:00
marc
03b6174cf7 * Improved localization of the search results dialog by Maxim Ganetsky
git-svn-id: trunk@13625 -
2008-01-05 00:53:55 +00:00
paul
2c862f210c removed TCanvas.Color which only Get and Set TCanvas.Brush.Color (TCanvas.Brush.Color should be used instead)
git-svn-id: trunk@12812 -
2007-11-10 14:23:26 +00:00
darius
058ee862ff improved anchoring of form
git-svn-id: trunk@12731 -
2007-11-03 22:54:04 +00:00
vincents
5e8615fb25 IDE: use editor font to display search results (bug #9698) from Anatol
git-svn-id: trunk@12159 -
2007-09-24 09:16:47 +00:00
vincents
370aa4c253 fixed fpc 2.3 compilation (assigning to set or record properties)
git-svn-id: trunk@11078 -
2007-05-04 22:43:58 +00:00
vincents
f5483e721d IDE: fixed AV when resetting the filter in search results view (bug #7689)
git-svn-id: trunk@10273 -
2006-12-01 20:22:43 +00:00
andrew
8eac57bde7 fixed bug #7688
git-svn-id: trunk@10203 -
2006-11-14 22:30:32 +00:00
mattias
85d2f2b1c3 IDE: find results view: fixed updating short paths after applying filter form Funky Beast
git-svn-id: trunk@10148 -
2006-10-31 18:25:31 +00:00
mattias
1c383c308c fixed compilation for fpc 2.1.x
git-svn-id: trunk@10084 -
2006-10-17 12:16:44 +00:00
mattias
752ada2aaa added close button to search results for non gtk users
git-svn-id: trunk@10036 -
2006-10-04 20:45:30 +00:00
mattias
8783e0100d IDE: Find in Files: implemented multi line pattern and replacement, gtk intf: improved z ordering with modal forms
git-svn-id: trunk@9779 -
2006-09-01 14:38:07 +00:00
mattias
b5f8e4e051 updated german translation from Joerg Braun
git-svn-id: trunk@9725 -
2006-08-16 22:52:08 +00:00
vincents
619fd240d8 fixed access violation (issue #7256) - patch by Funky Beast
git-svn-id: trunk@9724 -
2006-08-16 17:45:12 +00:00
mattias
d7443464a1 find in files: added filter for search results from Funky Beast
git-svn-id: trunk@9711 -
2006-08-10 21:13:26 +00:00
mattias
85de8ce1f8 Find in files: showing skipped results
git-svn-id: trunk@9693 -
2006-07-29 14:09:04 +00:00
mattias
304736060f find in files: implemented propmp on replace
git-svn-id: trunk@9179 -
2006-04-25 15:29:59 +00:00
mattias
ba393ecbb5 find in files: implemented searching all occurrences in a line
git-svn-id: trunk@9178 -
2006-04-25 14:25:08 +00:00
mattias
49f04efd16 improved layout of ide search results window
git-svn-id: trunk@9102 -
2006-04-09 20:37:38 +00:00
mattias
6dcd7874c3 fixed sending UTF8 key presses in gtk intf
git-svn-id: trunk@7412 -
2005-07-23 23:15:19 +00:00
mattias
1114e5832d added message parts to Help interface
git-svn-id: trunk@7225 -
2005-06-08 08:02:09 +00:00
mattias
3e841cb34a fixed triggering TListBox.Click when clicking on selected item
git-svn-id: trunk@7205 -
2005-05-26 22:15:51 +00:00
mattias
4088211fec moved THintInfo from forms.pp to controls.pp and changed TControlShowHint event from pointer to PHintHinfo
git-svn-id: trunk@7092 -
2005-04-20 07:14:00 +00:00