-
I've noticed a problem with the function Split lines (ctrl-i).
With visible end-lines the text is splitted considering the end-lines as characters, thus wrong.
Another effect of this problem, when word wrap is activated, is that the "visible" buffer of the text became different from the "real" buffer: the last splitted line "seems" duplicated many times, but resizing the window the...
2009-08-06 18:45:32 UTC in Notepad++
-
There are also problems with DOS endlines:
comparing a void document and a document with only 1 DOS endline, in the empty documents a NUL char appears.
If the comparison is done on the opposite sense, n++ crashes.
Another case of data corruption:
test1.patch and test2.patch have a DOS end of line in the first line, UNIX end of line in the rest of the file.
open...
2009-07-25 15:35:40 UTC in Notepad++
-
I'm defining a new language but I can't use it because of this problem...
2009-07-21 17:18:31 UTC in Notepad++
-
Same here... using c style block comment /* */, I have to remove * from the operators.
2009-05-28 01:23:40 UTC in Notepad++
-
This bug is still present in np++ 5.4...
2009-05-28 01:21:15 UTC in Notepad++
-
This bug is still present in Np++ 5.4. And I confirm, it's annoying as hell.
2009-05-28 01:03:10 UTC in Notepad++
-
The compare plugin has many problems with np++, that's why it's automatically deleted by the installer, IIRC from np++ 5.3.
Anyway the bookmark is still visible: the whole line is a bit brighter if u look carefully.
2009-05-28 00:46:02 UTC in Notepad++
-
There is a mistake in the description... I've changed the behavior in the last moment and forgot to update the description:
the first MAX_HISTORYFILE_SIZE/10 (not MAX_INPUTLINE as I wrote) chars (plus some more chars to not leave a command truncated) are removed from the beginning of the file.
2009-05-03 20:19:53 UTC in Nexuiz
-
Console history on file v1.0 (see comments for updated versions)
Tecnical description:
It works buffering the whole file content at the first press of uparrow key or at first command entered.
Further presses of up/down key will read from the buffer.
Enter key appends the new command to the file immediately, but it doesn't update the buffer, to not slow down every command too much.
The buf.
2009-05-02 22:32:04 UTC in Nexuiz
-
Crash on Post-It function with a file opened in another view.
2009-05-02 20:08:15 UTC in Notepad++