AutoHotkey Community

It is currently May 27th, 2012, 11:44 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 89 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6
Author Message
 Post subject:
PostPosted: August 12th, 2011, 4:58 pm 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
did you try the portable version that i posted? it is the latest version of n++ and works perfectly with my lexer... check the OP for details.

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 12th, 2011, 6:27 pm 
Offline

Joined: August 10th, 2009, 2:44 pm
Posts: 170
Location: Minnesota, USA
The portable version is 5.9.2. The latest version of Notepad++ is 5.9.3. The lexer worked great for me in a normal install of 5.9.2, but is broken with 5.9.3.

:cry:

_________________
PLEASE READ IF YOU'RE NEW: How to Get Answers Effectively
http://www.autohotkey.com/forum/viewtopic.php?t=4986


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 23rd, 2011, 7:44 pm 
Offline

Joined: August 10th, 2009, 2:44 pm
Posts: 170
Location: Minnesota, USA
Any update on the fix for this yet? :?

_________________
PLEASE READ IF YOU'RE NEW: How to Get Answers Effectively
http://www.autohotkey.com/forum/viewtopic.php?t=4986


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 27th, 2011, 11:50 am 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
Not yet sorry, im trying to fix it.

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 29th, 2011, 6:28 am 
Offline

Joined: August 29th, 2011, 6:27 am
Posts: 1
Is there any way to upload a working version? And not have to go through all the steps?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 29th, 2011, 11:58 am 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
TooLowForZero wrote:
Is there any way to upload a working version? And not have to go through all the steps?


like this?
Quote:
This is a portable version of Notepad++ taken from www.PortableApps.com with the autohotkey lexer working right off the bat.

you can download it from here


which is just at the top of the OP? :roll:

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 14th, 2011, 4:42 am 
I'm abit confused whether folding is broken in your portable 5.9.2, because i havent been able to get it to work with neither

;{
;}

nor

;+
;-


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 8th, 2011, 6:24 pm 
I just noticed a pretty glaring drawback of using the old scilexer dll which will likely affect nobody here (at least as far as scripting is concerned), but it bears mentioning regardless.

N++ runs into problems it once had with manipulating bidirectional text. When selecting text that goes against whatever reading order you currently have in place, the characters you highlight will not match what the program actually recognizes to be the selection. I have only tested this with Arabic so far, but I imagine it would also emerge when working with Hebrew text as well.

But hey, I can manipulate my script with N++ 5.9.3.1 and switch between DLLs rather freely still, so I can't complain too much. Maybe I'll write a script to quickly exchange the two DLLs in a pinch...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 8th, 2011, 6:25 pm 
I can't edit it in without an account, but I wanted to extend a HUGE thanks to RaptorX for writing this excellent plugin!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 5th, 2012, 12:38 pm 
Offline

Joined: April 28th, 2011, 4:14 pm
Posts: 5
Is it likely that we will see a new version soon?
There is Notepad++ 5.9.8 out already.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 7th, 2012, 8:59 am 
Offline

Joined: January 29th, 2009, 9:50 pm
Posts: 483
Location: Belgium
Why no Fold by indentation, tabs or spaces like:
Code:
; comment section
    ; indented comment
vhv:
    ;indented sub
    return
test()
    {
    if something
        msgbox, this is also folded correctly
    ;indented function
    return
    }
now choose language python, and see the result, it's perfect.
so no checking braces, return, double-colons an crap, less chance for errors i think.

please consider it.

_________________
Stopwatch emdkplayer
the code i post falls under the: WTFYW-WTFPL license


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 10th, 2012, 5:16 pm 
Offline

Joined: February 12th, 2012, 8:53 am
Posts: 21
Since installing this lexer in 5.9.8, none of my user defined languages are highlighted anymore - everything in those files is just grey. Can anyone help fix this?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 3rd, 2012, 10:50 pm 
Offline
User avatar

Joined: June 3rd, 2008, 6:26 pm
Posts: 28
After messing with this for a few hours today, I'd like to point out that the "5.8 Workaround" listed in the initial post appears to be required still for NP++ 6.0. It won't crash without the workaround, but it also will not display proper syntax highlighting (despite the plugin displaying in the appropriate menu).

With the workaround in place, it's back to working perfectly; thanks again.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 4th, 2012, 2:54 pm 
Offline

Joined: February 12th, 2012, 8:53 am
Posts: 21
Quote:
With the workaround in place, it's back to working perfectly; thanks again.


Err nope, not if you want to use code folding it isn't... This has been broken since NPP 5.9.3. ...


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 89 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group