Commit Graph

116 Commits

Author SHA1 Message Date
juha
6d3f9bd7a7 LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils.
git-svn-id: trunk@58632 -
2018-07-25 13:39:06 +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
mattias
aed34f64ed IDE: fixed crash in searchresultsview
git-svn-id: trunk@57912 -
2018-05-13 08:31:09 +00:00
mattias
536ffd588f IDE: search results view: fixed docked
git-svn-id: trunk@57901 -
2018-05-11 19:57:54 +00:00
ondrej
3efecb9efa IDE: search results dialog: fix focus behavior - focus (new) result treeview unless the filter edit was explicitely focused.
git-svn-id: trunk@57893 -
2018-05-10 23:41:58 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
juha
b2e65128ee Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
git-svn-id: trunk@57099 -
2018-01-15 10:53:48 +00:00
michl
01c54b6b69 IDE: High-DPI menu items. Issue #32431. Patch by FTurtle.
git-svn-id: trunk@55878 -
2017-09-17 19:02:57 +00:00
michl
6f5300c1e9 IDE: High-DPI: Fixed image sizes of in IDE used TTreeFilterEdits and TListFilterEdits.
git-svn-id: trunk@55498 -
2017-07-13 19:32:16 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
michl
f0a4e67894 IDE: High-DPI: Search Result Window
git-svn-id: trunk@55027 -
2017-05-20 23:19:02 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +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
michl
26c080e5a4 IDE: replace TabIndexAtClientPos with IndexOfPageAt to hide compiler warnings, after r53950 #f723ac55cd
git-svn-id: trunk@53953 -
2017-01-15 22:40:10 +00:00
mattias
757e1e9e4d IDE: find in files: accelerated showing results
git-svn-id: trunk@53531 -
2016-12-02 21:48:31 +00:00
ondrej
19206bce93 IDE: partially revert r50517 #d696ee5a59
git-svn-id: trunk@50520 -
2015-11-28 19:42:00 +00:00
ondrej
d696ee5a59 IDE: add option to prefer double-click over middle click when closing tabs.
git-svn-id: trunk@50517 -
2015-11-28 10:10:11 +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
702d8751b0 IDE: FindInFiles fixes. Issue #28293, patch from Ondrej Pokorny.
git-svn-id: trunk@49332 -
2015-06-14 21:38:31 +00:00
juha
5572c8e982 IDE: Respond to Enter in SearchResultsView when focus on FilterEdit. Issue #28277, patch from Ondrej Pokorny.
git-svn-id: trunk@49317 -
2015-06-12 09:35:06 +00:00
juha
bd959215d1 Fix more uninitialized variables.
git-svn-id: trunk@48458 -
2015-03-22 22:39:33 +00:00
juha
708afdf966 Fix uninitialized variables and other problems found by the compiler.
git-svn-id: trunk@48451 -
2015-03-22 10:17:35 +00:00
mattias
f3f0866921 IDE: checked compiler warnings, clean up
git-svn-id: trunk@48218 -
2015-03-10 14:51:21 +00:00
juha
abf9a845da Deprecate wrappers for LazUTF8 functions in LCLProc.
git-svn-id: trunk@47604 -
2015-02-06 18:25:31 +00:00
mattias
2948e8db10 IDE: search results: when single click jumps: single selection on mouse down
git-svn-id: trunk@46505 -
2014-10-10 00:15:54 +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
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