Commit Graph

1567 Commits

Author SHA1 Message Date
lazarus
ec6a50b270 MG: fixed makefile
git-svn-id: trunk@1567 -
2002-03-29 15:52:53 +00:00
lazarus
93ebbc28eb MG: more internationalization
git-svn-id: trunk@1566 -
2002-03-29 15:50:36 +00:00
lazarus
f295045532 MG: further internationalization
git-svn-id: trunk@1565 -
2002-03-29 14:32:49 +00:00
lazarus
40f6998313 MG: removed obsolete attachsignals and fixed resizing
git-svn-id: trunk@1564 -
2002-03-29 12:17:22 +00:00
lazarus
94d422e5fa MG: old Makefile for 1.0.5 compilers
git-svn-id: trunk@1563 -
2002-03-29 12:03:39 +00:00
lazarus
f8ec3dfdf6 Keith: Win32 fix: Explicit path to C preprocessor defined for RC rule to fix a problem in Win9x
git-svn-id: trunk@1562 -
2002-03-28 23:23:34 +00:00
lazarus
77d8477875 MG: started internationalization of codetools
git-svn-id: trunk@1561 -
2002-03-28 20:32:06 +00:00
lazarus
ad22b62edc MG: added inputhistory
git-svn-id: trunk@1560 -
2002-03-28 20:31:01 +00:00
lazarus
c5ec8fa27e MG: added find replace history
git-svn-id: trunk@1559 -
2002-03-28 16:39:06 +00:00
lazarus
ca4680a3cc MG: added search function: Goto Include Directive
git-svn-id: trunk@1558 -
2002-03-28 11:49:49 +00:00
lazarus
9be09b9fed MG: show objectinspector only if needed
git-svn-id: trunk@1557 -
2002-03-28 09:34:08 +00:00
lazarus
426f90740f MG: removed unused
git-svn-id: trunk@1556 -
2002-03-28 00:11:07 +00:00
lazarus
c53114998b MG: fixes for synedit mouse selection
git-svn-id: trunk@1555 -
2002-03-27 20:08:05 +00:00
lazarus
192b35eadb MG: removed ide_debugger.inc
git-svn-id: trunk@1554 -
2002-03-27 11:35:56 +00:00
lazarus
6612c2df6d MG: removed unused ide_debugger.inc
git-svn-id: trunk@1553 -
2002-03-27 11:13:45 +00:00
lazarus
1e999a3d60 MG: splitted main.pp: debugger management in TDebugManager
git-svn-id: trunk@1552 -
2002-03-27 10:39:44 +00:00
lazarus
1ac990f79a MG: renamed main Project to Project1
git-svn-id: trunk@1551 -
2002-03-27 09:25:32 +00:00
lazarus
c476b4dddd MG: splitted main.pp: TMainIDE has now an ancestor TMainIDEBar
git-svn-id: trunk@1550 -
2002-03-27 09:18:13 +00:00
lazarus
4120ed82b6 MG: reduced compiler warnings
git-svn-id: trunk@1549 -
2002-03-27 08:57:17 +00:00
lazarus
9efa84c67a MWE:
* Cleanup in lmessages
  * Added Listview selection and notification events
  + introduced commctrl

git-svn-id: trunk@1548 -
2002-03-27 00:33:54 +00:00
lazarus
975e5a1711 MWE:
* activated selection dependent popup

git-svn-id: trunk@1547 -
2002-03-27 00:31:02 +00:00
lazarus
d8a4f5d282 MWE:
+ Added invalidBreakpoint image
  * Reorganized uniteditor so that breakpoints can be added erternal
  * moved breakpoints events to notification object

git-svn-id: trunk@1546 -
2002-03-25 22:38:29 +00:00
lazarus
852eb5a81f GTK Cleanup
Shane

git-svn-id: trunk@1545 -
2002-03-25 17:59:20 +00:00
lazarus
3f5788bc3f MG: clean ups for main.pp, many minor fixes
git-svn-id: trunk@1544 -
2002-03-25 16:48:26 +00:00
lazarus
5d76031986 MG: added TOpen/SaveFlags and splittet some methods
git-svn-id: trunk@1543 -
2002-03-25 07:29:24 +00:00
lazarus
790daedb9c MWE:
* Fixed bug on ListItems.Delete

git-svn-id: trunk@1542 -
2002-03-24 16:38:01 +00:00
lazarus
08109d2171 MG: moved search paths to front
git-svn-id: trunk@1541 -
2002-03-23 22:04:24 +00:00
lazarus
0f5c59201b + Enhanced testall-app with demo for TPanel, stoppok
git-svn-id: trunk@1540 -
2002-03-23 21:02:02 +00:00
lazarus
900d9bc5b4 MG: fixed linkscanner for double included files
git-svn-id: trunk@1539 -
2002-03-23 20:41:34 +00:00
lazarus
dacea82947 MG: pascal lowercase for open new unit
git-svn-id: trunk@1538 -
2002-03-23 19:05:52 +00:00
lazarus
da82eba32e MWE:
+ Added loval variables menu item
  * Honoured the UseLaunchingApplication checkbox

git-svn-id: trunk@1537 -
2002-03-23 16:40:31 +00:00
lazarus
ecd33ba5b5 MWE:
+ Added locals dialog
  * Modified breakpoints dialog (load as resource)
  + Added generic debuggerdlg class
  = Reorganized main.pp, all debbugger relater routines are moved
    to include/ide_debugger.inc

git-svn-id: trunk@1536 -
2002-03-23 15:54:30 +00:00
lazarus
5e3396a8bf MWE: Fixed more compatebility issues (Sort, SelectedItem)
git-svn-id: trunk@1535 -
2002-03-23 15:51:17 +00:00
lazarus
6a99eabc13 MG: added include link history
git-svn-id: trunk@1534 -
2002-03-22 17:36:10 +00:00
lazarus
c0249538e7 MG: allow var a:a; statements
git-svn-id: trunk@1533 -
2002-03-22 13:58:00 +00:00
lazarus
8a29c73be8 Added Application.ProcessMessages in MainMouseMoved to prevent the IDE hanging.
Shane

git-svn-id: trunk@1532 -
2002-03-22 13:11:29 +00:00
lazarus
17feff57be MG: many fixes, to make it short: events
git-svn-id: trunk@1531 -
2002-03-22 12:36:47 +00:00
lazarus
752d661553 MG: code creation options applied to new unit source
git-svn-id: trunk@1530 -
2002-03-21 23:59:59 +00:00
lazarus
66c3f6e7c8 MG: fixes for save-project-as and pagenames
git-svn-id: trunk@1529 -
2002-03-21 23:15:39 +00:00
lazarus
4d9789a2ab MG: fixes for save-as and form streaming exceptions
git-svn-id: trunk@1528 -
2002-03-21 22:44:08 +00:00
lazarus
0feefa6634 MG: accelerated dynhasharray, fixed codetools defines editor initial resize
git-svn-id: trunk@1527 -
2002-03-20 16:38:37 +00:00
lazarus
43f1cb10d1 MG: added complete properties checkbox and ecSaveAll
git-svn-id: trunk@1526 -
2002-03-18 12:29:54 +00:00
lazarus
3d7960e165 MG: TForm.Position will now considered before creating form on 0,0
git-svn-id: trunk@1525 -
2002-03-18 11:44:41 +00:00
lazarus
0bf1e61fad MG: reduced get/freemem usage in linkscanner
git-svn-id: trunk@1524 -
2002-03-18 11:18:38 +00:00
lazarus
876a1e0ca7 MG: reduced get/freemem usage in linkscanner
git-svn-id: trunk@1523 -
2002-03-18 08:56:24 +00:00
lazarus
f118ad2dcb MG: reduced size+move messages between lcl and interface
git-svn-id: trunk@1522 -
2002-03-16 21:40:55 +00:00
lazarus
cda51ae148 MG: improved method completion: add inherited code on override specifier
git-svn-id: trunk@1521 -
2002-03-16 10:38:52 +00:00
lazarus
274decf5f1 MG: improved code completion: special proc bodies
git-svn-id: trunk@1520 -
2002-03-15 14:50:36 +00:00
lazarus
bee2a144d9 MG: fixed TBevel.Create and TListView.Destroy
git-svn-id: trunk@1519 -
2002-03-14 23:25:52 +00:00
lazarus
b0139a0c4e MG: prevented gtk interfaces checksum error
git-svn-id: trunk@1518 -
2002-03-14 21:35:14 +00:00