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] RE: regular expression      ISP last octet
      5000+ (SourceForge.net)
   2. [notepad-plus - Help] RE: Regular Expression      Groups: ()* and
      ()+ (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: NppExec   Query
      (SourceForge.net)
   4. [notepad-plus - Help] RE: few questions about     settings in n++
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] Eclipse-like     incremental
      search FILE by name (SourceForge.net)
   6. [notepad-plus - Help] RE: Yet another "tabs to    spaces" post
      (SourceForge.net)
   7. [notepad-plus - Help] Merge Ansi and Unicode      version?
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE:      Eclipse-like incremental
      search FILE by n (SourceForge.net)
   9. [notepad-plus - Help] Which *.xml config files    are for ANSI
      and Uni (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: NEW color    theme for
      notepad++ - Bespin (SourceForge.net)


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

Message: 1
Date: Sun, 28 Jun 2009 20:46:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: regular
        expression      ISP last octet 5000+
To: nore...@sourceforge.net
Message-ID: <7468666.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=7468666
By: fool4uanyway

If your list _only_ exists of ISP numbers, this will take less time:

Find:
\d+$

Replace
*

It searches for the last octet only and replaces only this by the asterisk.


______________________________________________________________________
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: Sun, 28 Jun 2009 21:35:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Regular
        Expression      Groups: ()* and ()+
To: nore...@sourceforge.net
Message-ID: <7468711.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=7468711
By: thetallest

Thank you all very much your idea's got me to my end goal  YOU ALL ROCK very
much thank you .. you just took HOURS off my issue

______________________________________________________________________
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: Sun, 28 Jun 2009 23:20:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec Query
To: nore...@sourceforge.net
Message-ID: <7468800.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=7468800
By: paoloricardo

My original command line was:

cmd /c pc /t/w/c c:\workarea\progwinx\prog2win.prj

I now do:

env_set prjpath=c:\workarea\progwinx
cmd /c pc /t/w/c $(SYS.PRJPATH)\prog2win.prj

and this works fine.

If I replace cmd /c with npp_run, thus:

env_set prjpath=c:\workarea\progwinx
npp_run pc /t/w/c $(SYS.PRJPATH)\prog2win.prj

a console window opens, the compiler loads but gives me an error message "cannot
find file 'c:\workarea\progwinx\prog2win.prj'"

Any idea why this happens?

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

Thanks

______________________________________________________________________
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: 4
Date: Mon, 29 Jun 2009 09:22:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: few questions
        about   settings in n++
To: nore...@sourceforge.net
Message-ID: <7469295.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=7469295
By: cchris

> 1 auto closing (like brackets) of quotes " and ' and highlighting matches
pairs

Not supported. You may consider asking the developers of TextFX to add this.

> 2 auto completion and auto closing of HTML-tags in files with different to
.html, htm extensions

In TextFX Settings, you can set Autoclose XHTML/XML tags, but this is suported
only for the HTML and XML languages. Perhaps the XWebEdit plugin is what you
need.

> 3 displaying BOM in files that has it 

Change format to UTF-8 without BOM.

> 4 utf-8 in new files, no utf-8 as ascii (n++ saves utf-8 files without 
> diacritic
sings as ascii)

Settings -> Preferences -> New Document/Open Save Directory, choose the encoding
for new files there.

> 5 simultaneously auto completion and auto closing for PHP, HTML, JS in one
file

I don't know if the KVS lexer plugin supports this. When Scintilla supports
nested lexers, perhaps it may work.

> 6 viewing and editing CSV files by columns and by rows 


Well, this is a text editor and not a spreadsheet, mind you... You can always
insert a ruler (a TextFX command) and use either the Column Editor (Edit menu)
or use special typing mode in rectabgular selections. I don't know what you
want to achieve.

> 7 CSS completion, is it possible?  

Are you talking of word completion? You have to enable it from Settings
-> Preferences -> Backup/Auto Completion

HTH
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: 5
Date: Mon, 29 Jun 2009 09:56:58 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Eclipse-like    incremental search FILE by name
To: nore...@sourceforge.net
Message-ID: <7469338.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=7469338
By: dtmax

Hi guys,


Does it possible in NP? Seems not.
May be through some plugin? I checked "Light Explorer", it does not have such
feature.
It would by great to have such incremental search, like in Eclipse: I'm typing,
and dropdown displays matching filenames. Instead of manual navigating by file
tree.

I'm not looking for "search IN files" feature - it works great.
Also it is not an option to install external program like Agent Ransack.


Thanks.

______________________________________________________________________
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, 29 Jun 2009 10:28:54 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Yet another
        "tabs to        spaces" post
To: nore...@sourceforge.net
Message-ID: <7469373.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=7469373
By: josees

Thanks for the reply, but it doesn't do the conversion neither pasting from
excel nor pastin from another Npp tab.

Regards,

Jos? E

______________________________________________________________________
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, 29 Jun 2009 11:32:36 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Merge Ansi and
        Unicode version?
To: nore...@sourceforge.net
Message-ID: <7469471.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=7469471
By: thoazu

As I noticed there is an ANSI and a separate UniCode version.

This is somehow pity that there is no common version for both Chars coding
worlds.

Other Scintilla based editors like NotePad2 can work with
both codings. So I could imagine that this can be done in NotePad++ as well.

Are there plans to merge both version in future releases ?

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: 8
Date: Mon, 29 Jun 2009 11:55:27 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Eclipse-like incremental search FILE by n
To: nore...@sourceforge.net
Message-ID: <7469507.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=7469507
By: davegb3

FileSwitcher plugin will do this for open files.  But are you looking to do
this to open the file?

It'd be a nice addition to file switcher if so.

Cheers,
Dave

______________________________________________________________________
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, 29 Jun 2009 11:57:55 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Which *.xml config
        files   are for ANSI and Uni
To: nore...@sourceforge.net
Message-ID: <7469513.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=7469513
By: thoazu

I have setup (modified) a couple of color options, hotkeys and other options
for the ANSI version of Notepad++.

Can I now simply copy all the *.xml configuration files from the ANSI install
directory of Notepad++ to the Unicode install dir?

Are the *.xml files full compatible between these two versions?

If not: How can I otherwise copy my settings from one version to the other?

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: 10
Date: Mon, 29 Jun 2009 14:09:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NEW
        color   theme for notepad++ - Bespin
To: nore...@sourceforge.net
Message-ID: <7469722.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=7469722
By: codenexus

Awesome... I love it! :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



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

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


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

_______________________________________________
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 4
************************************************

Reply via email to