Discussion:
[Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad++ v5.1.4 just come out
SourceForge.net
2009-01-12 00:36:54 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6076426
By: donho

In this version, a help file (Thanx to Harry) is included in the binary release.
This help document is very well done so please RTFM before you post your question
on the forums.

Another feature is user can change the localization on the run time (which makes
Notepad++ translators' life easier).

Here's Notepad++ v5.1.4 new feature and fixed bugs (from v5.1.3) :

1. Add localization on run time feature : Change language on the run time for
Unicode version (via preferences dialog).
2. Add the ability to force opened ANSI document as UTF-8 w/o BOM.
3. Fix verbose backup bug (while the backup dir is not set).
4. Fix bug that external lexer doesn't work with Unicode version.
5. Fix recent files list bug.
6. Include a help content file.
7. Add new plugin notification message NPPN_WORDSTYLESUPDATED.
8. Add 2 plugin messages for shortcut feature : NPPN_SHORTCUTREMAPPED notification
and NPPM_GETSHORTCUTBYCMDID message.

I work hard for this release, so enjoy
Don



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-12 01:17:47 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6076686
By: snemarch

Dear Don,

First: thanks for the new release, it's nice that you keep up the work on NP++
:)

I've got two questions. Easy one first - what about the NPPM_DOOPEN message?
(see https://sourceforge.net/forum/forum.php?thread_id=2325482&forum_id=482781
) - any plans on adding it to the official Notepad_plus_msgs.h ?

Second: this might be a bit too late (since it would break current plugins),
but what about making isUnicode() return either "requires ANSI", "requires UNICODE",
"neutral"? If you don't need to use any of the file/path functions of NP++,
you don't really need to do separate ansi/unicode builds of your plugins...
plugins already require "mixed mode" programming since Scintilla is ANSI-only,
and imho plugin name and plugin function names don't really need unicode characters.
Not a big deal, just a thought...

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-12 02:01:57 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6076989
By: muyamada

Thanks Don

Unfortunately, this bug:
https://sourceforge.net/forum/forum.php?thread_id=2821726&forum_id=331753
is still there.

Version 5.1.4 (Ansi/Unicode) crashes under XP + SP2 during "search in files"
if "two-column-view" is active...

Best Regards

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-12 03:19:10 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6077411
By: djn2

Thanks for spoiling us once more.

One thing: on the website the "Latest version" line is empty...

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-12 14:16:01 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6082990
By: iccarter

There is also a cosmetic problem in the Preferences dialog, in the MISC tab.
The descriptions for the Document Switcher section are truncated.


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-12 22:55:15 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6091630
By: donho
Post by SourceForge.net
what about the NPPM_DOOPEN message?
It'll be added in the next version - as doc described.
Post by SourceForge.net
what about making isUnicode() return either "requires ANSI", "requires UNICODE",
"neutral"?

What kind of plugin will be neutral? A plugin must pass its name and its command
names to Notepad++, therefor ANSI and Unicode schema should be followed.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-12 23:16:20 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6091906
By: donho
Post by SourceForge.net
on the website the "Latest version" line is empty...
Thank you for the hands up.
It's fixed now.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-13 08:39:51 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6095620
By: alexiljin

An obvious answer: only the Unicode version of Notepad++ must call the isUnicode()
function of a plugin. The ANSI version (and all the older versions, obviously)
must never call the function.
SourceForge.net
2009-01-13 14:06:02 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6098020
By: cchris

I just installed 5.1.4 Unicode. Thanks, and keep up the good work!

However there was a glitch:
I had been using the Unicode build for the FunctionList v1.2 plugin (see the
thread on FunctionList in the Plugin Development forum) that Harry posted there.
On opening 5.1.4, I was told that the dll would be deleted because of compatibility
issues, and indeed it was deleted.

However:
* that dll worked fine with 5.1.2u;
* I copied the dll back into \Plugins, and things work as usual again.

So there could be something wrong with the way N++ assesses whether a plugin
is Unicode compatible on its first run.

btw, while awaiting for a FunctionList v2.0 unicode, wouldn't it be ok to add
this build to the included plugins?

CChris

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-13 17:17:55 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6100164
By: snemarch

Interesting idea - as long as isUnicode() is guaranteed to be called before
getFuncsArray(), that would work (and it ought to be, unless NP++ only checks
for the *presence* of this export).

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-14 08:57:25 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6108710
By: dv__

I would recommend this Unicode build of FunctionList 1.2 :
http://randronov.blogspot.com/2008/11/function-list-for-notepad-5x-unicode.html

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-14 10:22:06 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6109402
By: cchris

The problem with that dll is that is did not recognise my settings. Probably
it takes an .ini file which is not "FunctionList.ini". Reinstating the dll I
had restored the settings being used.

Since the issue came up only on installing N++ 5.1.4, perhaps the official FL
v2.0u will come out before N++ 5.1.5 :-)

CChris

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-14 11:52:39 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6110085
By: donho
The ANSI version (and all the older versions, obviously) must never call the
function.

The current Notepad++ ANSI implementation is : if isUnicode() function retrieved,
then call it and check it's not Unicode plugin.
Otherwise it's ignored for the sake of backward compatibility.

This function should be called in both mode (in ANSI mode if it is present)
to guarantee the Notepad++'s stability.
Since Scintilla is ANSI-only, a simple plugin must only
provide a few strings in Unicode for the Notepad++ itself.
The problem here is : plugins should deal with Notepad++ but not with
Scintilla.
This solution is fully backwards compatible
The current implementation is fully backwards compatible.
It should really be the setUnicode() to switch a plugin to the Unicode mode.
and does not REQUIRE one to maintain two binary distributions of a simple
plugin.
Instead one can store two string constants in the source, and that's it.
It's a very interesting idea to provide string dynamically.
I'll think about it.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-17 04:49:00 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6149673
By: singx7

The open file function (Alt+F5) still can't open any relative path files!
Is this function will not be changed back again??

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-17 17:36:17 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6156597
By: harrybharry

Not really. What you should do instead is use the directory variable for the
current file, then go relative of that (which is about the same, except a lot
more reliable), like $(CURRENT_DIRECTORY)\..\[path] (dunno if that is the correct
syntax, you can look it up)

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-19 12:39:08 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6176822
By: dv__

Seems there is a new strange problem with Scintilla's window redrawing. Sometimes,
when switching from Notepad++ to another application(s) and then, after some
time, switching back to Notepad++, Notepad++ is shown without its tollbar and
its statusbar is also absent or shown over Scintilla's window.
Also, sometimes Scintilla's window is not fully redrawn - this rarely occurs
when one big file is opened and you perform "Go to another View" (try it several
times).

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-19 23:04:43 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6184160
By: donho
after some time, switching back to Notepad++, Notepad++ is shown without its
tollbar and its statusbar is also absent or shown over Scintilla's window.
You might touch F12 key to trigger the Post-It feature.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-20 08:44:04 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6187693
By: dv__

No, the regular Notepad++ window is shown (with title bar, with main menu),
but without tool-bar and without status-bar or with status-bar's text over
Scintilla's window bottom. It rarely happens with maximized Notepad++ window
after you switch to it from another maximized application. But I can not reproduce
it when I try - it happens really rarely.
However, the drawing bug with one opened file and "Go to another View" is reproduced
constantly.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-21 23:17:36 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6210164
By: jaloola

Shouldn't we start a new thread instead of replying to something from a week
ago and in general news...

Allen

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-27 19:14:08 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6271816
By: im2crazy4u

If it's a bug report then it belongs here just fine.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2009-01-27 20:16:15 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=6272300
By: quest49

thanks don for the new release

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753

Loading...