6 changed files with 57 additions and 29 deletions
-
8ext_open/config.ini
-
5ext_open/config.py
-
4ext_open/ext_open.py
-
18ext_open/opener.py
-
23ext_open/opts.py
-
28ext_open/searcher.py
@ -1,9 +1,11 @@ |
|||
[global] |
|||
no_admin = no |
|||
|
|||
editor = "%programfiles%\notepad++\notepad++.exe" |
|||
[exe] |
|||
; comma separated paths |
|||
paths= %userprofile%,%programfiles%,%programfiles(x86)%, |
|||
[py] |
|||
paths = %userprofile%\Documents\local_repo\windows\ext_open |
|||
|
|||
paths = "%userprofile%\Documents\local_repo\windows\ext_open" |
|||
idle_edit = pythonw -m idlelib -e |
|||
editor = ${global:editor} |
|||
execute= python |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue