-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental solution for step through interpreting the full flow issue #16351 #17308
base: Pharo13
Are you sure you want to change the base?
Experimental solution for step through interpreting the full flow issue #16351 #17308
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c93efa - Browse repository at this point
Copy the full SHA 1c93efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b5a96 - Browse repository at this point
Copy the full SHA 03b5a96View commit details
Commits on Oct 18, 2024
-
A change in SDL2 (libsdl-org/SDL@61cd57d) caused modifier changes to be sent as a repeat keydown with different key modifiers. This causes some keybindings to become un-typeable (For example: Cmd+Shift+W, E) because the keyup events cause these new keydown repeats with the new modifiers (for the previous example these are something like Cmd+Shift/Cmd+W/Shift+W).
Configuration menu - View commit details
-
Copy full SHA for 6b05d8d - Browse repository at this point
Copy the full SHA 6b05d8dView commit details -
Instead of removing all repeat events just try to match with and with…
…out repeat events. This feels like a hack...
Configuration menu - View commit details
-
Copy full SHA for b39e71b - Browse repository at this point
Copy the full SHA b39e71bView commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73d4ec0 - Browse repository at this point
Copy the full SHA 73d4ec0View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10a2336 - Browse repository at this point
Copy the full SHA 10a2336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596aa40 - Browse repository at this point
Copy the full SHA 596aa40View commit details -
- fix undo/redo cases that broke text, specially when in collaboration with the syntax highlighter - make undo/redo work on a word-by-word basis - make undo/redo restore selection and cursur when doing a replacement by paste/completion Co-authored-by: Fede Lochbaum <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b27b2a4 - Browse repository at this point
Copy the full SHA b27b2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32472c6 - Browse repository at this point
Copy the full SHA 32472c6View commit details -
Temporarily creating tests for stepping through using the EnhancedDeb…
…ugSession. These tests should be parametrized in the future. They are commited like this to ease the performance comparison between DebugSession and EnhancedDebugSession
Configuration menu - View commit details
-
Copy full SHA for 4644c40 - Browse repository at this point
Copy the full SHA 4644c40View commit details
Commits on Oct 22, 2024
-
Merge pull request pharo-project#17305 from guillep/undo-fixes
Improvements in undo/redo
Configuration menu - View commit details
-
Copy full SHA for 238aaf5 - Browse repository at this point
Copy the full SHA 238aaf5View commit details -
Merge pull request pharo-project#17301 from iglosiggio/fixup-repeat-e…
…vents Fix repeat events
Configuration menu - View commit details
-
Copy full SHA for 9b55ea4 - Browse repository at this point
Copy the full SHA 9b55ea4View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4de0deb - Browse repository at this point
Copy the full SHA 4de0debView commit details -
Update KMDescriptionPresenter.class.st
Remove unnecessary KM repository reset
Configuration menu - View commit details
-
Copy full SHA for 2beea03 - Browse repository at this point
Copy the full SHA 2beea03View commit details
Commits on Oct 25, 2024
-
Do not use method extensions for Commander activations
Hernán Morales Durand committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 3fc240c - Browse repository at this point
Copy the full SHA 3fc240cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c493a - Browse repository at this point
Copy the full SHA 98c493aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 742a8bb - Browse repository at this point
Copy the full SHA 742a8bbView commit details -
Merge pull request pharo-project#17317 from koendehondt/gh17229
Fix typo: change "The cyclomatic complexity is heigh" to "The cyclomatic complexity is high"
Configuration menu - View commit details
-
Copy full SHA for 005f866 - Browse repository at this point
Copy the full SHA 005f866View commit details
Commits on Oct 26, 2024
-
Merge pull request pharo-project#17311 from hernanmd/p13-enh-shortcut…
…s-editor Major update of the Keymap Descriptions to a Shortcuts Editor
Configuration menu - View commit details
-
Copy full SHA for ca55b77 - Browse repository at this point
Copy the full SHA ca55b77View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4a87e7 - Browse repository at this point
Copy the full SHA e4a87e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b99683 - Browse repository at this point
Copy the full SHA 5b99683View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 679822c - Browse repository at this point
Copy the full SHA 679822cView commit details
Commits on Nov 12, 2024
-
The Bytecode interpreter should do the same that the VM, it should no…
…t raise an exception in the interpreter but put a new context in it with the message send taken from the Smalltalk Special Array
Configuration menu - View commit details
-
Copy full SHA for 3422804 - Browse repository at this point
Copy the full SHA 3422804View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd6d853 - Browse repository at this point
Copy the full SHA cd6d853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d96818 - Browse repository at this point
Copy the full SHA 5d96818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 450b838 - Browse repository at this point
Copy the full SHA 450b838View commit details