A Script Editor for Foundry's NUKE with more features.
Download. Copy the "PythonEditor" folder from the .zip file into your user .nuke folder.
Create a menu.py file in the .nuke folder and add the following code to it:
import PythonEditor
PythonEditor.nuke_menu_setup(nuke_menu=True, node_menu=True, pane_menu=True)