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 - Help] RE: grep to file (SourceForge.net)
   2. [notepad-plus - Help] RE: Reopen files (SourceForge.net)
   3. [notepad-plus - Help] RE: Help making a   user-defined language
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Help making a   user-defined language
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Delete all unmarked     lines
      (SourceForge.net)
   6. [notepad-plus - Help] RE: I need a file to show   up with HTML
      styles (SourceForge.net)
   7. [notepad-plus - Help] RE: Opening multiple        instances
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Problems: Microsoft     Windows Script
      5.6 & (SourceForge.net)
   9. [notepad-plus - Help] RE: Code Cleanup -  Indenting HTML/XML
      possibl (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Will you     develop this
      nice notepad for Li (SourceForge.net)
  11. [notepad-plus - Help] RE: Frequent crashes        under Vista
      (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE: NEW       FunctionList v
      2.0 ALPHA (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Will you     develop this
      nice notepad for Li (SourceForge.net)


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

Message: 1
Date: Sat, 30 Jun 2007 18:23:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: grep to 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=4390114
By: coder775

If the answer to the question Jens asked is "files in folders", the 
Find-in-files
function in 4.1.2 creates a separate docked window with the find results.  These
can be copied and pasted into a new tab.

You can probably also run an external tool like grep via the "Run > Run..."
menuitem.  --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=331754



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

Message: 2
Date: Sat, 30 Jun 2007 18:41:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Reopen 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=4390121
By: coder775

On Preferences dialog, MISC tab, uncheck "Remember the current session for next
launch" if you don't want to keep closing the files you were using the last
time. --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=331754



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

Message: 3
Date: Sat, 30 Jun 2007 19:05:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help making a
        user-defined language
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=4390131
By: coder775

> Hello, I need just like they are soliciting here, I wanted to extend one of
the types that are defined. But I have not found the form to do it. Any aid
will be appreciated.  [Translated via Google Translate beta at
http://www.google.com/language_tools?hl=en - then adapted a bit]

Open the Styler Configurator dialog by selecting the Settings > Styler
Configurator... menu item.  Select your language, then select the style you
want to change, like "INSTRUCTION WORD".  You can then add instruction words.
--Joel

Para el espa?ol:  http://www.google.com/language_tools?hl=es


______________________________________________________________________
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: Sat, 30 Jun 2007 19:18:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help making a
        user-defined language
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=4390139
By: coder775

seanhess:

I'd start by looking in two places (there may be more) in your Notepad++ install
directory: langs.xml and stylers.xml.  (These files might also be in your
%APPDATA%\Notepad++ directory if there is no doLocalConf.xml file in your 
install
directory.)

Custom language stuff is stored in userDefineLang.xml.  I also understand that
improvements to this functionality are planned for future releases.

Back up all files before changing them, and be aware that editing them with
Notepad++ may not work, as closing Notepad++ will often update its configuration
files.

I wish you well with your efforts.  --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=331754



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

Message: 5
Date: Sat, 30 Jun 2007 19:36:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Delete all
        unmarked        lines
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=4390149
By: coder775

Look at the doc file NPPTextFXdemo.TXT for the TextFX stuff, which can be found
in the plugins\NPPTextFX subdirectory where Notepad++ is installed.

There have been reports that Notepad++ is not suited to editing very large 
files.
--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=331754



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

Message: 6
Date: Sat, 30 Jun 2007 19:40:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: I need a file
        to show up with HTML styles
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=4390152
By: coder775

It should be as easy as adding "tmpl" (without the quotes) to the HTML style
file extensions, in the box marked "User ext:" on the Styler Configurator dialog
when the HTML style is selected.  --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=331754



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

Message: 7
Date: Sat, 30 Jun 2007 19:50:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Opening
        multiple        instances
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=4390162
By: coder775

Create a shortcut with " -multiInst".  See
http://notepad-plus.sourceforge.net/uk/cmdLine-HOWTO.php

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



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

Message: 8
Date: Sat, 30 Jun 2007 19:56:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problems:
        Microsoft       Windows Script 5.6 &
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=4390164
By: coder775

What's funny about that is that the error message reads (English translation):

Script Err. the procedure was successfully terminated

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



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

Message: 9
Date: Sat, 30 Jun 2007 20:02:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Code Cleanup -
        Indenting HTML/XML possibl
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=4390168
By: coder775

I think Don posted that an XML plugin with pretty-print is available on the
website:

http://notepad-plus.sourceforge.net/uk/download.php

I think you can also do it with TextFX HTML Tidy, but you'll need to go to the
associated website (see the TextFX HTML Tidy menu) for the docs buried somewhere
there.

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



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

Message: 10
Date: Sat, 30 Jun 2007 20:04:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Will
        you     develop this nice notepad for Li
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=4390169
By: nobody

N++ is the best editor in the world. The only thing that holds me back from
emigrating to linux is that it doesnt exist on Linux...

______________________________________________________________________
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: Sat, 30 Jun 2007 20:08:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Frequent
        crashes under Vista
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=4390172
By: coder775

Also, be sure you have write permission for the directory when you save a file.
The typical user under XP had admin rights by default, but that is not so with
Vista.  --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=331754



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

Message: 12
Date: Sat, 30 Jun 2007 23:05:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     FunctionList v 2.0 ALPHA
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=4390251
By: nobody

I got some problems in HTML.

I use the following rules for HTML's table tag
-------------------------------------------------------------------
Function Begin: <table\>.*name *= *
Function List Name: ['"][a-zA-Z0-9_\$\[\]\.'"<?=>;]+['"]

Body Begin: [a-zA-Z '"]>
Body End: </table>

Body Begin to Body End: table
-------------------------------------------------------------------

When the structure just like:
--------------------------------------------------
<table name="name_a">
     <table name="inside">
     </table>
</table>
--------------------------------------------------

The Function List can only show the table tag with name="name_a" in the list,
but cannot show the one with name="inside". What should I do to make this kind
of structure work?



______________________________________________________________________
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: 13
Date: Sun, 01 Jul 2007 05:52:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Will
        you     develop this nice notepad for Li
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=4390516
By: nobody

+1 Notepad++ -> Linux ! 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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

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


End of Notepad-plus-plus Digest, Vol 14, Issue 2
************************************************

Reply via email to