Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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 - Help] RE: N++ Crash (easily       reproducible)
      (SourceForge.net)
   2. [notepad-plus - Help] RE: NPP - Vista Notepad     Replacement?
      (SourceForge.net)
   3. [notepad-plus - Help] a plugin for XML    reformatting ?
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Gaa! Can't open a       text file!
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Printing verticle       bars in output
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Feature      request
      (SourceForge.net)
   7. [notepad-plus - Help] RE: userDefineLang.xml      howto install?
      (SourceForge.net)
   8. [notepad-plus - Help] RE: N++ Crash (easily       reproducible)
      (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE:   Explorer 1.7.3
      sorting bug (SourceForge.net)
  10. [notepad-plus - Translation] German translation   for 5.1RC
      (SourceForge.net)


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

Message: 1
Date: Fri, 24 Oct 2008 00:48:24 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: N++ Crash
        (easily reproducible)
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=5491773
By: verdy_p

>From the above, we can deduce that N++ does not like long sequences of NULs,
and it overflows when expanding the file content to generate the "inverted 
character"
sequences for displaying controls, causing an internal buffer overflow (within
the stack) and the fatal crash.

Note: this may be a severe security issue, if you happen to open a "rogue" text
file (when you think it is safe to open it within N++) containing malicious
code exploiting buffer overflows in the application stack.

______________________________________________________________________
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: 2
Date: Fri, 24 Oct 2008 00:59:44 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NPP - Vista
        Notepad Replacement?
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=5491828
By: verdy_p

Vista's version of Notepad shuold still be kept because it is MUCH faster when
performing edits in large files than the XP and 95/98/98SE/ME versions.

Also Notepad opens quite fast and can correctly handle and display Unicode 
(something
that N++ is still VERY bad with, as it can save files by dropping/replacing
lots of Unicode characters that have no equivalent in your local "ANSI" code
page: 1250 to 1259, or a East-Asian Multibyte codepage, this depends on your
Windiows version, localization and/or current language MUI selected in your
user profile).

How many times did I blame N++ for replacing characters with "?" when editing
a Wikipedia article that contains international links!!! I had to revert the
change and restart the edit using Notepad.exe instead (or Vim for its excellent
support of regular expressions, and its effectively SAFE binary mode)!

N++ (and many of its plugins !) should really fix its bogous Unicode and 
codepages
support, and should no longer assume that "ANSI" is a universal codepage ! It
should warn when saving a file to an encoding that does not support all Unicode
characters present in the edited memory buffer.

Just consider keeping N++ as an option (having it handy in the contextual menu
of in the "SendTo" submenu is good enough for me.

______________________________________________________________________
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: 3
Date: Fri, 24 Oct 2008 01:15:16 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] a plugin for XML
        reformatting ?
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=5491891
By: verdy_p

May I suggest the addition of a plugin to perform XML/XHTML reformatting (so
that we can make sure that tags are correctly embedded and closed), and 
compaction
(removing unnecessary spaces and newlines after open tags or before close tags,
and compacting spaces to a single one, optionally removing XML/SGML comments).

Optionnally: adding support for XSD or DTD schemas, so that the 
xml:whitespace="..."
attribute will be considered (this will allow handling whitespaces that must
be preserved, such as in preformated tags (like the <pre> and <script> elements
in XHTML)

Optionally: extension for supporting the script languages in XHTML documents.

Optionally: support for SGML and HTML (with optional close tags), by integrating
support for DTDs (and integrating the HTML4 DTD directly in the plugin). As
part of it, supporting the insignificant case specified in the DTD and allowing
then to convert HTML tags and attributes to uppercase. Also allowing the 
conversion
of HTML to stricter XHTML syntax: adding the missing closing close tags (or
using "/>" for HTML elements without contents), and missing quotes around 
attribute
values.

Optional extension (or in a separate plugin): supporting the MediaWiki syntax
as well, and converting between HTML and Wiki (this would allow editing complex
Wiki articles using HTML editors, or converting complex HTML tables drawn, 
edited
or computed in an external Spreadsheet (Excel, OoCalc, ...)



______________________________________________________________________
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: 4
Date: Fri, 24 Oct 2008 01:32:27 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Gaa! Can't open
        a       text file!
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=5491982
By: verdy_p

Looks like your .txt files are not .txt files. Are you sure that they have the
.txt extension and that no hidden extension is attached to them ?

In Windows, consider unchecking the option that hides the known extensions.
It may happen that all your existing .txt files have been renamed into .txt.exe
(or some other rogue extension), and their content is now executable and 
contains
some malicious viral code.

Also you may need to reassociate the .txt extension with NotePad++ after running
some service pack or hotfix, or instlaling/uninstallign some software that
reassociates .txt to Notepad and performs the same with the default extensions
associated to Windows builtin apps (some security suites may have restored these
default extensions as well).

To associate files with N++, just open the directory options in an explorer
window, select your extension ".txt" and browse for the executable of N++ to
select the application to associate instead of Notepad. (Make sure that
no antivirus/antirootkit is blocking the change of file association from a 
certified
application to a non-certified (not digitally signed) application, because N++
is NOT digitally signed with Authenticode like Windows' notepad.exe (N++ embeds
no digital signature, and no signing certificate for this signature in its 
internal
manifest, it just has an external MD5 hash that the Windows API cannot check
automatically before running it).



______________________________________________________________________
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: Fri, 24 Oct 2008 01:30:44 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Printing
        verticle        bars in output
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=5491973
By: heravar

I dont think you can, but I guess it'd be a good improvement

______________________________________________________________________
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: 6
Date: Fri, 24 Oct 2008 07:43:26 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request
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=5493538
By: hiot_zaki

Can you please explain where I can find this point of menu?
(npp 5.1)

______________________________________________________________________
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: 7
Date: Fri, 24 Oct 2008 10:10:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE:
        userDefineLang.xml      howto install?
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=5494217
By: braindeadt

Thank you very much, it works as it should now.

______________________________________________________________________
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: 8
Date: Fri, 24 Oct 2008 11:29:45 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: N++ Crash
        (easily reproducible)
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=5494597
By: donho

> However, the "Microsoft Corporation.img" 2KB file does not end with null
bytes,
> but just contains long series of nulls near the end of file: 

Could you send me your small binary file which makes Notepad++ to :
d o n . h @ f r e e . f r

Thank you,
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=331754



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

Message: 9
Date: Fri, 24 Oct 2008 10:11:55 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Explorer 1.7.3 sorting bug
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=5494224
By: jenslorenz

Hello,

it is a known bug and still fixed. Next version - only UNICODE - come up asap.

Best Regards
Jens

______________________________________________________________________
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: 10
Date: Fri, 24 Oct 2008 13:14:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] German
        translation     for 5.1RC
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=5495115
By: janschreiber

Here's a complete German translation for N++ 5.1 RC. It even includes the
long-missing strings in the tab bar context menu.
http://localhostr.com/files/a32f5e/German.xml

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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 29, Issue 48
*************************************************

Reply via email to