Commit Graph

218 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
9fd23c38f4 MG: saving of virtual project files will now save the whole project
git-svn-id: trunk@680 -
2002-02-08 21:08:01 +00:00
lazarus
a1a5972d5e MG: added codetools options
git-svn-id: trunk@679 -
2002-02-08 16:45:09 +00:00
lazarus
71a79b9049 MG: added TTransferMacroFlags
git-svn-id: trunk@675 -
2002-02-07 18:32:46 +00:00
lazarus
d2f2b01edc MG: fixed deactivating hints
git-svn-id: trunk@674 -
2002-02-07 18:19:01 +00:00
lazarus
56daefb58d MG: fixed mem leak FBreakPts
git-svn-id: trunk@673 -
2002-02-07 13:48:47 +00:00
lazarus
83a1947ff0 MG: codetools now know the compiler options
git-svn-id: trunk@670 -
2002-02-06 22:23:15 +00:00
lazarus
e161632857 MG: outputfilter now recognizes, if compiler in sub directory
git-svn-id: trunk@668 -
2002-02-06 09:37:41 +00:00
lazarus
90cf59a11f MG: fixed compiler warnings and asking to create non existing files
git-svn-id: trunk@667 -
2002-02-06 08:58:29 +00:00
lazarus
5e00188a21 MWE: * Updated tebugger
+ Added debugger to IDE

git-svn-id: trunk@666 -
2002-02-05 23:16:48 +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
200b2c6ccf MWE: Removed ^M
git-svn-id: trunk@628 -
2002-01-27 19:08:43 +00:00
lazarus
9c03030dd4 MG: added build lazarus feature and config dialog
git-svn-id: trunk@620 -
2002-01-24 14:12:54 +00:00
lazarus
0df04c9229 MG: external tool output parsing for fpc and make messages
git-svn-id: trunk@618 -
2002-01-23 22:12:54 +00:00
lazarus
8bc31599df MG: added outputfilter
git-svn-id: trunk@617 -
2002-01-23 20:07:21 +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
02abc4e985 MG: increased IDE version to 0.8.2 alpha
git-svn-id: trunk@606 -
2002-01-17 11:00:00 +00:00
lazarus
eb66cd1363 MG: jump history for find declaration
git-svn-id: trunk@601 -
2002-01-15 20:21:37 +00:00
lazarus
d30c99fc7a MG: fixed linker options, compiler options dialog
git-svn-id: trunk@590 -
2002-01-13 12:46:17 +00:00
lazarus
a91d8446f3 MG: added guess unclosed block
git-svn-id: trunk@587 -
2002-01-11 20:41:53 +00:00
lazarus
1f09b8a479 MG: added find block end
git-svn-id: trunk@586 -
2002-01-11 15:57:51 +00:00
lazarus
854a7a053a MG: fixed clean abort of project loading
git-svn-id: trunk@567 -
2002-01-02 13:32:52 +00:00
lazarus
02113fac46 Took out some test code.
Shane

git-svn-id: trunk@561 -
2001-12-31 22:45:41 +00:00
lazarus
9620add8e6 Added a TViewColumn editor to be used in the object inspector as TViewColumn's property editor.
Shane

git-svn-id: trunk@560 -
2001-12-31 22:43:00 +00:00
lazarus
e15e87f526 MG: fixed save as with lfm and lrs files
git-svn-id: trunk@556 -
2001-12-28 11:01:20 +00:00
lazarus
b036c95a80 Changed the delay for the hints from 100 miliseconds to 500. I'm hoping this reduces the crashing for some people until I determine the problem.
Shane

git-svn-id: trunk@553 -
2001-12-20 19:11:23 +00:00
lazarus
3078f018cd MG: added GUID and alias parsing, added DoJumpToCodeToolBossError
git-svn-id: trunk@551 -
2001-12-19 22:09:14 +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
3d583ad70c MG: compiler, fpc source and lazarus src can now be changed without restart
git-svn-id: trunk@544 -
2001-12-18 21:00:59 +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
03c31c5c96 MG: new file procs, find declaration now supports relative search paths
git-svn-id: trunk@541 -
2001-12-17 16:47:00 +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
e2a57d3b7b MG: changes for new compiler 20011216
git-svn-id: trunk@536 -
2001-12-16 22:24:55 +00:00
lazarus
9a99f03e56 MG: fixed project codetool variable
git-svn-id: trunk@535 -
2001-12-16 12:55:58 +00:00
lazarus
746f33a85e MG: find declaration for uses sections
git-svn-id: trunk@534 -
2001-12-16 11:20:27 +00:00
lazarus
c8f7af09f0 MG: fixed code completion in virtual files
git-svn-id: trunk@533 -
2001-12-15 22:58:09 +00:00
lazarus
c703d8c2a5 MG: added hint checkboxes to environment options
git-svn-id: trunk@525 -
2001-12-15 10:57:48 +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
8c514a5ded MG: enhanced code caching, fixed CursorToCleanPos and beautify statement
git-svn-id: trunk@522 -
2001-12-13 23:09:58 +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
77927e9e33 MG: added file path to files in TOpenDialog
git-svn-id: trunk@514 -
2001-12-12 15:12:31 +00:00
lazarus
c5558db29e Changes to allow multiple files being opened in main.pp
Shane

git-svn-id: trunk@512 -
2001-12-12 14:25:03 +00:00
lazarus
c1f7c4e0f7 Modified the Watches dialog
Shane

git-svn-id: trunk@509 -
2001-12-11 16:51:37 +00:00
lazarus
fdcdc301ba MG: TCodeBuffer.LoadFromFile now checks file date
git-svn-id: trunk@508 -
2001-12-11 15:43:35 +00:00
lazarus
ef40ef7d1b MG: started multiselection for TOpenDialog
git-svn-id: trunk@507 -
2001-12-11 14:36:41 +00:00
lazarus
f1801a7f42 MG: fixed save project, saving units twice
git-svn-id: trunk@506 -
2001-12-11 11:14:10 +00:00
lazarus
705a9b8104 MG: fixed open file at cursor
git-svn-id: trunk@505 -
2001-12-11 09:34:32 +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
df362b22e7 MG: added perl highlighter
git-svn-id: trunk@502 -
2001-12-10 22:39:37 +00:00