Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2012-05-31 | 945 Bytes | |
QuikOpenPlugin Source V1.2.zip | 2012-05-31 | 284.9 kB | |
QuickOpenPlugin V1.2.zip | 2012-05-31 | 27.3 kB | |
QuickOpenPlugin Source V1.1.zip | 2012-03-30 | 239.7 kB | |
QuickOpenPlugin V1.1.zip | 2012-03-30 | 27.3 kB | |
QuickOpenPlugin Source.zip | 2012-03-27 | 239.5 kB | |
QuickOpenPlugin.zip | 2012-03-27 | 26.8 kB | |
Totals: 7 Items | 846.5 kB | 160 |
ABOUT ----- This plugin mimics the "open selected file" in PSPad. I am a PHP developer and i often see an 'require_once("../this/is/some/file.php");'. In pspad you can select the whole path (../this/is/some/file.php) and open it from the menu. Now you can do the same in notepad++. Just select the whole path and press alt+o, or use the button in the toolbar on top. It will open the file automatically. The plugin understands the relative path. INSTALLATION ------------ Copy QuikOpenPlugin.dll into your Notepad++\plugins directory USAGE ----- Select the included file, press alt + O or use the menu on top. or use the icon in the toolbar on top v1.1 ---- Putting the cursor on the line with a filename(s) will open it(them). If one is selected it will only open this one. Thanks to ufo-pu55y and pedro_sland for the suggestion. V1.2 ---- Removed annoying messagebox when opening files.