Commit Graph

179 Commits

Author SHA1 Message Date
lazarus
a2e58fdb3b Began adding code to save project to the output directory. Added TODO
comments and cleaned up some of the code.                            CAW

git-svn-id: trunk@179 -
2001-02-08 06:08:13 +00:00
lazarus
03b52d2c2c Fix crashing bug.
Added the ability for TProject to load and save the compiler options.
Added Clear method.                                                   CAW

git-svn-id: trunk@178 -
2001-02-08 04:34:10 +00:00
lazarus
bde7e85bed Trying to get the last control of the last form focused when a dialog closes.
Still working on it.
Shane

git-svn-id: trunk@177 -
2001-02-06 20:59:17 +00:00
lazarus
7a970da46b Changed InvalidateControl
Shane

git-svn-id: trunk@176 -
2001-02-06 18:23:51 +00:00
lazarus
77cd73123e Shane
git-svn-id: trunk@175 -
2001-02-06 18:19:38 +00:00
lazarus
ee40879606 Changed TSpeedbutton in gtkobject so it erases itself when it's set to visible=false;
Shane

git-svn-id: trunk@174 -
2001-02-06 14:52:47 +00:00
lazarus
467b5fc459 Changed the files from mode delphi to mode objfpc
Shane

git-svn-id: trunk@173 -
2001-02-06 13:55:23 +00:00
lazarus
aa81046e12 Fixes from Mattias for EditorOPtions
Fixes to COmpiler that should allow people to compile if their path is set up.
Changes to code completion.
Shane

git-svn-id: trunk@172 -
2001-02-06 13:38:58 +00:00
lazarus
67fe309404 Goto dialog added
Shane

git-svn-id: trunk@171 -
2001-02-04 19:23:26 +00:00
lazarus
5eb3c3af49 Code cleanup
Shane

git-svn-id: trunk@170 -
2001-02-04 18:24:42 +00:00
lazarus
c93bdb1d05 Clean up of CustomFormEditor.pp
Shane

git-svn-id: trunk@169 -
2001-02-04 18:06:19 +00:00
lazarus
6ecb60e9b4 Code cleanup and JITFOrms bug fix.
Shane

git-svn-id: trunk@168 -
2001-02-04 04:18:12 +00:00
lazarus
e07823a099 CodeCompletion works pretty well.
Shane

git-svn-id: trunk@167 -
2001-02-03 02:33:07 +00:00
lazarus
bf2acd12f4 Codecompletion changes.
Added code to Uniteditor for code completion.

Also, added code to gtkobject.inc so forms now get keypress events.
Shane

git-svn-id: trunk@166 -
2001-02-02 20:13:39 +00:00
lazarus
a60f0a22ae Start of code completion code.
Shane

git-svn-id: trunk@165 -
2001-02-02 14:23:38 +00:00
lazarus
694b526564 Changes for code completion.
Shane

git-svn-id: trunk@164 -
2001-02-01 21:04:32 +00:00
lazarus
43ca80415d TScrollbar created and a lot of code added.
It's cose to working.
Shane

git-svn-id: trunk@163 -
2001-02-01 19:34:50 +00:00
lazarus
b63fd4b108 Started the code completion.
Shane

git-svn-id: trunk@162 -
2001-02-01 16:45:20 +00:00
lazarus
3e14935439 Polished the Find and Find Again features.
Shane

git-svn-id: trunk@161 -
2001-02-01 02:33:13 +00:00
lazarus
ab5868d740 Changed to TCOmboBox focusing.
Shane

git-svn-id: trunk@160 -
2001-01-31 21:16:45 +00:00
lazarus
6e5214d1d9 Ctrl-S and Ctrl-O can be used in the editor to OPEN and Save the file now.
Shane

git-svn-id: trunk@159 -
2001-01-31 20:41:51 +00:00
lazarus
2309e338b0 Added the Ctrl-Shift-A and S to flip between editor tabs on the editing window.
Shane

git-svn-id: trunk@158 -
2001-01-31 19:50:48 +00:00
lazarus
a5e1df0838 Added the ability to use the FIND feature in the editor.
Shane

git-svn-id: trunk@157 -
2001-01-31 18:57:29 +00:00
lazarus
8d90db514d Changed UnitEditor.pp to load the LAzarus.dci file from your home directory if it exists.
Shane

git-svn-id: trunk@156 -
2001-01-31 14:37:28 +00:00
lazarus
f74fc3c637 Commitng source with new editor.
Shane

git-svn-id: trunk@155 -
2001-01-31 13:03:33 +00:00
lazarus
1b047e0f9b Removed global unit.
Renamed TProjectUnitInfo to TUnitInfo.
Added Source property to both TUnitInfo and TProject to hold source code
  for units and project.
Added functions to load and save units to TUnitInfo.
Added code to save and load units when a project is saved and loaded.  CAW

git-svn-id: trunk@154 -
2001-01-31 06:28:41 +00:00
lazarus
068eabfdf5 Removed global unit. CAW
git-svn-id: trunk@153 -
2001-01-31 06:26:53 +00:00
lazarus
ca586f24c0 Removed global unit. CAW
git-svn-id: trunk@152 -
2001-01-31 06:26:23 +00:00
lazarus
e953bd0e5a Removed global unit.
Removed and commented all references to TUnitInfo.

git-svn-id: trunk@151 -
2001-01-31 06:25:35 +00:00
lazarus
5ea2433be7 MWE:
+ added $mode objfpc directive

git-svn-id: trunk@150 -
2001-01-30 22:56:54 +00:00
lazarus
d43c989730 MWE:
+ Added $mode objfpc directive

git-svn-id: trunk@149 -
2001-01-30 22:55:00 +00:00
lazarus
87da23955b Added 2 files for the TStatusbar
Shane

git-svn-id: trunk@148 -
2001-01-30 18:15:57 +00:00
lazarus
596fb74e0a Added code for TStatusBar
I'm now capturing WMPainT and doing the drawing myself.
Shane

git-svn-id: trunk@147 -
2001-01-30 18:15:02 +00:00
lazarus
c8872787b4 Moved Project Options and Compiler Options menus to the Project menu.
Added Project property to TMainIDE class to allow the project to be
accessed from other units.                                            CAW

git-svn-id: trunk@146 -
2001-01-29 05:46:30 +00:00
lazarus
e856c6896b Moved compiler options to write to the project file. CAW
git-svn-id: trunk@145 -
2001-01-29 05:44:02 +00:00
lazarus
061fa9525a Created new TProjectUnitInfo class.
Created new TProject class. Saves to XML config file.
Moved compiler options to write to the project file.            CAW

git-svn-id: trunk@144 -
2001-01-29 05:42:41 +00:00
lazarus
5db12a2d5c Changes for TComboBox events KeyPress Focus.
Shane

git-svn-id: trunk@143 -
2001-01-28 21:06:07 +00:00
lazarus
b45677ffb5 MWE:
+ Added synedit to the components

git-svn-id: trunk@142 -
2001-01-28 16:16:11 +00:00
lazarus
d0a3aae6d1 Fixed the problem with Changed for ComboBoxs
Shane

git-svn-id: trunk@141 -
2001-01-28 03:51:42 +00:00
lazarus
da5aa5f57d Added the synedit files
Shane

git-svn-id: trunk@140 -
2001-01-26 19:34:10 +00:00
lazarus
b9bfc36a44 MWE:
* fixed lil bug I commetted yesterday (listbox crash)

git-svn-id: trunk@139 -
2001-01-25 21:38:57 +00:00
lazarus
640b9e463d *** empty log message ***
git-svn-id: trunk@138 -
2001-01-25 15:57:15 +00:00
lazarus
0876960b91 Documentation.
Shane

git-svn-id: trunk@137 -
2001-01-25 15:53:19 +00:00
lazarus
ad995611b8 Documentation added.
Shane

git-svn-id: trunk@136 -
2001-01-25 15:42:57 +00:00
lazarus
2661a323d9 MWE:
= moved some types to gtkdef
  + added WinWidgetInfo
  + added some initialization to Application.Create

git-svn-id: trunk@135 -
2001-01-24 23:26:40 +00:00
lazarus
033fc13f37 Removed gtkDrawDefualt signal function from gtkcallback.inc
It was no longer used.
Shane

git-svn-id: trunk@134 -
2001-01-24 03:21:03 +00:00
lazarus
c7c10a56c7 MWE:
- Removed old LM_InvalidateRect
  - did some cleanup in old  code
  + added some comments  on gtkobject data (gtkproc)

git-svn-id: trunk@133 -
2001-01-23 23:33:55 +00:00
lazarus
b83c55f212 Fixxed the errors I commited with Unionrect
Shane

git-svn-id: trunk@132 -
2001-01-23 19:13:57 +00:00
lazarus
c9bfc42a4d Fixxed bug in RestoreDC
Shane

git-svn-id: trunk@131 -
2001-01-23 19:01:10 +00:00
lazarus
66c98f419a Slight modification to Invalidaterect.
Shane

git-svn-id: trunk@130 -
2001-01-23 18:43:12 +00:00