Commit Graph

16 Commits

Author SHA1 Message Date
pierre
f0ec5d7fca * use desktop^.current for current word in grep 2000-02-02 22:49:44 +00:00
pierre
81323ed5e2 + Grep read check added 1999-10-08 15:25:25 +00:00
pierre
70c7ea7dbb + HistList for Grep 1999-09-22 16:17:31 +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
823d269c08 * LineEnd bug corrected, now goes end of text even if selected
+ Until Return for debugger
  + Code for Quit inside GDB Window
1999-07-12 13:14:13 +00:00
peter
2f31c21e63 * fixed far problem is fpdebug
* tile/cascading with message window
  * grep fixes
1999-03-02 13:48:28 +00:00
peter
00ed0b4182 * small fixes for linux and grep 1999-02-22 12:46:56 +00:00
pierre
e10e79b38e + added col info in MessageItem
+ grep uses HighLightExts and should work for linux
1999-02-22 11:29:36 +00:00
peter
30fdaddcb8 + default extension for save in the editor
+ Separate Text to Find for the grep dialog
  * fixed redir crash with tp7
1999-02-22 02:15:12 +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
03db82a6ff * unit name of FPSwitches -> FPSwitch which is easier to use
* some fixes for tp7 compiling
1999-02-05 13:51:38 +00:00
pierre
d4b1c07d9a + SourceDir that stores directories for sources that the
compiler should not know about
    Automatically asked for addition when a new file that
    needed filedialog to be found is in an unknown directory
    Stored and retrieved from INIFile
  + Breakpoints conditions added to INIFile
  * Breakpoints insterted and removed at debin and end of debug session
1999-02-05 12:11:53 +00:00
pierre
7f85dc1fe5 * grep$$$.out was not closed 1999-02-04 15:59:08 +00:00
pierre
b4b1e80dff * Several things added (I cannot commit them independently !)
+ added TBreakpoint and TBreakpointCollection
  + added cmResetDebugger,cmGrep,CmToggleBreakpoint
  + Breakpoint list in INIFile
  * Select items now also depend of SwitchMode
  * Reading of option '-g' was not possible !
  + added search for -Fu args pathes in TryToOpen
  + added code for automatic opening of FileDialog
    if source not found
1999-02-04 13:32:00 +00:00
peter
124db68c70 + tools menu
+ speedsearch in symbolbrowser
  * working run command
1999-01-21 11:54:08 +00:00
peter
cbd33d4c38 * moved 1998-12-22 14:27:54 +00:00