Anfängerfragen zum Programmieren mit PureBasic.
-
Kaeru Gaman
- Beiträge: 17389
- Registriert: 10.11.2004 03:22
Beitrag
von Kaeru Gaman »
gnozal hat geschrieben:edel hat geschrieben:Ach wo du schon mal da bist
jaPBe hat ein Problem mit Undo. Druecke ich zu lange auf "control + z"
reagiert jaPBe , wenn ueberhaupt, eine lange Zeit nicht mehr.
Maybe because jaPBe redraws the folding markers after an undo (to avoid possible cosmetic bugs).
idea:
what if you change it that way, that the markers are only redrawn if no further UNDO-event is in queue?
Der Narr denkt er sei ein weiser Mann.
Der Weise weiß, dass er ein Narr ist.
-
gnozal
- Beiträge: 219
- Registriert: 04.12.2004 13:01
- Wohnort: Frankreich (67)
-
Kontaktdaten:
Beitrag
von gnozal »
Kaeru Gaman hat geschrieben:gnozal hat geschrieben:edel hat geschrieben:Ach wo du schon mal da bist
jaPBe hat ein Problem mit Undo. Druecke ich zu lange auf "control + z"
reagiert jaPBe , wenn ueberhaupt, eine lange Zeit nicht mehr.
Maybe because jaPBe redraws the folding markers after an undo (to avoid possible cosmetic bugs).
idea:
what if you change it that way, that the markers are only redrawn if no further UNDO-event is in queue?
I can easily test if the undo queue in empty or not, but how to test if there is another undo event in the queue ?
Keyboard buffer (CTRL+Z) ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).