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 - Open Discussion] RE: A few        minor 4.9.2 bugs
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: A few        minor 4.9.2 bugs
      (SourceForge.net)
   3. [notepad-plus - Help] RE: Stop completing my      brackets!
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Change       default directory
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] New feature:     Rename file
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE:      Performances problem
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Change       default directory
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] New feature:     Rename file
      (SourceForge.net)
   9. [notepad-plus - Help] RE: Word wrap doesn't       work for me
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] New newline      find/replace
      functionality (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: Is        FunctionList
      Development still alive? (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: New  newline find/replace
      functionality (SourceForge.net)


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

Message: 1
Date: Mon, 09 Jun 2008 16:21:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: A
        few     minor 4.9.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=5019274
By: medema13

Another bug - WinXP SP2

Summary: When indenting multiple lines of text where the first selected line
is tabbed or spaced in, no lines starting at Col 1 are indented.

Sample text
######################################
aaa
   bbb
ccc
   ddd
      eee
   fff
      ggg
######################################


Highlight lines 1-3, indent - all 3 lines indent.
Highlight lines 2-4, indent - "bbb" and "ddd" will indent, but "ccc" will not.
BUG.
Highlight lines 5-7, indent - all 3 lines indent.


______________________________________________________________________
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: 2
Date: Mon, 09 Jun 2008 16:34:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: A
        few     minor 4.9.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=5019298
By: medema13

Let's try that again, since all the whitespace auto-formatted itself away...

Another bug - WinXP SP2 
 
Summary: When indenting multiple lines of text where the first selected line
is tabbed or spaced in, no lines starting at Col 1 are indented.
 
Sample text 
###################################### 
aaa 
<tab>bbb 
ccc 
<tab>ddd 
<tab><tab>eee 
<tab>fff 
<tab><tab>ggg 
###################################### 
 
 
Highlight lines 1-3, indent - all 3 lines indent. 
Highlight lines 2-4, indent - "bbb" and "ddd" will indent, but "ccc" will not.
BUG.
Highlight lines 5-7, indent - all 3 lines indent. 


______________________________________________________________________
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, 09 Jun 2008 17:53:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Stop completing
        my      brackets!
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=5019388
By: bullock

Plugins: ConvertExt...: Options...: Brackets Autocompletion ([{""}])

Regards.
Greg

______________________________________________________________________
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: Mon, 09 Jun 2008 18:00:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Change  default directory
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=5019396
By: pedery

Nope, couldn't find the "Start in" field on my XP. Could you be more specific?

- Peder -

______________________________________________________________________
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: 5
Date: Mon, 09 Jun 2008 18:06:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New
        feature:        Rename 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=5019406
By: pedery

Well, since NP++ handles the locks anyway, it should be a minor thing to change.
Release locks, rename the file, add locks again. Or, even easier, "Save me as"
+ delete the original file. Must be less than five lines of code.

"Save me as" does not do the job because I still have to go back and delete
the original file manually.

Nice to know people agree.


- Peder -

______________________________________________________________________
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, 09 Jun 2008 18:12:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Performances 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=5019408
By: pedery

I'm having the same problem editing "large" binary files. There is one binary
file (16MB) I have to open from time to time, and when I do I can go for a 
coffee
break. It does open, but it takes several minutes.

- Peder -

______________________________________________________________________
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: Mon, 09 Jun 2008 20:00:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Change  default directory
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=5019613
By: haibara

On any shortcut (either on the Desktop, or in the Start menu), right-click on
it and, in the menu that opens, click "Properties" (should be at the bottom
of the menu).
That should bring up a Properties window for that shortcut.  If it's not already
on the 'Shortcut' tab when the window opens, click on that tab.  The "Start
in:" field should be there.



______________________________________________________________________
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: 8
Date: Mon, 09 Jun 2008 20:04:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New
        feature:        Rename 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=5019620
By: haibara

Actually, I think it's the OS that handles the 'locking,' not the application.
It just prevents other things from attempting to modify the file while something
else is already 'using' it (to avoid problems).  In theory, NPP would have to
actually close/release the document before it could rename it.

(I'm no expert on the DOS/Windows filesystem's way of doing things, of course,
and I'm perfectly willing to admit I'm probably wrong... someone who knows more
about it, please speak up.  :D )



______________________________________________________________________
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: 9
Date: Mon, 09 Jun 2008 20:38:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Word wrap
        doesn't work for me
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=5019643
By: pshute

It has always worked for me, but perhaps you've misunderstood what it does?
When it's enabled, long lines wrap at the right hand edge of the window, but
this wrapping isn't permanent, and doesn't change anything in the file.  It's
only for display.  Does that help?

There's an option in the TextFX menu (under the TextFX Edit submenu) to 
physically
insert newlines to wrap text.

______________________________________________________________________
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: 10
Date: Mon, 09 Jun 2008 21:59:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New
        newline find/replace functionality
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=5019740
By: pshute

According to http://sourceforge.net/forum/forum.php?forum_id=818371 , v4.9 and
above can do more than before when it comes to finding and replacing newlines:
"9. Enhance Find Replace dialog : Add "Extended" option - search (and replace)
for tabs(\t), newline(\n\r), and a characters by it's value (\o, \x, \b, \d,
\t, \n, \r and \\)."

Firstly, I'd like to thank whoever is responsible for fixing this shortcoming
of Notepad++.  The FAQ at
http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo was written
to help the many people struggling with this, and hopefully it's mostly obsolete
now.

Secondly, can someone tell me what all those characters do, e.g. \o \x, etc?
They aren't mentioned at http://notepad-plus.sourceforge.net/uk/regExpList.php .

\r seems to correspond to CR, and \n corresponds to LF, so what you use to 
represent
a newline differs according to the filetype.  $ seems to not be supported to
represent a universal newline in the replace field of the control+H dialog,
which is a pity.  Perhaps there's still a place for that FAQ.

______________________________________________________________________
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: 11
Date: Mon, 09 Jun 2008 22:35:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Is      FunctionList Development still alive?
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=5019780
By: jbkilian

What does this mean? Is it dead (since Jens is not reachable (and this might
be forever?))? Or should'nt it be ported to an more recent compiler edition
(VC++ 2005/2008) to allow further development  by third people?

I think it is dead, unless the port does not take place ... 

______________________________________________________________________
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: 12
Date: Tue, 10 Jun 2008 02:11:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        newline find/replace functionality
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=5020170
By: harrybharry

Heres the list:
\n: LF
\r: CR
\b: Binary number, MUST be followed by 8 1s or 0s
\o: Octal, MUST be followed by three numbers from 0-7
\d: Decimal, MUST be followed by three numbers from 0-9
\x: Hexadecimal, MUST be followed by two numbers/letters from 0-9 and a-f (afaik
not case sensitive)
\0: NUL character, you can also use any of the above 4 but this is just a little
shortcut.
\\: Backslash

Of it finds a backslash with something behind it it cannot escape, it will treat
it as regular text, so if you make a mistake and type
"bla\fla", it'll search for "bla\fla". This also goes for any numbers you try
to escape but are incorrectly formed, thus searching for
"\d27" will search literally for "\d27", but if you type "\d027" it'll search
for the "ESC" character (decimal 27).

The reason numbers have to be formed so exact is that it makes more simple code.
Usually you'll search for HEX anyway which usually
means two numbers. The other bases are just a by-product.
This also means that if you search for decimal 1, you have to put in enough
leading zeros to make it fit.

There is no universal newline because the search would have to be for both CR
and LF at the exact same time at the same location,
Scintilla isn't really suited for this. You just have to use regexp for that
or convert all newlines to the same type. This search happens
on a per-character basis, not per-line. This adds possibilities but also 
limitations,
as with nearly any choice in life :).

This might indeed be material for some documentation but I haven't found 
(time/)the
will to add it to the wiki :).

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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

_______________________________________________
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 25, Issue 12
*************************************************

Reply via email to