File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
plugin/PySrc/space_tracer
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33Don't put any code in here, because it must be safe to execute in setup.py. """
44
55__title__ = 'space_tracer' # => name in setup.py
6- __version__ = '4.13.2 '
6+ __version__ = '4.13.3 '
77__author__ = "Don Kirkby"
88__author_email__ = "donkirkby@gmail.com"
99__description__ = "Trade time for space when debugging your code."
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " io.github.donkirkby"
9- version = " 4.13.2 "
9+ version = " 4.13.3 "
1010
1111repositories {
1212 mavenCentral()
Original file line number Diff line number Diff line change 4444 <action id =" livepy.StartNewUI" class =" io.github.donkirkby.livepycharm.StartActionNewUI" text =" Start Live Coding"
4545 description =" Run Python code as you type it, and show variable values."
4646 icon =" LivePythonIcons.MEDIA_PLAY_DARK" >
47- <add-to-group group-id =" RunToolbarMainActionGroup " anchor =" last " />
47+ <add-to-group group-id =" MainToolbarRight " anchor =" after " relative-to-action = " NewUiRunWidget " />
4848 </action >
4949 <action id =" livepy.Turtle" class =" io.github.donkirkby.livepycharm.TurtleAction" text =" Start Live Turtle"
5050 description =" Run Python code as you type it, and show a canvas for turtle graphics and more."
5454 <action id =" livepy.TurtleNewUI" class =" io.github.donkirkby.livepycharm.TurtleActionNewUI" text =" Start Live Turtle"
5555 description =" Run Python code as you type it, and show a canvas for turtle graphics and more."
5656 icon =" LivePythonIcons.TURTLE_DARK" >
57- <add-to-group group-id =" RunToolbarMainActionGroup " anchor =" last " />
57+ <add-to-group group-id =" MainToolbarRight " anchor =" after " relative-to-action = " livepy.StartNewUI " />
5858 </action >
5959 <action id =" livepy.Stop" class =" io.github.donkirkby.livepycharm.StopAction" text =" Stop Live Coding"
6060 icon =" LivePythonIcons.MEDIA_STOP" >
6161 <add-to-group group-id =" RunnerActions" anchor =" last" />
6262 </action >
6363 <action id =" livepy.StopNewUI" class =" io.github.donkirkby.livepycharm.StopActionNewUI" text =" Stop Live Coding"
6464 icon =" LivePythonIcons.MEDIA_STOP_DARK" >
65- <add-to-group group-id =" RunToolbarMainActionGroup " anchor =" last " />
65+ <add-to-group group-id =" MainToolbarRight " anchor =" after " relative-to-action = " livepy.TurtleNewUI " />
6666 </action >
6767 </actions >
6868
You can’t perform that action at this time.
0 commit comments