Commit Graph

126 Commits

Author SHA1 Message Date
lazarus
46ae7f0d85 MG: many fixes on my way to events
git-svn-id: trunk@1391 -
2002-02-09 02:30:15 +00:00
lazarus
a1a5972d5e MG: added codetools options
git-svn-id: trunk@679 -
2002-02-08 16:45:09 +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
74e062ae3e MG: added find-block-start and renamed find-block-other-end
git-svn-id: trunk@613 -
2002-01-21 14:17:47 +00:00
lazarus
7a28cf749f MG: fixed initial component aligning
git-svn-id: trunk@562 -
2002-01-01 15:50:16 +00:00
lazarus
cd2e33e587 Enabled Alignment of columns in a TListView.
Shane

git-svn-id: trunk@549 -
2001-12-19 20:28:51 +00:00
lazarus
88dc64e2cf MOre additions for breakpoints dialog
Added a TSynEditPlugin in SourceEditor to get notified of lines inserted and deleted from the source.
Shane

git-svn-id: trunk@546 -
2001-12-18 21:10:01 +00:00
lazarus
864f7820e7 MG: EditorOpions.FindTextAtCursor now works
git-svn-id: trunk@543 -
2001-12-18 16:52:18 +00:00
lazarus
a66b0fa062 MG: added binary file recognition and readonly recognition
git-svn-id: trunk@542 -
2001-12-17 19:41:06 +00:00
lazarus
e841f8d1dd MG: fixed open file key in source editor
git-svn-id: trunk@539 -
2001-12-17 11:16:08 +00:00
lazarus
746f33a85e MG: find declaration for uses sections
git-svn-id: trunk@534 -
2001-12-16 11:20:27 +00:00
lazarus
a90be38ea4 MG: small fixes
git-svn-id: trunk@527 -
2001-12-15 10:59:51 +00:00
lazarus
fa60cf7e2d Changed code for TListView
Added a generic Breakpoints dialog
Shane

git-svn-id: trunk@523 -
2001-12-14 18:38:56 +00:00
lazarus
4d12e45153 Added code to disable save button when the active unit is not "modified".
Shane

git-svn-id: trunk@515 -
2001-12-12 16:49:15 +00:00
lazarus
df362b22e7 MG: added perl highlighter
git-svn-id: trunk@502 -
2001-12-10 22:39:37 +00:00
lazarus
6bba7c8333 MG: removed TextUnderCursor
git-svn-id: trunk@496 -
2001-12-10 09:12:15 +00:00
lazarus
8747750b3d Added a watch dialog.
Shane

git-svn-id: trunk@488 -
2001-12-07 20:12:15 +00:00
lazarus
e0ecf5bb36 MG: editopts->codetools->autotooltipsymbtools activated
git-svn-id: trunk@484 -
2001-12-06 07:48:01 +00:00
lazarus
4a4f1b1126 MOdified the hints
Shane

git-svn-id: trunk@478 -
2001-12-03 18:29:03 +00:00
lazarus
43248ea0e1 MG: added jump-history
git-svn-id: trunk@472 -
2001-12-01 22:17:27 +00:00
lazarus
e47fbd326d Added GetCaretPosfroMCursorPos in UnitEditor SourceEditor
Shane

git-svn-id: trunk@471 -
2001-11-30 19:44:31 +00:00
lazarus
804670921f Improved hints with overlapping windows.
Shane

git-svn-id: trunk@469 -
2001-11-30 16:41:59 +00:00
lazarus
a80be48fd8 Editor hints disappear now when a key is pressed.
Shane

git-svn-id: trunk@467 -
2001-11-28 21:29:15 +00:00
lazarus
55200255c1 Added code for eventcreation
Shane

git-svn-id: trunk@466 -
2001-11-28 19:31:28 +00:00
lazarus
5669a1085b SMall fix to Editors Smart Hints
Shane

git-svn-id: trunk@465 -
2001-11-28 15:03:55 +00:00
lazarus
ad29c3550f Modifications to the smart hints in the editor window.
Shane

git-svn-id: trunk@464 -
2001-11-28 14:33:41 +00:00
lazarus
3cbe0ff3ae Added code for editor hints.
Shane

git-svn-id: trunk@463 -
2001-11-27 21:09:46 +00:00
lazarus
527ebfb5ce MG: fixed setting of text block color
git-svn-id: trunk@462 -
2001-11-27 15:58:15 +00:00
lazarus
4262f9a291 MG: added multi language syntax hilighting
git-svn-id: trunk@459 -
2001-11-27 15:06:13 +00:00
lazarus
3b95ffa255 MG: moved all image resources to images dir
git-svn-id: trunk@455 -
2001-11-22 13:58:07 +00:00
lazarus
beb8444fd0 MG: fixes for parser and linkscanner and small cleanups
git-svn-id: trunk@420 -
2001-11-14 19:10:03 +00:00
lazarus
a7787f8119 Changes to make toggling between form and unit work.
Added BringWindowToTop
Shane

git-svn-id: trunk@419 -
2001-11-14 17:46:59 +00:00
lazarus
5b266eec73 Changes to facilitate the toggle between form and unit
Shane

git-svn-id: trunk@418 -
2001-11-13 18:50:10 +00:00
lazarus
6009a891c7 MG: added facade for find in files
git-svn-id: trunk@394 -
2001-11-06 16:42:23 +00:00
lazarus
96f6250917 MG: added build all
git-svn-id: trunk@392 -
2001-11-06 15:47:32 +00:00
lazarus
4d2da430b7 added popupmenu+arrows to notebooks, added target filename
git-svn-id: trunk@389 -
2001-11-05 18:18:19 +00:00
lazarus
2b97867c60 MG: fixed errorline showing, resource adding and published var editing and added make cleanall
git-svn-id: trunk@384 -
2001-11-03 08:37:37 +00:00
lazarus
0180f8302a Changed Application.Messagebox to use TMessageBox class.
Added icon images for mtError and mtConfirmation
Shane

git-svn-id: trunk@381 -
2001-11-01 18:48:52 +00:00
lazarus
74726d5f26 MG: fixed saving of ShowLineNumbers
git-svn-id: trunk@371 -
2001-10-25 22:53:59 +00:00
lazarus
38781df5f7 MG: fixed empty TOpenDialog
git-svn-id: trunk@370 -
2001-10-25 20:01:35 +00:00
lazarus
022b78efb8 MG: replaced bookmark icons by smaller ones
git-svn-id: trunk@359 -
2001-10-18 13:24:32 +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
6897d83bf2 MG: removed splashform fix, because of the unpredictable side effects
git-svn-id: trunk@353 -
2001-10-16 20:01:28 +00:00
lazarus
2f68152c95 MG: fixed splashform showing
git-svn-id: trunk@350 -
2001-10-15 17:41:31 +00:00
lazarus
a4f8e5ce80 MG: added complete code
git-svn-id: trunk@349 -
2001-10-15 13:11:28 +00:00
lazarus
e4f88ae491 MG: added code completion
git-svn-id: trunk@347 -
2001-10-12 17:34:27 +00:00
lazarus
54395a0848 MG: fixed caret lost, gtk cleanup, bracket lvls, bookmark saving
git-svn-id: trunk@345 -
2001-10-10 17:55:06 +00:00
lazarus
2575c72711 MG: added codetools, fixed synedit unindent, fixed MCatureHandle
git-svn-id: trunk@343 -
2001-10-09 09:46:59 +00:00
lazarus
e2db92305a MG: small bugfixes
git-svn-id: trunk@328 -
2001-08-07 11:05:51 +00:00
lazarus
986ebbd048 MG: removed updatestatusbar writeln
git-svn-id: trunk@324 -
2001-07-31 20:18:28 +00:00