Home   Help Search Login Register  

Author Topic: ArmA Script Recoded - A notepad++ plugin  (Read 27509 times)

0 Members and 1 Guest are viewing this topic.

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #60 on: 06 Feb 2010, 16:26:00 »
Which issue with two underscores?
Don't know about such an issue.

Offline Trexian

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #61 on: 08 Feb 2010, 16:20:27 »
Introduce private doesn't work for _truck_near (embedded underscore).

Inofficial release:
  • Found now local variable which uses _ within the name

That thing. :)

Basically, just wondering if the unofficial release is official, or will be. :D

Edit:

Also, just realized that there's no tip box for "say3D" or "say2D". :)

Edit2:
Also, the openMap command isn't in the syntax hilighting.  Of course, it is rather new. :)
http://community.bistudio.com/wiki/openMap
« Last Edit: 05 Mar 2010, 15:47:22 by Trexian »
Sic semper tyrannosauro.

Offline Tobbs

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #62 on: 07 Mar 2010, 16:43:43 »
Having some trouble using this with NPP 5.6.6. Crashes after about 1 minute even if I don't touch it.

Error message:
**************
just crash in
ArmAScript.dd just crash in
notify()SCNotification *notification) :
 notification->nmhdr.code == 2016
 notification->nmhdr.hwndFrom == 852998
 notification->nmhdr.idFrom == 0
**************

Offline Trexian

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #63 on: 21 Sep 2010, 20:57:03 »
Sorry to play thread necromancer, but have happened upon an odd problem. In the Project Manager pane, the files are displayed by last save date.  Would really like to get them back to alphabetical order.... :)
Sic semper tyrannosauro.

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #64 on: 21 Sep 2010, 22:32:16 »
WTF?
Have you set the order in the folder using the explorer?

Offline Trexian

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #65 on: 23 Sep 2010, 15:31:57 »
hehe

No, at least not intentionally. :)  And this is the "project manager" pane, not the "light explorer" pane, if that makes a difference.

Also, with ver. 5.8 of N++, I'm getting an "unknown exception" error and it won't start.  Not a big deal, just reverted.
Sic semper tyrannosauro.

Offline PartyHead

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #66 on: 01 Oct 2010, 08:43:20 »
Hello,
Im wondering if anyone can help me ? ive just updated to Windows 7 from XP and installed the latest npp++ and installed the ArmA Script Recoded files, but i dont get any text colouring now when i open an SQF file ? also the source file that comes with the ArmA Script Recoded download, i cant remember were it goes, or if its used at all, which im thinking is why im geting no text colouring ? could anyone please help.

EDIT:
Seems its a problem with the current version of npp++ which is, npp.5.8.1.
Ive reverted back to version npp.5.7 and everything is working properly again. :good:
« Last Edit: 02 Oct 2010, 11:00:38 by PartyHead »

Offline ArMaTeC

  • Members
  • *
  • City Life 2
    • armatechsquad.com
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #67 on: 16 Nov 2010, 09:54:15 »
is there any chance of an updated version that will work with current version of NP++

Offline ViperMaul

  • Members
  • *
    • Theatre Of War (Team PvP Campaign)
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #68 on: 16 Nov 2010, 18:36:17 »
There are many arma developers looking for a hero for this plugin.
ViperMaul
Theatre of War (Co-Lead Dev)
ACE (Jr Project Manager)

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #69 on: 30 Dec 2010, 15:49:43 »
A note on this plugin:
Notepad++ switched over to Scintilla 2.0 which changed their model requiring a lexer interface.
And my implementation doesn't work. It won't call the lex and fold functions.

Offline Trexian

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #70 on: 03 Jan 2011, 16:49:15 »
Do you have a recommendation? :)  Or is it just best to use an older version of NP++?
Sic semper tyrannosauro.

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #71 on: 03 Jan 2011, 17:19:56 »
Current recommendation is to use notepad++ 5.7, you can simple download their zip-folder and use it as an addition to an up to date version.

On long time I will take a look at the C++ templates and will try to convert it. The last try failed due to stupid compiler errors from hell...

Offline Psychobastard

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #72 on: 23 Feb 2016, 08:40:32 »
Hello,

cause i use this plugin till today and like it realy much i had spend some time to update it. Syntax-Highlight is supported for all functions till Arma 3 version 1.56. Calltips for new commands are not supported. (to much work for add it by manually...) Also i had changed a little bit the style for comments and for global variables.

For the people who like ArmaScript like me -  i wanna share it with you. The Download includes N++ in version 5.6.8 to support the project manager.


Source: http://dev.withsix.com/projects/a3/files


regards
« Last Edit: 01 Mar 2016, 08:52:12 by Psychobastard »