Commit Graph

37 Commits

Author SHA1 Message Date
pierre
8c7cc67209 + Browser info saving 2000-01-25 00:26:35 +00:00
pierre
104468093d * WViews objects were not registered 2000-01-10 15:53:37 +00:00
michael
550220b663 Changes from Gabor 2000-01-03 11:38:33 +00:00
pierre
42641bdcec * MyApp renamed IDEApp
* TDebugController.ResetDebuggerRows added to
    get resetting of debugger rows
1999-12-20 14:23:16 +00:00
pierre
13a2bfb7a3 * get the mouse visible on win32 fp 1999-12-20 09:36:49 +00:00
pierre
5def4fada6 + VideoMode save/restore 1999-12-10 13:02:05 +00:00
peter
b92c9ed1c4 * fixes from gabor, idle event, html fix 1999-09-13 11:43:59 +00:00
pierre
b8fe180e0b * avoid objpas paramstr functions 1999-08-22 22:24:15 +00:00
peter
9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab...
+ Desktop saving should work now
     - History saved
     - Clipboard content saved
     - Desktop saved
     - Symbol info saved
  * syntax-highlight bug fixed, which compared special keywords case sensitive
    (for ex. 'asm' caused asm-highlighting, while 'ASM' didn't)
  * with 'whole words only' set, the editor didn't found occourences of the
    searched text, if the text appeared previously in the same line, but didn't
    satisfied the 'whole-word' condition
  * ^QB jumped to (SelStart.X,SelEnd.X) instead of (SelStart.X,SelStart.Y)
    (ie. the beginning of the selection)
  * when started typing in a new line, but not at the start (X=0) of it,
    the editor inserted the text one character more to left as it should...
  * TCodeEditor.HideSelection (Ctrl-K+H) didn't update the screen
  * Shift shouldn't cause so much trouble in TCodeEditor now...
  * Syntax highlight had problems recognizing a special symbol if it was
    prefixed by another symbol character in the source text
  * Auto-save also occours at Dos shell, Tool execution, etc. now...
1999-08-03 20:22:25 +00:00
pierre
5f258b0fc0 + First implementation of watches window 1999-07-10 01:24:11 +00:00
peter
0196ac9b54 * try to add extensions to params 1999-06-29 22:43:12 +00:00
pierre
c65ed4c0ab * typo inside go32v2 cond error removed 1999-06-28 23:31:14 +00:00
peter
980b0a5a24 * fixes from gabor 1999-06-28 19:25:34 +00:00
pierre
586168b53e + clear tool messages at exit 1999-06-28 12:40:56 +00:00
pierre
6145ccae3f + adds current target in menu at startup 1999-06-25 00:48:05 +00:00
peter
c3351959a2 * fixed couple of bugs 1999-05-22 13:44:28 +00:00
peter
3dafa09576 + object support for browser
* html help fixes
  * more desktop saving things
  * NODEBUG directive to exclude debugger
1999-04-07 21:55:39 +00:00
peter
ef82a62743 * linux fixes 1999-03-23 16:16:36 +00:00
peter
f62a9a4d77 * desktop saving things
* vesa mode
  * preferences dialog
1999-03-23 15:11:26 +00:00
florian
fafb271270 + functional screen mode switching added 1999-03-21 22:51:35 +00:00
peter
cc15fb70fb * tools macro fixes
+ tph writer
  + first things for resource files
1999-03-16 12:38:06 +00:00
peter
a0c648d7aa * use TryToOpen() with parameter files to overcome double opened files
at startup
1999-03-12 01:13:01 +00:00
peter
e9d03b7506 + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
pierre
925bf35c30 + saving and opening of open files on exit 1999-03-05 17:53:00 +00:00
peter
6483f16209 + Added dummy entries for functions not yet implemented
* MenuBar didn't update itself automatically on command-set changes
  * Fixed Debugging/Profiling options dialog
  * TCodeEditor converts spaces to tabs at save only if efUseTabChars is
 set
  * efBackSpaceUnindents works correctly
  + 'Messages' window implemented
  + Added '$CAP MSG()' and '$CAP EDIT' to available tool-macros
  + Added TP message-filter support (for ex. you can call GREP thru
    GREP2MSG and view the result in the messages window - just like in TP)
  * A 'var' was missing from the param-list of THelpFacility.TopicSearch,
    so topic search didn't work...
  * In FPHELP.PAS there were still context-variables defined as word instead
    of THelpCtx
  * StdStatusKeys() was missing from the statusdef for help windows
  + Topic-title for index-table can be specified when adding a HTML-files
1999-03-01 15:41:47 +00:00
peter
be2415693b + ctrl-c capture with confirm dialog
+ ascii table in the tools menu
  + heapviewer
  * empty file fixed
  * fixed callback routines in fpdebug to have far for tp7
1999-02-20 15:18:25 +00:00
peter
f511ac5267 * search fixed
+ backward search
  * help fixes
  * browser updates
1999-02-18 13:44:30 +00:00
pierre
dea4d8c871 * HEAPTRC conditionnal renamed IDEHEAPTRC 1999-02-15 09:07:10 +00:00
pierre
eb1f44c750 + Memory tracing if compiled with -dHEAPTRC
* Many memory leaks removed
1999-02-10 09:55:43 +00:00
florian
f77243e4fe + some split heap stuff, in $ifdef TEMPHEAP 1999-02-08 09:30:59 +00:00
peter
03db82a6ff * unit name of FPSwitches -> FPSwitch which is easier to use
* some fixes for tp7 compiling
1999-02-05 13:51:38 +00:00
peter
124db68c70 + tools menu
+ speedsearch in symbolbrowser
  * working run command
1999-01-21 11:54:08 +00:00
peter
3caaa020b0 + Implemented still missing 'switch' entries in Options menu
+ Pressing Ctrl-B sets ASCII mode in editor, after which keypresses (even
    ones with ASCII < 32 ; entered with Alt+<###>) are interpreted always as
    ASCII chars and inserted directly in the text.
  + Added symbol browser
  * splitted fp.pas to fpide.pas
1999-01-12 14:29:31 +00:00
peter
bcecca182a * 'Use tab characters' now works correctly
+ Syntax highlight now acts on File|Save As...
 + Added a new class to syntax highlight: 'hex numbers'.
 * There was something very wrong with the palette managment. Now fixed.
 + Added output directory (-FE<xxx>) support to 'Directories' dialog...
 * Fixed some possible bugs in Running/Compiling, and the compilation/run
   process revised
1999-01-04 11:49:39 +00:00
peter
ba891366d5 * patches from Gabor 1998-12-30 13:38:38 +00:00
peter
9788af7f08 + Added user screen support, display & window
+ Implemented Editor,Mouse Options dialog
  + Added location of .INI and .CFG file
  + Option (INI) file managment implemented (see bottom of Options Menu)
  + Switches updated
  + Run program
1998-12-28 15:47:40 +00:00
peter
cbd33d4c38 * moved 1998-12-22 14:27:54 +00:00