GEdit/Python execution plugin?

后端 未结 8 1698
一向
一向 2021-02-03 13:41

I\'m just starting out learning python with GEdit plus various plugins as my IDE.

Visual Studio/F# has a feature which permits the highlighting on a piece of text in th

8条回答
  •  星月不相逢
    2021-02-03 14:16

    I think what you're looking for is http://live.gnome.org/Gedit/Plugins/BetterPythonConsole.

    You hit F5 and it runs the code in your file in a IDLE-like console. I don't know if it can only run selected code. (I don't think it can) but you can always copy the needed code in a new window and run it from there.

    Have a look through the plugin list for other interesting stuff: http://live.gnome.org/Gedit/Plugins

提交回复
热议问题