This minimal example was tedious to create as NP kept crashing! Create an asp file:
<%
function Test
Set Conn = Nothing
end function
%>
Put your cursor at the beginning of the line "Set Conn...", then SHIFT-DOWN_ARROW to hilite the row, then press DELETE...and NP should crash. This is just one example; I have others but trying to minimize the example is too tedious.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found the problem but it's bad news for me. It wasn't any of the plugins, it was SciLexer.dll. The version that comes with the current NP++ has a bug for ASP that has never been fixed so I've been using an older version that doesn't have the bug. Unfortunately, the older version is now causing the delete line bug in NP.
So I guess it's still Scintilla's problem? I'm screwed :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using Vista SP1 and Notepad++ 5.1.1 ANSI, and it works perfectly. It might be that this bug was present in 5.1 but it was fixed in 5.1.1, try using that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This minimal example was tedious to create as NP kept crashing! Create an asp file:
<%
function Test
Set Conn = Nothing
end function
%>
Put your cursor at the beginning of the line "Set Conn...", then SHIFT-DOWN_ARROW to hilite the row, then press DELETE...and NP should crash. This is just one example; I have others but trying to minimize the example is too tedious.
I found the problem but it's bad news for me. It wasn't any of the plugins, it was SciLexer.dll. The version that comes with the current NP++ has a bug for ASP that has never been fixed so I've been using an older version that doesn't have the bug. Unfortunately, the older version is now causing the delete line bug in NP.
So I guess it's still Scintilla's problem? I'm screwed :(
I'm using Vista SP1 and Notepad++ 5.1.1 ANSI, and it works perfectly. It might be that this bug was present in 5.1 but it was fixed in 5.1.1, try using that.
> Put your cursor at the beginning of the line "Set Conn...",
> then SHIFT-DOWN_ARROW to hilite the row,
> then press DELETE...and NP should crash.
This could be the plugins'issue.
Could you remove them one by one to identify the guilty one?
Don