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: Notepad++ crashing      5-6 times/day vs
      v5.4.5 (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Plugin    Manager
      Released (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: New 5.2      Search
      functionality (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: Plugin    Manager
      Released (SourceForge.net)
   5. [notepad-plus - Open Discussion] PowerShell       script to
      generate lang def XML (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Version      5.4.5 is
      released (SourceForge.net)
   7. [notepad-plus - Help] RE: Set "Selected text      colour" to
      "lime" (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Most reliable version?
      (SourceForge.net)
   9. [notepad-plus - Help] RE: plain text (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: Plugin    Manager
      Released (SourceForge.net)


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

Message: 1
Date: Fri, 17 Jul 2009 20:24:24 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
        crashing        5-6 times/day vs v5.4.5
To: nore...@sourceforge.net
Message-ID: <7509734.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=7509734
By: mike_boulet

Entire day without any crashes using 5.4.5.

______________________________________________________________________
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: Fri, 17 Jul 2009 21:00:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  Manager Released
To: nore...@sourceforge.net
Message-ID: <7509795.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=7509795
By: exte

this project is awesome, when your plugin will be in the list of npp-plugins
site ?

i think it is a must be !!!

______________________________________________________________________
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: 3
Date: Fri, 17 Jul 2009 21:15:27 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        5.2     Search functionality
To: nore...@sourceforge.net
Message-ID: <7509819.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=7509819
By: oroboros777

For anyone who searches for this topic and finds this thread, you can't actually
change the 'dlgAlwaysVisible' value in config.xml from within Notepad++ itself.
If you do, when you close NP++, NP++ will overwrite the value automatically
back to "no".  So in order to make this change stick, you have to change it
in some other text editor (like original Notepad) *when NP++ is not open*. 
Then when you subsequently open NP++, it will remember and keep this value 
setting.
FYI.

Thank you Don for putting this option in.  Makes all the difference for me.
Much appreciated.

______________________________________________________________________
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: Fri, 17 Jul 2009 21:38:05 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  Manager Released
To: nore...@sourceforge.net
Message-ID: <7509853.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=7509853
By: cchris

Dave: how does your centrally maintained list relate with the Plugin Central
page? I' m open to any sort of merger, duplicating effort is no good.

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



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

Message: 5
Date: Fri, 17 Jul 2009 22:28:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        PowerShell      script to generate lang def XML
To: nore...@sourceforge.net
Message-ID: <7509915.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=7509915
By: jasonfanon

If anyone wants it, here's a script which queries the cmdlets, parameters, 
aliases
and other things in PowerShell in order to generate a language definition XML
file for syntax highlighting and an auto-complete file in Notepad++.

If you already have other custom language definitions defined in your
userDefineLang.xml file, they won't be overwritten.  Hopefully you won't have
to copy/paste any XML files by hand anymore for PowerShell, the script will
create and update them for you automatically, e.g., after upgrading to 
PowerShell
2.0, just re-run the script to get the 2.0-related keywords.  Here it is:

https://blogs.sans.org/windows-security/2009/07/17/powershell-syntax-highlightin
g-auto-completion/

I'm sure the script has bugs/shortcomings I couldn't find, so please let me
know if you find one, but if you want change the fonts and colors assigned by
the script, please edit the script youself (easy to see where, the script isn't
that long).  The script can be modified to create language definitions for other
languages too of course.  Cheers


______________________________________________________________________
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: Fri, 17 Jul 2009 22:49:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Version 5.4.5 is released
To: nore...@sourceforge.net
Message-ID: <7509942.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=7509942
By: ifiult

Hi! I'm again...

I have to agree with the comments about the highlights.

Sometimes when opening a CSS file it loses the highlights.

Notepad++ version: 5.4.5
Windows XP - SP3 - English/US

Thanks again!

______________________________________________________________________
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: Fri, 17 Jul 2009 22:49:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Set "Selected
        text    colour" to "lime"
To: nore...@sourceforge.net
Message-ID: <7509943.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=7509943
By: donho

> No surprise when seeing this good program so badly hampered by a series of
> bugs or lacks that never get done after months or years of polite reports
or requests from users.

We talked about this long time ago, and I think my answer is quite clear :
https://sourceforge.net/forum/message.php?msg_id=4772560

If you prefer to make someone else get the job done for you, you could ask 
gently
at least.
Otherwise you could always stick with the version which suites you. Fair
enough?

Don


______________________________________________________________________
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: Fri, 17 Jul 2009 23:22:05 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Most
        reliable version?
To: nore...@sourceforge.net
Message-ID: <7509974.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=7509974
By: donho

I go for the current save behaviour.

For some controversy issues, we may refer to the other editors to have a fair
idea, but not for this issue :
Since the very first release (v1.0, release date 25/11/2003) the save behaviour
is exactly the same.
(https://sourceforge.net/projects/notepad-plus/files/)

There was no request to change saving behaviour in the past 5 years, therefore
I think there's no need to align with other editors and it could be considered
as Notepad++'s saving behaviour.

Don


______________________________________________________________________
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: Sat, 18 Jul 2009 00:11:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: plain text
To: nore...@sourceforge.net
Message-ID: <7510025.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=7510025
By: jwight

<View -> Show symbol -> Show all characters 
 
CChris >

Kids
-------------------------

While walking along the sidewalk in front of his church, the 
minister
heard the intoning of a prayer that nearly made his collar wilt.
Apparently, his five-year-old son and his playmates had found a 
dead
robin.

still not 70 char.  CRLF is what I get 




______________________________________________________________________
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, 18 Jul 2009 00:05:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  Manager Released
To: nore...@sourceforge.net
Message-ID: <7510014.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=7510014
By: davegb3

Thanks for the feedback exte, I'm glad someone likes it!   I needed to see if
there were any bugs or issues first, and the couple that have been reported
are fixed in my current development version.  When I've fixed a couple of other
bits up, I'll be releasing 0.9, which could probably go on npp-plugins site,
if it's ok with Jens.

I think I lost my rights to the project when sourceforge moved over to their
"new look" though, I'll try and find out how to fix that.

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



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

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge

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

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

Reply via email to