Commit Graph

24 Commits

Author SHA1 Message Date
Margers
edf4f0b416 Simple Stepped menu entry. 2025-03-16 17:06:43 +00:00
Margers
12599706e5 Update Textmode IDE to new mouse wheel event. 2025-02-17 10:39:33 +00:00
Margers
3c7a114c0b Fp Window->Tile - enable, disable correctly. 2025-02-17 09:53:41 +00:00
Margers
24f498292a Make TFPMemo view srollable even if no scrollbars are attached to it 2025-01-10 21:24:10 +00:00
Margers
8e5f22383f Message window can be scrolled beyond second to last item 2025-01-10 21:13:21 +00:00
Margers
97b79b3d4e Larger Change Directory dialog for larger console/terminal dimensions 2024-11-11 11:54:07 +00:00
Margers
67bee1b652 Nested comment syntax highlighting 2024-10-13 20:53:07 +00:00
Margers
5c215cd524 Long long code editor lines 2024-10-09 18:40:28 +00:00
Margers
69d552415a Save All is enabled and disabled as requiered 2024-09-17 06:22:32 +00:00
Margers
e4596d3db4 Textmode ide: in Change Directrory dialog can copy and paste in input line. 2024-09-16 07:55:31 +00:00
Margers
517123899a Revert "to be reverted utf8 char mishmash"
This reverts commit 471a735fe6
2024-09-04 09:40:48 +00:00
Margers
91d9c3286a Reintroduce Microsoft copy/paste keys for Input Lines 2024-09-04 09:32:34 +00:00
Margers
471a735fe6 to be reverted utf8 char mishmash 2024-09-04 09:24:46 +00:00
Michael Van Canneyt
8b0ed99fbc Revert "Microsoft copy/paste keys for Input Lines"
This reverts commit 660836e027
2024-09-04 09:03:47 +00:00
Margers
528ff51a8f Opening same file in a second window don't destroy any changes 2024-09-04 08:51:25 +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
660836e027 Microsoft copy/paste keys for Input Lines 2024-09-02 08:10:51 +00:00
Michaël Van Canneyt
98ea5cddda * PChar -> PAnsichar 2023-07-15 18:22:37 +02:00
marco
0a2b2a486f * update copyright year.
git-svn-id: trunk@45771 -
2020-07-11 17:56:43 +00:00
pierre
db0f0be3ba Use 0 instead of 0xffffffff to disable page width
git-svn-id: trunk@45357 -
2020-05-13 15:03:35 +00:00
michael
212c48e3fc * Fix bug ID #32923 using patch from Margers
git-svn-id: trunk@41080 -
2019-01-27 08:38:45 +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
pierre
253cf4abe1 Allow compilation for JVM CPU
git-svn-id: trunk@38145 -
2018-02-06 22:39:17 +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