[Tutorial] PAWN for SA-MP in Notepad++
#21

Quote:
Originally Posted by vutqy
Посмотреть сообщение
Hi, there is a little problem with escaped quotes, your plugin doesn't see them as escaped.

Pic :
Blame Notepad++, not me!
Reply
#22

I'm actually using it, nice one Slice!
Reply
#23

Quote:
Originally Posted by Calgon
View Post
This is for Notepad++, not Microsoft Notepad...
You just gotta lol at this. LoL.
EDIT: I didn't read the comment above ^^
Reply
#24

Hey,

I hope you can help me:
- I added both files and activated the Auto-Completion (4 Characters)
1. There is no syntax highlighting ("PAWN" doesn't appear in the Languages-list as well)
2. The Auto-Complete doesn't work properly; the list with the available functions only pops up when I press Strl + Enter and the list with the arguments never appears.

(Windows XP)

Do you have any idea?


--------------------------------------
Edit:
I tried to use it with notepad++ portable - and it works.
I know I could use it like this or I could try to re-install notepad++, but I would be happier if anyone would have an idea to solve the problem
(-> My program has an error - Re: Oh you have to reinstall your windows!)

--------------------------------------
Edit 2:
De-installed notepad++ - cleaned the registry - installed notepad++ again - nothing changed
With the portable version it's still working
Reply
#25

Will it show me the erros when complining ? Like pawno ?
Reply
#26

Quote:
Originally Posted by Elka_Blazer
View Post
Will it show me the erros when complining ? Like pawno ?
Yes
.
Reply
#27

This shit is epic
Reply
#28

You know i like it
Reply
#29

Code:
Current directory: C:\Program Files (x86)\Rockstar Games\GTA San Andreas\samp03dsvr_R2_win32\filterscripts
CreateProcess() failed with error code 5:
Access is denied.

================ READY ================
Well, that's my current problem. Any help with it?
Reply
#30

Move your PAWN compiler, or change its owner/permissions. Another thing you could try is running Notepad++ as an administrator.
Reply
#31

I've turned off all administrative permissions, so that shouldn't cause the problem. How do I change PAWN compiler's owner/permissions?

EDIT: Tried running it as admin, no use.
EDIT 2: Used to work on my old computer.
Reply
#32

Well, error code 5 is ERROR_ACCESS_DENIED. Are you sure you put the correct path? You could try moving the compiler to "My Documents" or something where you know you have permissions.
Reply
#33

Quote:
Originally Posted by Slice
View Post
Well, error code 5 is ERROR_ACCESS_DENIED. Are you sure you put the correct path? You could try moving the compiler to "My Documents" or something where you know you have permissions.
Now I see why it didn't work. I forgot to add the "pawncc.exe" to the end. Thanks Slice
Reply
#34

You could also add to the function list so when you start typing a variable you've already created, it pops up there (like in most of the C++ IDE's)
Reply
#35

how can i add a new function completion
I test to add that
PHP Code:
<KeyWord name="#test" /> 
In PAWN.XML for test but dosent work.
Sorry for bad english
Reply
#36

I noticed something that if you don't save before compiling it will simply tell you the script is fine and compile even if there is a huge error.

Also if you then fix the error and compile without saving again it will still say you have that particular error. werid ?

EDIT: Also where you say place 'npp_save' on the first line. Well i think some people that don't have much common knowledge will think you mean before 'cd $' so it would look like this 'npp_save cd $'. When you actually want it to look like this

'npp_save
cd $'

Maybe you should change it to say 'Place it above the first line' ( Just an idea )
Reply
#37

how do download it from the XML Page?
Reply
#38

Right click on the link and select "save as" or something similar.
Reply
#39

Good job!
Reply
#40

Thank you very much! I really love it .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)