Commit Graph

90 Commits

Author SHA1 Message Date
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
b4aa41e12e IDE: fix a crash when a search results tab is closed while another tab is active.
git-svn-id: trunk@35328 -
2012-02-12 15:35:21 +00:00
juha
650b93feca IDE: Use TreeFilterEdit in search results window. Uses node visibility of TreeView component.
git-svn-id: trunk@34660 -
2012-01-08 10:44:13 +00:00
juha
878da9f087 IDE: allow little longer titles in search results
git-svn-id: trunk@34574 -
2012-01-04 12:08:25 +00:00
juha
f89932be90 SearchResultView: shortcuts and menu for page navigation and expand/collapse. Issue #19954, based on patch from Flávio Etrusco
git-svn-id: trunk@31996 -
2011-08-16 18:41:24 +00:00
maxim
8568dbce1f IDE: don't replace old searches with the same term in Search Results View dialog, bug #19941. Patch by Flávio Etrusco with some fixes.
git-svn-id: trunk@31941 -
2011-08-10 23:59:52 +00:00
juha
f2de67ee6b IDE: SearchResultView, fix form hiding with AnchorDocking and implement shortcut for closing page. Issue #19939, patch from Flávio Etrusco
git-svn-id: trunk@31940 -
2011-08-10 23:19:47 +00:00
sekelsenmat
73542b658a Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
git-svn-id: trunk@31767 -
2011-07-20 14:39:50 +00:00
mattias
0dcb68fda8 IDE: search results: select on mouse down
git-svn-id: trunk@30455 -
2011-04-24 18:36:01 +00:00
mattias
ab98f55da4 comments
git-svn-id: trunk@30449 -
2011-04-24 09:18:45 +00:00
mattias
3df702a7d4 IDE: find in files dlg: fixed double click recognition, bug #19059
git-svn-id: trunk@30448 -
2011-04-24 09:01:34 +00:00
mattias
0c7c336af1 IDE: find in files: check if click on node, bug #19059
git-svn-id: trunk@30443 -
2011-04-23 23:15:38 +00:00
juha
263c53ebd7 IDE: SearchResultView formatting.
git-svn-id: trunk@30258 -
2011-04-10 17:07:32 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
vincents
95e7ce5291 ide: fixed drawing of selected text in search results view, based on patch by Alexander Klenin (issue #18328)
git-svn-id: trunk@28840 -
2010-12-30 11:39:26 +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
mattias
7f8a4f287d IDE: do not close docked forms on escape
git-svn-id: trunk@26270 -
2010-06-22 22:45:09 +00:00
mattias
b527e66fb7 IDE: source editor using IDEIntf for showing
git-svn-id: trunk@25615 -
2010-05-24 17:41:32 +00:00
mattias
f25c0d95e5 IDE: using IDEIntf to show dockable windows
git-svn-id: trunk@25604 -
2010-05-24 14:31:03 +00:00
mattias
d18d9a1205 IDEIntf: started TIDEWindowDefaultLayout
git-svn-id: trunk@25573 -
2010-05-22 10:59:28 +00:00
paul
6ff1d590b7 ide: don't use themed tree for search results view because we draw it items using own custom draw painter
git-svn-id: trunk@24883 -
2010-04-24 16:24:15 +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
0f6fa4134a SearchResults: allow middle click to close tabs (like source-editor)
git-svn-id: trunk@24580 -
2010-04-11 15:29:13 +00:00
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