-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the git and zip-archive files
- Loading branch information
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# nppexec | ||
NppExec (plugin for Notepad++) | ||
# NppExec (plugin for Notepad++) | ||
|
||
Here is some brief info about NppExec for new users: | ||
* NppExec adds a Console window at the bottom of Notepad++'s window; | ||
This Console window allows to run different console programs directly in it; | ||
Also there is Plugins -> NppExec -> Execute… window that allows to execute NppExec’s scripts (set of commands). | ||
* NppExec’s commands and variables are listed in the “NppExec.txt” file. | ||
* To get more details, type “help” (without the quotes) directly in NppExec’s Console. To get a detailed help about any NppExec’s command, type “help <command>” - e.g. “help npp_open” or “help set”. | ||
And don’t forget about Plugins -> NppExec -> Help/Manual. | ||
Also there is Plugins -> NppExec -> Execute... window that allows to execute NppExec's scripts (set of commands). | ||
* NppExec's commands and variables are listed in the "NppExec.txt" file. | ||
* To get more details, type "help" (without the quotes) directly in NppExec's Console. To get a detailed help about any NppExec's command, type "help <command>" - e.g. "help npp_open" or "help set". | ||
And don't forget about Plugins -> NppExec -> Help/Manual. |