Raised This Month: $ Target: $400
 0% 

Notepad++ AlliedModders Edition (unsupported for now)


Post New Thread Reply   
 
Thread Tools Display Modes
Lama0
Member
Join Date: Jul 2010
Location: slovakia
Old 02-18-2012 , 15:16   Re: Notepad++ AlliedModders Edition
Reply With Quote #91

Thanx and how is this better than amx studio ??

Last edited by Lama0; 02-19-2012 at 03:19.
Lama0 is offline
GwynBleidD
Junior Member
Join Date: Feb 2009
Old 02-28-2012 , 18:10   Re: Notepad++ AlliedModders Edition
Reply With Quote #92

Great, but have some bugs noticed:
uinstalled npp and installed this and for me ctrl+F6 and F6 didn't work because they were defined for other plugin (sth about history? don't remember). And also in syntax highlight there is more functions declared than in autocomplete (for example menu_addtext from newmenus in 1.8.1 is missing in autocomplete).
I don't know why i can scroll bellow the document (last line of file is on top). It didn't happen in normal npp.

Also it would be great if function with wrong parameter number will be underlined on red
GwynBleidD is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 03-02-2012 , 01:21   Re: Notepad++ AlliedModders Edition
Reply With Quote #93

REALLY GOOD JOB.
It's a usefull tool.

Y have problems with compiler settings... This would be ok?
Code:
SET compiler = $(NPP_DIRECTORY)\pawn.compiler\amxxpc.exe
SET include = $(NPP_DIRECTORY)\pawn.compiler\include
SET output =$(CURRENT_DIRECTORY)\$(NAME_PART).amxx

NPP_SAVE
"$(compiler)" -i"$(include)" -o"$(output)" "C:\Users\Nelson\Desktop"

UNSET compiler
UNSET include
UNSET output
I want to output the compiled plugin in desktop, but do not work.

The compiler says:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

C:\Users\Nelson\Desktop.p(0) : fatal error 100: cannot read from file: "C:\Users\Nelson\Desktop.p"

Compilation aborted.
1 Error.
Could not locate output file C:\Users\Nelson\Desktop\hns_exp_mode.amx (compile failed).
================ READY ================
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-02-2012 , 04:18   Re: Notepad++ AlliedModders Edition
Reply With Quote #94

Don't change the main line.
You have to change only this line :

SET output =$(CURRENT_DIRECTORY)\$(NAME_PART).amxx

to

SET output = C:\Users\Nelson\Desktop\$(NAME_PART).amxx
__________________

Last edited by Arkshine; 03-02-2012 at 04:19.
Arkshine is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 03-02-2012 , 07:26   Re: Notepad++ AlliedModders Edition
Reply With Quote #95

Quote:
Originally Posted by Arkshine View Post
Don't change the main line.
You have to change only this line :

SET output =$(CURRENT_DIRECTORY)\$(NAME_PART).amxx

to

SET output = C:\Users\Nelson\Desktop\$(NAME_PART).amxx
Hahaha sory, i didn't see that thank you.

How I can do that by pressing the F6 key comile automatically? Like in AMX Studio.
__________________

Last edited by Neeeeeeeeeel.-; 03-02-2012 at 07:31.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
XINLEI
me too
Join Date: Jun 2011
Location: Colombian Coffee storage
Old 03-02-2012 , 20:49   Re: Notepad++ AlliedModders Edition
Reply With Quote #96

Quote:
Originally Posted by Arkshine View Post
Important : This Notepad++ special edition is not upgradable from the original version. Therefore, the update feature has been removed. Also, FingerText and Notepad# have been modified to support Pawn language. Don't try to update Notepad++ or these plugins through the plugins manager. Don't worry, this edition should be updated as fast as a new original version is released.
New Update Available:


Should i update this? or wait for your updated version?
Attached Thumbnails
Click image for larger version

Name:	update.jpg
Views:	497
Size:	23.4 KB
ID:	100093  
XINLEI is offline
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 03-02-2012 , 20:53   Re: Notepad++ AlliedModders Edition
Reply With Quote #97

"Also, FingerText has been modified to support Pawn language."

You shouldn't update it.
__________________
You can do anything you set your mind to, man.

Devil259 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-03-2012 , 04:23   Re: Notepad++ AlliedModders Edition
Reply With Quote #98

Quote:
Should i update this? or wait for your updated version?
Will attach the plugin dll updated later. You can update the first.
__________________
Arkshine is offline
Tirant
Veteran Member
Join Date: Jul 2008
Location: Los Angeles, California
Old 03-08-2012 , 21:06   Re: Notepad++ AlliedModders Edition
Reply With Quote #99

Thanks a lot. I've been so frustrated with the lack of a good AMXX Pawn IDE, and I think this will be the solution. I like your syntax highlighting and font, very nice on the eyes, although I think getting used to it will take me a while. I know I could just set it to courier new 11, but I like it so I'll give it a shot for now.

Is there a fix for having it parse the (custom) include files correctly? I would like it to at least show me the syntax/arguments of the natives like it does for things like register_plugin.
__________________

PM me if you're interested in buying the Credits addition for Base Builder
Battlefield Rebirth [66% done]
Call of Duty: MW2 [100% done]
Base Builder [100% done]

Last edited by Tirant; 03-09-2012 at 03:37.
Tirant is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-09-2012 , 04:48   Re: Notepad++ AlliedModders Edition
Reply With Quote #100

Sadly not, you have to do it manually, and it's a pain. Like said in the todo list, making an external lexer in a plugin and we could make what we want, but not going to happen soon :p. The other solution is to fix Pawn Studio or using AMXX studio :p
__________________
Arkshine is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode