Commit Graph

9 Commits

Author SHA1 Message Date
Margers
5c215cd524 Long long code editor lines 2024-10-09 18:40:28 +00:00
Margers
4f35953353 Cancel exit if Auto Save is ON and saving new file is canceled. 2024-09-16 17:34:48 +00:00
Margers
31bc7c4054 On exit ask for changes to save if one file open in two windows. 2024-09-04 08:34:51 +00:00
Margers
5ded9e3cb3 Overwrite selection block 2024-09-02 08:11:48 +00:00
Margers
54afa37d4d Auto-Closing Brackets and Insert or Restore 2024-09-02 08:04:40 +00:00
Michaël Van Canneyt
98ea5cddda * PChar -> PAnsichar 2023-07-15 18:22:37 +02:00
florian
22efab7b1a * patch by Marģers: fix undo of deleting of lines in the text mode ide, resolves #24663
git-svn-id: trunk@40730 -
2019-01-01 16:04:20 +00:00
Jonas Maebe
c6bb85eae9 * support for compiling the objects unit methods that expect local procedure/
function pointers using {$modeswitch nestedprocvars} functionality, activate
    this for LLVM and also activate that modeswitch for a test that uses this
   o also convert the IDE units to use this functionality
   o requires extra typecasts because implicit type conversions from
     procvar(p: psometype) to procvar(p: pointer) are not supported; on the
     plus side, even those type conversions are checked for validity
   o note: requires {$modeswitch nestedprocvars} in all programs/units
     that rely on this functionality

git-svn-id: trunk@40598 -
2018-12-20 21:22:40 +00:00
florian
3ce7927096 * made the ide a package, so it can be build in parallel with the other packages, reasons:
- lowers build times
  - ide is not that important anymore than years before
  - other utils like pastojs are also located in the packages tree

git-svn-id: trunk@37926 -
2018-01-06 20:22:30 +00:00