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 - Plugin Development]       FunctionList: Shell
      scripts (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Feature      request:
      Minimize on last file close (SourceForge.net)
   3. [notepad-plus - Help] html <br /> (SourceForge.net)
   4. [notepad-plus - Help] RE: Open Location (SourceForge.net)
   5. [notepad-plus - Open Discussion] Feature  Request: Bookmark
      Index (SourceForge.net)
   6. [notepad-plus - Help] RE: Run menu and command    line options
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] Displaying all   changes
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Run menu and command    line options
      (SourceForge.net)
   9. [notepad-plus - Help] AutoClose-Problems (SourceForge.net)


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

Message: 1
Date: Thu, 27 Nov 2008 11:42:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        FunctionList: Shell scripts
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=5723406
By: sbr42

I love the function list plugin. But I really miss the functionality for 
<b>shell</b>
scripts. Why doesn't display functions in .sh files? Or how can I achieve it?
I think, it actually shouldn't be difficult. A function is identified by 
"<b>()</b>"
-  &lt;name&gt;().

______________________________________________________________________
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: 2
Date: Thu, 27 Nov 2008 12:28:28 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request: Minimize on last file close
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=5723576
By: ffes

In TextPad it is an option (default off) and it does respects the "Minimize
to tray" setting.

When it would an option in N++ as well, everybody would be happy.

______________________________________________________________________
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, 27 Nov 2008 12:44:13 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] html <br />
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=5723642
By: snoopydog

For a file in HTML, <Enter> insert always a <br /> tag.
Where can I change this (when I want a newline only)?  

______________________________________________________________________
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: Thu, 27 Nov 2008 13:06:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Open Location
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=5723728
By: mabozo

Thanks a lot! :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=331754



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

Message: 5
Date: Thu, 27 Nov 2008 17:12:29 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request: Bookmark Index
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=5724595
By: darkeningfire

I am unsure how much work this would be, however, it would be extremely useful
to be able to have a pane (say on the left hand side) similar to the Explorer,
but that lists all the lines ( or maybe the first few letters of the line) that
have bookmarks on them. And to allow you to navigate your bookmarks in this
fashion as well (by clicking on the appropriate line in the "index").

______________________________________________________________________
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: Thu, 27 Nov 2008 18:36:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run menu and
        command line options
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=5724897
By: gadrin

Strange when I run a dos-style program:

cmd.exe /k grep -i "text" *.xml

Notepad++ opens a cmd interpreter window and runs the grep with the -i option
just fine.

Same with MicroEmacs
m:\me32.exe -r "$(FULL_CURRENT_PATH)"

Works fine.

Maybe try running yours via CMD.EXE

cmd.exe /k scad3 -b "$(FULL_CURRENT_PATH)"

and see if it works. The extra CMD window might be annoying though.

______________________________________________________________________
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, 27 Nov 2008 22:29:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Displaying all  changes
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=5725702
By: tempmann

hi,

is there a funktion to highlite all changes i made in a textfile?
i didnt found such a option, or am i blind!?

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: Fri, 28 Nov 2008 02:14:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run menu and
        command line options
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=5726529
By: hrh1818

You are right.  Yes notepad++ can use command line switches in the Run menu.  
The line scad3 -Run "$(FULL_CURRENT_PATH)" works just like you said it would.
Although the -b switch now appears to be a bad command line switch there also
was something else I was doing wrong.   Thank you for taking the time for 
getting
me going in the correct direction.

Howard 

______________________________________________________________________
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: Fri, 28 Nov 2008 05:27:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] AutoClose-Problems
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=5727264
By: roniak

Hi there...

I have problems with autoclose. When I have a php-file the AutoCloseHTMLtag
does not work. The settings in NPPTextFX.ini is "AutoCloseHTMLtag=1", but it
only works in html-files, not in php-files.

where the problem might be?

i use v.5.1.1

thx, rob

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 30, Issue 72
*************************************************

Reply via email to