Send Notepad-plus-plus mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."


Today's Topics:

   1. [notepad-plus - Plugin Development] Function      List Plugin
      Change from 3.9 to 4.02 (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Wishlist     for 4.1
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] Please always    show comments
      in SQL (SourceForge.net)
   4. [notepad-plus - Help] autocompletition (SourceForge.net)
   5. [notepad-plus - Open Discussion] Website problem (SourceForge.net)
   6. [notepad-plus - Help] ISO-8859-1 often better     than UTF-8
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: bug(?)    of the
      explorer plugin (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: bug(?)    of the
      explorer plugin (SourceForge.net)
   9. [notepad-plus - Open Discussion] Some npp v4.0.2 bugs.
      (SourceForge.net)
  10. [notepad-plus - Help] RE: search/replace  crashes NP++
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] Multi-line       Search&Replace
      feature (SourceForge.net)
  12. [notepad-plus - Help] RE: don't remeber last      opened files
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Mar 2007 02:56:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Function        List Plugin Change from 3.9 to 4.02
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4203629
By: nobody

C++ code snippet:
// **********************************************************
MyDialog::MyDialog(QWidget *parent, Qt::WFlags flags)
    : QDialog(parent, flags), isVpsv(false), sourceNodePtr(NULL)
{
        setupUi(this);
}

In Notepad++ version 3.9, the Function List plugin correctly showed "MyDialog"
for the above.  In 4.02 and 4.02 w/beta plugin, it shows "sourceNodePtr"
instead.

A separate Function List plugin request:  The list now dances when I change
to a different document.  Can you turn off the refresh of the list while you
are updating it?  Or maybe clear it and build it from scratch?  --Joel


______________________________________________________________________
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=482781



------------------------------

Message: 2
Date: Mon, 12 Mar 2007 02:56:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Wishlist        for 4.1
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4203630
By: nobody

Is there a way to improve the macro just like the macro in wordperfect?

______________________________________________________________________
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



------------------------------

Message: 3
Date: Mon, 12 Mar 2007 02:59:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Please
        always  show comments in SQL
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4203631
By: nobody

Not always are comments in SQL shown as such.
When I type this:
...
INNER JOIN      #JoinTable JT           -- Here I am commenting, but this won't 
be shown
ON              ST.column = JT.column   -- This line will be shown as comment, 
OK
...

The second line of comment ("-- This line will be shown as comment, OK") is
colored green nicely and also in italic.

The first line of comment ("-- Here I am commenting, but this won't be shown")
won't be marked and shown as such.

I noticed that removing the # will make the comment mark up return, but of 
course
I would like this to always be shown, also when I use a # to mark a temporary
table.

Could you improve this?


______________________________________________________________________
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



------------------------------

Message: 4
Date: Mon, 12 Mar 2007 03:21:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] autocompletition
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4203861
By: nobody


Hi!

is it possible to have autocompletition differ betwen UPPER- and lowercase?
so, when I start "ABC" it will not offer "abcd" but "ABCE". 

and, is it possible to switch autocompletition to "always on"?
you start to type and when it suggests a word you could use arrow up/down and/or
enter and type on (without pressing strg+space).

thanks!

regards,
jay

______________________________________________________________________
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=331754



------------------------------

Message: 5
Date: Mon, 12 Mar 2007 03:36:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Website
        problem
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4203885
By: nobody

http://notepad-plus.sourceforge.net/de/site.htm

Gives error like:
Warning: main(./onlineHelpMenu.php): failed to open stream: No such file or
directory in /home/groups/n/no/notepad-plus/htdocs/de/plugins-HOWTO.php on line
17

Warning: main(): Failed opening './onlineHelpMenu.php' for inclusion
(include_path='.:/usr/local/share/pear')
in /home/groups/n/no/notepad-plus/htdocs/de/plugins-HOWTO.php on line 17

http://notepad-plus.sourceforge.net/de/team.php
Team info isn't found

______________________________________________________________________
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



------------------------------

Message: 6
Date: Mon, 12 Mar 2007 07:33:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] ISO-8859-1 often
        better  than UTF-8
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4204207
By: michelmerlin

ISO-8859-1 often better than UTF-8
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
Posted on 
http://sourceforge.net/forum/forum.php?thread_id=1687592&forum_id=331754

UTF-8 looks correct in US American texts - because they are mostly plain ASCII
texts. But in European texts it garbages 2 chars around each European special
character as soon as you try to source-edit the text in OE (Outlook Express),
i.e. in 80% of the market. This is why you see UTF-8 mostly used in pure-ASCII
text (as emails from American people and companies).

UTF-8 (as Microsoft itself admitted) causes problems in conversions. Its goal
is nice (representing all chars on earth with a single charset with convenience
and reliability), but not reached yet; for now it looks more like an 
Esperanto-like
attempt at speaking a single language; IMO it has the potential to achieve 
better,
but has NOT reached yet the reliability needed for wide use.

So, while waiting for a better solution (which may take long: this question
is more complex than what some expect), I think the best is to chose *more 
accurate
and appropriate* charsets, while *in lower number*. You can't so far avoid using
several different charsets, for Western languages, Central Europe, Korean, 
Japan,
Chinese, Arab, ...

To write all Western Languages (English, Spanish, Portuguese, German, French),
use "Western European ISO" (ISO-8859-1), which is the only one identical to
the beginning of the universal char table. Don't use ISO-8859-15, that differs,
with little benefit (just the Euro Typographical Symbol, that you better replace
with the FINANCIAL symbol "EUR", easily understood and written by any person
or program or machine or printer in the world, from N.Y. to Bangkok to Paris
to Dakar).

If your friend handles his mail on http://mail.yahoo.com , your message, if
encoded in UTF-8 will be returned with garbage; if in ISO-8859-15, the Euro
Typographical Symbol will be replaced with the Currency typographical Symbol,
making it false; and so on.

Now this is for *email* (because email frequently gets edited by your reader);
for *web pages*, UTF-8 is a good solution (provided you are careful while 
editing
it).

Details (don't mind heated comments posted before complete reading):

1) On MS newsgroups, many messages, of which:

From: Michel Merlin <[EMAIL PROTECTED]>
Newsgroup: news://msnews.microsoft.com/microsoft.public.outlookexpress.general 
Message: news://msnews.microsoft.com/[EMAIL PROTECTED] 
Subject: OE can't edit HTML source of UTF-8 European messages
Posted: Tue 16 Jan 2007 23:35:20 +0100 (22:35:20 GMT)

2) On Sitepoint,
http://www.sitepoint.com/forums/showthread.php?t=450442&page=2#post3250318 
"Please
post successful test of source-editing UTF-8 European HTML", posted Sun 21 Jan
2007 16:39:10 GMT (images explaining the garbage caused by UTF-8 when 
source-editing
European text in OE)

Versailles, Mon 12 Mar 2007 15:33:25 +0100

______________________________________________________________________
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=331754



------------------------------

Message: 7
Date: Mon, 12 Mar 2007 11:43:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        bug(?)  of the explorer plugin
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4204643
By: nobody

I have the same problem. I think this is a bug, because icons are choosed 
randomly.
I'm using Win2K Pro SP4, and I have mapped network (samba) drive. Here is the
screen: http://filexoom.com/files/view/25476/screen/npp_explorer_bug.jpg

______________________________________________________________________
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=482781



------------------------------

Message: 8
Date: Mon, 12 Mar 2007 11:48:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        bug(?)  of the explorer plugin
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4204652
By: nobody

sorry for broken link, correct
is: http://filexoom.com/files/2006/10/16/25476/screen/npp_explorer_bug.jpg

______________________________________________________________________
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=482781



------------------------------

Message: 9
Date: Mon, 12 Mar 2007 12:20:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Some npp
        v4.0.2 bugs.
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4204697
By: nobody

Hi,

1. Npp doesn't remember the last opened directory, when I restart npp (with
session restoring) and try to open new file, or "save as..." it goes to npp
install dir.

2. Document switcher settings (Ctrl+Tab) isn't remember after npp restart.

3. I also confirm the 3 sec. delay for text cursor focus after Alt+Tab (with
new explorer plugin) which was mentioned here:
http://sourceforge.net/forum/forum.php?thread_id=1687116&forum_id=331754

4. I noticed icons bug with eplorer plugin which was mentioned here:
http://sourceforge.net/forum/forum.php?thread_id=1690412&forum_id=482781

I'm using Win2K Pro SP4, and I have mapped network (samba) drive.

cheers

______________________________________________________________________
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



------------------------------

Message: 10
Date: Mon, 12 Mar 2007 13:17:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: search/replace
        crashes NP++
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4204777
By: nobody

forgot to mention i was using bblean + bbleanskin and have since fixed the 
problem
using an exlusion on the notepad++.exe:#32770 which is internal dialog boxes
in NP++

if anyone needs help with this you can find the answer on lostinthebox.com

______________________________________________________________________
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=331754



------------------------------

Message: 11
Date: Mon, 12 Mar 2007 13:54:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Multi-line      Search&Replace feature
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4204846
By: nobody

Extremely useful would be a Find & Replace dialog which would allow to find
& replace multiple line arguments and not just a single line.

Pleeeeease include it. I already made a donour ;-)

Xing

______________________________________________________________________
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



------------------------------

Message: 12
Date: Mon, 12 Mar 2007 14:22:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: don't remeber
        last    opened files
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4204884
By: nobody

I preferred old behaviour, when notepad++ loaded last opened files when you
load it without any specific file.
And if you loaded notepad++ with a specific file, it was opening only this
file.
I'd like to see an option for that, but maybe nobody shares my mind ? :/
Ludo

______________________________________________________________________
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=331754



------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

------------------------------

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 10, Issue 28
*************************************************

Reply via email to