|
|
#61 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Sep 2009
Location: 127.0.0.1 duhh
Posts: 829
Reputation: 132
|
i just copied what you gave and changed the filepath to C:/program files/notepad++/pawno/pawncc.exe
or something. it can't bbe inorrecect cuz i copied it from the file explorer |
|
|
|
|
|
#62 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jul 2006
Posts: 1,004
Reputation: 14
|
Nice stuff Slice, thanks. Shift+tab in notepad++ FTW
|
|
|
|
|
|
#63 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Sep 2009
Location: 127.0.0.1 duhh
Posts: 829
Reputation: 132
|
can you plz help me with the compiler
?
|
|
|
|
|
|
#64 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Mar 2008
Location: Sweden
Posts: 1,666
Reputation: 969
|
It should look like this:
Code:
cd $(CURRENT_DIRECTORY) "C:/program files/notepad++/pawno/pawncc.exe" "$(FILE_NAME)" -; -( |
|
|
|
|
|
#65 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2007
Location: Norway
Posts: 3,561
Reputation: 129
|
Correction:
Code:
npp_save cd $(CURRENT_DIRECTORY) "C:/program files/notepad++/pawno/pawncc.exe" "$(FILE_NAME)" -; -( |
|
|
|
|
|
#66 | |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Mar 2008
Location: Sweden
Posts: 1,666
Reputation: 969
|
Quote:
CTRL + Shift + Up/Down ftw! |
|
|
|
|
|
|
#67 |
|
Big Clucker
![]() ![]() Join Date: Nov 2009
Posts: 169
Reputation: 7
|
Awesome turorial Slice, nice work.
|
|
|
|
|
|
#68 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: May 2010
Location: Fim de Mundo
Posts: 1,254
Reputation: 2
|
g_aSlice:
to me it's better use npp_save because without this, my compiler don't show errors or warnings .. but if i put npp_save show errors and warnings So the person of go install decided this |
|
|
|
|
|
#69 |
|
Big Clucker
![]() ![]() Join Date: Jan 2007
Location: Belgium
Posts: 122
Reputation: 0
|
Slice,
how can I add .pwn extension to the Save As.. thingy? I hate to always put the file extension behind the filename and save file type as all files..
|
|
|
|
|
|
#70 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Jul 2008
Posts: 913
Reputation: 52
|
Here is a small solution for the compiling problem. Create a shadow of the file with some random name and compile that file for the given time so that it gives you errors and after the compilation has been processed delete this file and rename the output file.
That should do the trick. Though I am not certain if this is possible in notepad++, I have to admit I never really used notepad++ :P |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PAWN plugin for Notepad++ | ettans | Help Archive | 5 | 18/05/2011 04:23 PM |
| Tutorial: Script with Notepad++ ! | yom | Help Archive | 12 | 27/01/2011 08:41 AM |
| How to make something in pawno respond with a notepad? | anonymoushacker | Help Archive | 3 | 31/07/2009 10:31 PM |
| Notepad++ plugin help | johnmeikle33 | Help Archive | 3 | 11/03/2009 07:04 PM |