-
Notifications
You must be signed in to change notification settings - Fork 23
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
Shortcut for some entries in Edit Menu are not shown #136
Comments
Fixed by removing the shortcuts from GraphEditController and enabling them in the menu itself |
Reverted this change, since it clobbers copying from derivation. Perhaps we should just remove these menu items, since copy/paste is very focus-sensitive. |
lyhlbyl
added a commit
that referenced
this issue
Jun 26, 2014
* integration: (124 commits) fixed isabelle loading set min worker pool to 4 pushed osx version included 100MS wait, seems to fix #145 included heap building in dist scripts change non-worker forks to Thread.fork, not Future.fork, to save workers for actual workers. Fixes #144. prevent core actor from accidentally running any swing initialisation code fixed type stuff Revert "fix #136 -- Shortcut for some entries in Edit Menu are not shown". This clobbers copy/paste in derivations. simplified io for red-green (and in general). zeroes no longer get created more descriptive menu text for export and properly enable/disable export and "snap to grid" fix #136 -- Shortcut for some entries in Edit Menu are not shown fix #138 -- Require user to save file before exporting to tikz progress on #125 support for exporting parallel edges to tikz fix bug in data.Graph and add a new method fix padding issues for tikz export progress on #125, exporting derivations works now exporting rules works now refactor tikzit export code into graphview so it can be reused progress on tikz export -- exporting graphs is OK except for parallel edges ... Conflicts: core/isabelle/io.thy scala/build.sbt scala/project/plugins.sbt scala/src/main/scala/quanto/data/VData.scala scala/src/main/scala/quanto/gui/GraphDocument.scala scala/src/main/scala/quanto/gui/GraphEditController.scala scala/src/main/scala/quanto/gui/GraphEditPanel.scala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cut, Copy, Paste and Snap to Grid have working shortcuts, but they are not shown in the
Edit Menu and are therefore hard to discover by users. However, the shortcuts for Undo and Redo are shown.
The text was updated successfully, but these errors were encountered: