Home   Help Search Login Register  

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

0 Members and 1 Guest are viewing this topic.

Offline Trexian

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #15 on: 13 Oct 2009, 22:05:14 »
Ok, I0n0s, I may have a "real" bugreport. :)  I've been looking at the skill and setSkill commands.  When I pull them up, and see the arrow buttons, pushing the arrows causes N++ to crash.  For other commands, it works just fine.  So far, just those commands are causing issues.

Thanks!
T
Sic semper tyrannosauro.

Offline tcp

  • Members
  • *
    • Violator Gaming
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #16 on: 13 Oct 2009, 23:18:25 »
I get the same thing as Trexian. skill and setSkill causes npp to stop responding when selecting arrows.
Also, typeName stops responding before hint even appears.

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #17 on: 15 Oct 2009, 16:55:37 »
Update to 1.1:
  • Calltips will now open after 2 seconds.
  • Fixed error when opening a calltip. (The deathlock you encountered)

ArmA Script Recoded 1.1

Offline Trexian

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #18 on: 15 Oct 2009, 18:15:35 »
Excellent!

Confirm the skill/setSkill issue fixed, and the 2 second delay before it shows.   :good:

A slight personal preference would be that the box disappeared about a second after the cursor is no longer over the word, without having to click in the file.  IOW, have it check every second or so whether the cursor is still hovering over the call tip box word, and if not, close the call tip (without clicking on something else).

'Tis a VERY minor thing, though, and unlikely to be worth the effort at coding it. :)

Great work!

T
Sic semper tyrannosauro.

Offline Shuko

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #19 on: 15 Oct 2009, 19:54:30 »
Multi line strings dont get colored right (and folding gets messed up).

Example:

Code: [Select]
call compile format ["
  something;
  something else;
",_var,_var2];

Offline Rommel92

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #20 on: 16 Oct 2009, 01:18:57 »
Thanks!

Confirm typeName bug fixed (didn't know of the other two). Almost lost my colour scheme, made sure to back it up  :P. Especially since it can't be done in the style configuration in the program itself (doesn't save correctly, is overwritten by default on shut down).

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #21 on: 16 Oct 2009, 01:23:11 »
I can confirm on the multiple lines and strings. Will be changed.

I'll try about the check for calltips. Have to look if it is possible.

Oh and about the style: Found it...
N++ and me are saving into the same file. But I'm not checking for changes of N++.

Offline Shuko

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #22 on: 18 Oct 2009, 18:48:30 »
Updated to 5.5.1 and now everytime I start it, It gives this message.

Code: [Select]
ArmAScript.dll just crash in
notify(SCNotification *notification)

Clicking ok will make it go away and everything (I think) works as usual.

Offline tcp

  • Members
  • *
    • Violator Gaming
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #23 on: 18 Oct 2009, 20:23:24 »
shuko, i got that error when I had two different version of the plugin loaded. I put it in the install dir\plugins and forgot that the old one was actually in APPDATA.

Offline Shuko

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #24 on: 19 Oct 2009, 05:57:50 »
Only had one copy of them, in dir/plugins. Error went away when I moved them to appdata.

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #25 on: 20 Oct 2009, 03:33:14 »
Update to 1.2:
  • Multiple line strings works
  • Trexian don't need to type that much. He can now use "Display variable" which increases his mouse movements :P
  • Styles can now be changed with N++ style configurator and this will get saved now
  • Added support for mikero's DePBO
    It allows to check a config or description.ext for errors and can (re)create a CfgPatches section.

Downloadlink

Offline tcp

  • Members
  • *
    • Violator Gaming
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #26 on: 20 Oct 2009, 05:40:27 »
Great work. However, multi-line strings don't seem to work at all. Also I get a FixAddon Something Wrong error when I try the create cfgPatches and nothing happens when I check for errors. I have depbo.dll in system32 under winxp32

Offline i0n0s

  • Moderator
  • *****
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #27 on: 20 Oct 2009, 07:48:35 »
Multi-line strings work fine:


'Updated' to 1.21:
Replaced mikero's tools to a older version. He had released a new version today, but I've only tested the old one. And the new one doesn't give the line numbers from where errors occur.

Offline Shuko

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #28 on: 20 Oct 2009, 10:19:52 »
Strings work. Thanks for the update i0n0s!

Offline Trexian

  • Members
  • *
Re: ArmA Script Recoded - A notepad++ plugin
« Reply #29 on: 20 Oct 2009, 14:11:56 »
FanTASTic on the cfg stuff!  :clap:  (And the display variable thingy... although I never considered the wear and tear on my mouse.....) :doh: :D
Sic semper tyrannosauro.