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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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] Replace in columnar selection: Text FX
      Ctrl+R (SourceForge.net)
   2. [notepad-plus - Help] RE: Replace [In     selection] if
      selection=column (SourceForge.net)
   3. [notepad-plus - Help] How do I insert DOS formfeed
      characters? (SourceForge.net)
   4. [notepad-plus - Help] SpellChecking an XML        document
      (SourceForge.net)
   5. [notepad-plus - Help] Where is "Stream    unComment"
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] About ftp        folders
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: NppExec   Query
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: NppExec   v0.3.1 has
      been released! (SourceForge.net)
   9. [notepad-plus - Help] RE: Replace [In     selection] if
      selection=column (SourceForge.net)
  10. [notepad-plus - Help] Why automatic bkgd color    for found old
      hits? (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Boo User     Syntax
      Highlight (SourceForge.net)


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

Message: 1
Date: Mon, 29 Jun 2009 22:28:44 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Replace in columnar
        selection: Text FX Ctrl+R
To: nore...@sourceforge.net
Message-ID: <7470514.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Use Ctrl+R to get the Text FX advanced Find/Replace dialog.

You can enter column numbers here.
Combined with a normal selection you could achieve what you want.

Be aware, though, because any replacement may affect consecutive replacements.
If you would have a line

12345 12345 12345

and want to replace only in the first 11 columns (first two numbers 12345) by
a single character @ for example, also the third number will be replaced, 
because
at the time the search engine gets there, there are only 4 characters before
it, instead of the previous 12.

Intended result:
@ @ 12345

Effective result:
@ @ @

Search the forum more for similar messages and threads.


______________________________________________________________________
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: Mon, 29 Jun 2009 23:17:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace [In
        selection] if selection=column
To: nore...@sourceforge.net
Message-ID: <7470578.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Thanks for the reply.  I did not know about the Ctrl-R functionality.

This almost, but not quite works for me.  What I'm trying to do is to convert
a space-delimited text file into a comma-separated (.csv) file.  The data is
in columns, separated by spaces, but the content itself may also contain spaces
so I can't do a simple search-and-replace.  So I use Column mode to select the
columns of spaces that I do want to replace (with three characters: ",").  So
what I start with in the selection is:

xyz 123 abc def
xyz 123 abc def
...

("abc def" is one column - there are three columns of data here)

Desired result is:
xyz","123","abc def
...

I use column select to select everything from z through a inclusive in all the
columns, then attempt to search and replace as you described.  But it only 
replaces
the first selected space (between z and 1), not the second (between 3 and a).


______________________________________________________________________
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: Tue, 30 Jun 2009 02:25:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How do I insert DOS
        formfeed characters?
To: nore...@sourceforge.net
Message-ID: <7470785.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Is it possible to insert a DOS FF character that will actually cause a page
break? It looks like there is a place in the Extended Search Mode in the Search
and Replace screen but I can't find the correct string for the formfeed.

Can someone give me a hand? I need to get the pages to break on a formatted
text document so the pages are aligned with the format included in the document.

Thanks!
Norman

______________________________________________________________________
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: Tue, 30 Jun 2009 05:04:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] SpellChecking an
        XML     document
To: nore...@sourceforge.net
Message-ID: <7470956.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

When I spell check an XML file, the XML Element names and Attributes are also
being checked, when I would only prefer to have the Text Contents checked. 
Of course, I could add the Element names and Attributes to my custom dictionary,
however that would run the risk that if the Element names and Attributes were
the same as an actual spelling error they would be missed.


So the question I have, is there a way or would it be possible to have the Spell
Checker configured so that Notepad++ would only check the Text Contents.


Thanks
Chris


______________________________________________________________________
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: Tue, 30 Jun 2009 06:12:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Where is "Stream
        unComment"
To: nore...@sourceforge.net
Message-ID: <7471012.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

I can comment a stream. But how could I uncomment a stream? There is only 
"Stream
Comment".

______________________________________________________________________
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: Tue, 30 Jun 2009 07:57:24 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] About
        ftp     folders
To: nore...@sourceforge.net
Message-ID: <7471198.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Hallo,

if I download a file in a local folder Notepad++ creates the same remote 
structure
(ex. website/wwwroot).

But is it possible a different way? I wouldn't like to have the same structure.
I'd like that notepad ++ downloads the file in my local folder (example: 
website/
) without "wwwroot".

Thanks for your help.

______________________________________________________________________
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: Tue, 30 Jun 2009 07:56:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec Query
To: nore...@sourceforge.net
Message-ID: <7471193.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

> cannot find file 'c:\workarea\progwinx\prog2win.prj'

Seems to be the compiler's problem. Maybe it expects the file path in double
quotes i.e.

pc /t/w/c "$(SYS.PRJPATH)\prog2win.prj"

> Also, if I save a script, where is it kept?

(Notepad++'es main menu) Plugins -> NppExec -> Help/About...

______________________________________________________________________
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: Tue, 30 Jun 2009 09:02:23 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec v0.3.1 has been released!
To: nore...@sourceforge.net
Message-ID: <7471392.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Looks very good.
However, it crashes when pressing TAB right after some console child process
was started (while it is running) or right after the child process was finished.
For example (1):

1) press TAB several times
2) type "cmd" and press Enter
3) (cmd is running) press TAB - NppExec crashes

Another example (2):

1) type "cmd" and press Enter
2) (cmd is running) press TAB several times
3) type "exit" and press Enter
4) (cmd was finished) press TAB - NppExec crashes

______________________________________________________________________
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: Tue, 30 Jun 2009 09:18:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace [In
        selection] if selection=column
To: nore...@sourceforge.net
Message-ID: <7471418.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Uncheck the "1 per line" checkbox in the Ctrl+R, aka TextFX -> TextFX Quick
-> Find/Replace, dialog. I'm not sure if playing with "Recursive repl" would
help here.

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



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

Message: 10
Date: Tue, 30 Jun 2009 09:25:35 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Why automatic bkgd
        color   for found old hits?
To: nore...@sourceforge.net
Message-ID: <7471430.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Assume I start Notepad++ and load a text file.
Then I hit CTRL+F and the find dialog pops up.
>From previous searches a pattern ("COmlexType") appears already in the search
entryfield
(="Find what"). Much to my surprise all occurencies of this old pattern are
merked with light green background color
in the edit window. Why?

As I found out the leight green background color ist derived from the setting
in
Style Configurator->Change Marks->Changes: Saved

But I never changed anything in this file. So why is marked anyway?

On the other side I would expect a style entry in
Style Configurator->Search Result->found occurencies

How can I let Notepad++ mark only found occurencies for my current, last search
not for old, outdated
searches?

What is the actual purpose of "Change marks" entries normally?

Thomas

______________________________________________________________________
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: Tue, 30 Jun 2009 09:41:44 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Boo
        User    Syntax Highlight
To: nore...@sourceforge.net
Message-ID: <7471450.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

By the way.....

you can copy and rename this files cs.xml, cs.api to boo.xml, boo.api

to have autocompletetion

______________________________________________________________________
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



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

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


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

_______________________________________________
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 38, Issue 6
************************************************

Reply via email to