Commit Graph

52 Commits

Author SHA1 Message Date
darius
1d8b2e6483 added help button to dialog
git-svn-id: trunk@16965 -
2008-10-11 21:52:20 +00:00
laurent
67c0b28ad5 Load glyph form resource
git-svn-id: trunk@16678 -
2008-09-23 09:01:01 +00:00
mattias
4f55a8ff9d UTF8: svn2revisioninc
git-svn-id: trunk@16294 -
2008-08-29 11:36:28 +00:00
mattias
bfba06a2d8 fixed macro description ExeExt, fixed abort on lfm repair during project loading, fixed uninitialized result for HasUnitRegisterProc, find/replace dialog now can enable/disable replace by user - needed for apple human interface guide lines
git-svn-id: trunk@15941 -
2008-08-03 20:00:49 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
852484d628 IDE: renamed find option multi line to multiline pattern
git-svn-id: trunk@13764 -
2008-01-15 20:53:21 +00:00
mattias
8e45b505de IDE: various layout improvements for IDE dialogs
git-svn-id: trunk@12490 -
2007-10-16 17:30:54 +00:00
vincents
8f7f685170 ide: improved layout of the find/replace dialog, from Graeme
git-svn-id: trunk@10208 -
2006-11-16 12:46:14 +00:00
mattias
3080a56bcc IDE: closing all forms when IDE is closing
git-svn-id: trunk@9819 -
2006-09-05 19:41:48 +00:00
mattias
8dddb17fa3 IDE find replace dlg: fixed resize events
git-svn-id: trunk@9587 -
2006-07-10 18:26:56 +00:00
mattias
909bde3051 fixed TRadioButton updating sibling buttons, when no handles are created
git-svn-id: trunk@9579 -
2006-07-10 00:31:40 +00:00
mattias
65c428629e IDE: fixed replace all
git-svn-id: trunk@9576 -
2006-07-08 16:36:19 +00:00
mattias
99cc3bcf19 fixed find replace dialog
git-svn-id: trunk@9560 -
2006-07-04 21:06:22 +00:00
vincents
d61a9821fb + converted findreplacedialog to lfm
patch by: Darius

git-svn-id: trunk@9556 -
2006-07-04 18:48:31 +00:00
mattias
5e2fc8584f using combobox autotext for findreplace dlg
git-svn-id: trunk@8930 -
2006-03-13 00:39:02 +00:00
mattias
0c17f82e23 fixed unsetting ItemIndex on changing TComboBox.Text
git-svn-id: trunk@6913 -
2005-03-07 18:46:36 +00:00
mattias
85765e67ac added navigation key check for up/down already handled
git-svn-id: trunk@6825 -
2005-02-21 13:54:26 +00:00
vincents
531d5b3e43 set forward search as default
git-svn-id: trunk@6714 -
2005-01-28 21:31:39 +00:00
vincents
534961f0e8 fixed forward / backwards search
git-svn-id: trunk@6697 -
2005-01-26 22:26:47 +00:00
mattias
d1d89f1a92 replaced up/down with more meaningful forward/backward search
git-svn-id: trunk@6568 -
2005-01-13 18:44:01 +00:00
mattias
4316d37265 better theming for some dialogs
git-svn-id: trunk@5833 -
2004-08-22 12:10:56 +00:00
micha
459347a686 set default and cancel buttons
git-svn-id: trunk@5624 -
2004-06-30 11:48:09 +00:00
mattias
1354eab275 resizes for localizations
git-svn-id: trunk@5607 -
2004-06-28 17:30:22 +00:00
mattias
617948d9c8 removed unneeded units in uses sections
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
mattias
5c3e6d1692 fixed positioning of Find dialog for out of window
git-svn-id: trunk@5385 -
2004-04-09 12:00:30 +00:00
mattias
fe19ab4a6f FindInFilesDialog size is now stored
git-svn-id: trunk@5381 -
2004-04-09 10:32:02 +00:00
mattias
06d7c7abf3 localization
git-svn-id: trunk@4127 -
2003-05-03 23:02:08 +00:00
mattias
002ca709d8 improved focus debugging output
git-svn-id: trunk@3953 -
2003-03-18 13:04:25 +00:00
mattias
5a75290b61 fixed setting activecontrol after createwnd
git-svn-id: trunk@3948 -
2003-03-17 13:54:34 +00:00
mattias
aa746f870e now using SynRegExpr for Find-Replace in IDE
git-svn-id: trunk@3775 -
2003-01-01 17:45:43 +00:00
mattias
e02d613c90 fixed tab key in findreplace dialog
git-svn-id: trunk@3673 -
2002-11-29 20:12:01 +00:00
mattias
80df955390 added syneditregexsearch.pas
git-svn-id: trunk@3672 -
2002-11-29 20:00:21 +00:00
lazarus
7a9df7c439 MG: fixed TListView with more than 2 columns
git-svn-id: trunk@3625 -
2002-11-12 13:16:04 +00:00
lazarus
a60a0c9584 MG: improved TComboBox.SetItemIndex
git-svn-id: trunk@3460 -
2002-10-04 20:46:51 +00:00
lazarus
093d68ba1a MG: renamed designerstr.pas to objinspstrconsts.pas
git-svn-id: trunk@3351 -
2002-09-16 14:46:05 +00:00
lazarus
da2e467433 Added shortcut keys to labels
Support for alphabetically sorting the properties
Standardize message and add shortcuts ala Kylix
Published BorderStyle, unpublished BorderWidth
ShowAccelChar and FocusControl
ShowAccelChar and FocusControl for TLabel, escaped ampersands now work.

git-svn-id: trunk@3278 -
2002-09-03 11:32:49 +00:00
lazarus
539b2d26ca MG: image support, TScrollBox, and many other things from Andrew
git-svn-id: trunk@3276 -
2002-09-03 08:07:20 +00:00
lazarus
3ebde07e67 MG: fixed resetting comobobox text
git-svn-id: trunk@3267 -
2002-08-31 07:58:21 +00:00
lazarus
5895aa70b7 Use comboboxes. Use history. Prettify the dialog. Preselect text on show.
Make the findreplace a dialog. Thus removing resiying code (handled by Anchors now anyway).
Make Anchors work again and publish them for various controls.
SelStart and Co. for TEdit, SelectAll procedure for TComboBox and TEdit.
Clean up and fix some bugs for TComboBox, plus selection stuff.

git-svn-id: trunk@2945 -
2002-08-18 08:56:27 +00:00
lazarus
6c9464c470 MG: updated licenses
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
887c7fdc1f MG: fixed find declaration of default properties
git-svn-id: trunk@1652 -
2002-04-30 09:57:21 +00:00
lazarus
0e2a403556 MG: bugfixes, finddeclaration cache dependencies
git-svn-id: trunk@1579 -
2002-04-02 16:44:41 +00:00
lazarus
c5ec8fa27e MG: added find replace history
git-svn-id: trunk@1559 -
2002-03-28 16:39:06 +00:00
lazarus
c9e180acac TPanel implemented.
Basic graphic primitives split into GraphType package, so that we can
reference it from interface (GTK, Win32) units.
New Frame3d canvas method that uses native (themed) drawing (GTK only).
New overloaded Canvas.TextRect method.
LCLLinux and Graphics was split, so a bunch of files had to be modified.

git-svn-id: trunk@653 -
2002-02-03 00:24:02 +00:00
lazarus
daad2096a2 MG: started find/replace history
git-svn-id: trunk@519 -
2001-12-13 14:13:10 +00:00
lazarus
8a1b2c210c MG: enhanced open file at cursor to read more than one word
git-svn-id: trunk@503 -
2001-12-10 23:03:18 +00:00
lazarus
96a5cb3237 MG: added find previous to source editor
git-svn-id: trunk@355 -
2001-10-17 13:43:16 +00:00
lazarus
1f8bda0727 MG: regular expressions for search
git-svn-id: trunk@327 -
2001-08-06 08:00:44 +00:00
lazarus
8d2b0856cc MG: clear goto line dialog everytime
git-svn-id: trunk@273 -
2001-05-26 19:40:03 +00:00
lazarus
d61cf75ddc MG: keydown events added
git-svn-id: trunk@271 -
2001-05-21 21:00:39 +00:00