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: TreeView (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: TreeView (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Feature      request: Line
      Change Indicators (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: mShell    language
      support (SourceForge.net)
   5. [notepad-plus - Help] Why "Print" and also        "Print Now!"?
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Linebreaks Lost on      Upload
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] Macro (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Macro (SourceForge.net)
   9. [notepad-plus - Help] RE: Why "Print" and also    "Print Now!"?
      (SourceForge.net)
  10. [notepad-plus - Help] RE: Linebreaks Lost on      Upload
      (SourceForge.net)
  11. [notepad-plus - Help] Can I copy all bookmarked   lines like
      Textpad? (SourceForge.net)
  12. [notepad-plus - Help] RE: BUG-Line longer than    65535 chars is
      troncated (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE: Feature   Req:
      Highlighter Plugin (SourceForge.net)


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

Message: 1
Date: Thu, 06 Dec 2007 00:08:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        TreeView
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=4661544
By: nobody

thanx a lot

______________________________________________________________________
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: Thu, 06 Dec 2007 00:13:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        TreeView
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=4661547
By: nobody

Or download the Explorer plugin!

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



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

Message: 3
Date: Thu, 06 Dec 2007 00:14:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request: Line Change Indicators
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=4661550
By: nobody

Well, what is it that you want? You only want to show the line number in bold
if the line has changed??


______________________________________________________________________
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: 4
Date: Thu, 06 Dec 2007 00:58:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        mShell  language support
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=4661584
By: nobody

Dear AlbatroS,

you have two possibilities to include the mShell highlighting:

1) You seek for the file userDefineLang.xml (in the Notepad++ home directory
or in %APPDATA%\Notepad++\) and merge the posted code into this file (before
the last line "</NotepadPlus>"). You have to change the part "<UserLang 
name="mShell"
ext="mshell">" to "<UserLang name="mShell" ext="m">" (my mistake, I'm a MATLAB
programmer which use also m-files).
You have to do that outside of Notepad++, because the file is overwritten when
closing the program, at least I guess.

2) You choose the menu command "View\User Define Dialog...". There you do the
following:
- press >Create New...< and name it "mShell"
- type Ext: "m"
- add >Folder Open ...< "if do for", change font to bold blue (for example)
- add >Folder Close ...< "end until", change font to bold blue (for example)
- goto tab >keyword lists<
- add 1st group: "then else function break do until use try catch return"
- add 2nd group: "proc. app. phone. gsm. cam. audio. sms. obex. msg. mms. net.
comm. bt. contacts. agende. math. bigint. vibra. ui. graph. zip. time. system.
io. files. array."
- add 3rd group: "print lower trim edit const"
- add 4th group: "true false null and in by"
- goto tab >Comment & Number<
- add "//" to >Comment line<
- add "/*" and "*/" to >Comment block<
- change number color
- goto tab >Operators<
- activate following operators : - ! # () [] {} , ; + <> =
- change there color
- set delimiter to " and " and change color

- close Dialog
- to save the userDefineLang-xml restart Notepad++
- done!! :-)

- opened mShell (*.m) files should be highlighted
- you just have to modify the rules and add more keywords (I just add few)


Of course you can give me credits, but you don't have to. I'm just a Notepad++
user and also benefit from the help and especially the work of others.

Simon Neitzel

PS: Sorry for my terrible english!


______________________________________________________________________
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: 5
Date: Thu, 06 Dec 2007 02:27:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Why "Print" and
        also    "Print Now!"?
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=4661681
By: nobody

Only the second options prints.

______________________________________________________________________
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: Thu, 06 Dec 2007 03:24:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Linebreaks Lost
        on      Upload
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=4661735
By: nobody

Try switching between binary and ascii mode transfers and see if that helps
fix the problem.
Also, ASCII mode and Unicode files (UTF-8 or anything else non ANSI/ASCII) dont
go well together.

______________________________________________________________________
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: Thu, 06 Dec 2007 04:10:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Macro
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=4661792
By: nobody

I would like to create / record this macro:
 Find string "XXXX"
 Select from the cursor
 Find string "YYYY"
 Delete the string begining by XXXX, ending by YYYY

Does anyone know how to do?

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: 8
Date: Thu, 06 Dec 2007 04:42:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Macro
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=4661841
By: nobody

I believe something like this has been asked before on this forum.
If you look for this you may find something about the Simple Script Plug-In.


______________________________________________________________________
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: Thu, 06 Dec 2007 04:43:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Why "Print" and
        also    "Print Now!"?
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=4661844
By: nobody

Did you wait long enough for the other output?!

Why do you think the other option is called Print 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: 10
Date: Thu, 06 Dec 2007 06:09:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Linebreaks Lost
        on      Upload
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=4661974
By: nobody

The computer I'm editing the files on is Windows, but the server I'm uploading
to is Linux. Should I be selecting Convert to Unix format or Convert to Windows
format?



______________________________________________________________________
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: Thu, 06 Dec 2007 06:52:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can I copy all
        bookmarked      lines like Textpad?
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=4662043
By: nobody

There a function I much love and use in Textpad that I have not yet figured
out if Notepad++ can do.
In Textpad I can mark lines according to a pattern, text or reg exp, and then
copy to clipboard only those marked lines.
Is this possible to do with Notepad++?

I would switch to Notepad++ and leave Textpad if this was possible.

If not then dear Notepad++ developer here's a another functionaliry request
for you.

Thank's for any help
EB


______________________________________________________________________
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: Thu, 06 Dec 2007 07:39:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: BUG-Line longer
        than    65535 chars is troncated
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=4662115
By: nobody

The same bug is in notepad++ 4.6 also, is there any bug thread for this error
with status/progress?


______________________________________________________________________
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: 13
Date: Thu, 06 Dec 2007 08:29:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Feature Req: Highlighter Plugin
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=4662218
By: nobody

This is exactly what i am looking for as well.  Its not only useful in 
traverseing
a file, but also in trouble-shooting your regex-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=482781



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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

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

_______________________________________________
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 19, Issue 16
*************************************************

Reply via email to