[wingide-users] Released 2 new scripts: `show-file-in-explorer` and `start-debug-with-preset-args`
Ram Rachum
ram at rachum.com
Fri Mar 16 17:17:31 MDT 2012
Hello,
I released 2 new scripts for Wing IDE, `show-file-in-explorer` and
`start-debug-with-preset-args`:
http://wiki.wingware.com/ShowFileInExplorer
http://wiki.wingware.com/StartDebugWithPresetArgs
This is what `show-file-in-explorer` does:
## show-file-in-explorer ##
Open the currently-edited file's folder in Explorer.
Implementd only for Windows.
Suggested key combination: `Alt-Insert Ctrl-J`
And this is what `start-debug-with-preset-args` does:
Start debugging with preset arguments.
You need to have a git-ignored file `cute_wing_stuff_local_settings.py`
right in this `scripts` folder, which defines a `dict` like this:
all_debug_argument_presets = {
'my_django_app.wpr': ['runserver --noreload', 'test']
'other_django_app.wpr': ['runserver 80 --noreload', 'test',
'syncdb']
None: ['runserver 80 --noreload', 'test'],
}
What does this file mean? For each of your projects, you define the
different presets for debug arguments that will be used for your main debug
file. `None` is used as the default for any Wing projects that are not
listed.
Then you call this `start-debug-with-preset-args` with the `i_preset`
argument equal to the preset index number, and debug will start with those
arguments.
Suggested key combinations: `Alt-Insert F5` for preset 0
`Alt-Insert Shift-F5` for preset 1
`Alt-Insert Ctrl-F5` for preset 2
`Alt-Insert Ctrl-Shift-F5` for preset 3
Enjoy!
Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/wingide-users/attachments/20120317/e55b6468/attachment-0001.html>
More information about the wingide-users
mailing list