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 - Open Discussion] How to set       Editor's
      background color? (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: del the      line in many
      file (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: [BUG] -      please check
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Matlab       Syntax
      Highlighting Bug(?) (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: How to set   Editor's
      background color? (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: notepad      problems; lost
      work (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Warning to   programmers
      ... N++ not reliab (SourceForge.net)
   8. [notepad-plus - Help] RE: Auto-Updater does       nothing at all?
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Matlab       Syntax
      Highlighting Bug(?) (SourceForge.net)
  10. [notepad-plus - Help] New tab per file type       implementation
      (SourceForge.net)
  11. [notepad-plus - Help] RE: New tab per file type
      implementation (SourceForge.net)
  12. [notepad-plus - Help] RE: New tab per file type
      implementation (SourceForge.net)


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

Message: 1
Date: Wed, 02 Sep 2009 06:17:58 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How to
        set     Editor's background color?
To: nore...@sourceforge.net
Message-ID: <7603115.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=7603115
By: yangsongx22301

Hi,
I don't like default white background color, and tried SCI_MARKERSETBACK in
the code, but seems it doesn't work. Does anyone can help me show a sample code
to let Scintilla set background color as black color?

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: 2
Date: Tue, 01 Sep 2009 12:31:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: del
        the     line in many file
To: nore...@sourceforge.net
Message-ID: <7601393.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=7601393
By: davegb3

You can't really do that in Notepad++ as it stands, as far as I know.  You can
blank the lines though, if that will do, using regular expressions. Just set
the replace option to "regular expressions" and enter the following

Find:
^.*ab.*$

Replace:
 - just leave the replace field blank. 

Enhanced regular expression support is high on the wanted list, so hopefully
it will be integrated soon.  Vote for it on ideatorrent (from the Hosted Apps
menu on the Notepad++ project page)

You can do it very easily with grep though, (have a look at the unxutils project
- http://unxutils.sourceforge.net/)

grep -v ab filename.txt


Hope that helps,
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: 3
Date: Wed, 02 Sep 2009 09:12:24 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [BUG] - please check
To: nore...@sourceforge.net
Message-ID: <7603519.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=7603519
By: cchris

Then it looks like the "Replace by space" should be turned off, as Pyhon needs
the hard tabs indeed. When is the setting forgotten?

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



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

Message: 4
Date: Wed, 02 Sep 2009 09:20:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Matlab  Syntax Highlighting Bug(?)
To: nore...@sourceforge.net
Message-ID: <7603533.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=7603533
By: cchris

Are you using v5.4.5? The code in LexMatlab.cxx shows proper support for 
escaping
the quotes, and I remember it was fixed in some recent version of Notepad++.

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



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

Message: 5
Date: Wed, 02 Sep 2009 09:28:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to set  Editor's background color?
To: nore...@sourceforge.net
Message-ID: <7603547.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=7603547
By: cchris

::SendMessage(hwndSci,  SCI_STYLESETBACK,32,<your RGB colour>)

But it is much easier to change the Preferences -> Styler Configurator
-> Globalstyles, default style items.

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



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

Message: 6
Date: Wed, 02 Sep 2009 09:33:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        notepad problems; lost work
To: nore...@sourceforge.net
Message-ID: <7603553.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=7603553
By: cchris

Remote file handling is done via FTP_synchronize, a plugin which, though a part
of the standard distribution, is _not_ part of Notepad++. His maintainer can
no longer tae care of the bugs.

Anyone able to patch or rewrite, please contact donho.

Thee is another plugin for FTP, called FTP Explorer, but it is ANSI only and
I hve no idea whether it is more stable. FYI.

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



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

Message: 7
Date: Wed, 02 Sep 2009 11:23:23 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Warning to      programmers ... N++ not reliab
To: nore...@sourceforge.net
Message-ID: <7603738.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=7603738
By: donho

> notepad++a.png shows my editor setup, the weird character and comparison of
other editors.
> [IMG]http://i254.photobucket.com/albums/hh119/guntekfh37/notepada.png[/IMG] 

This bug will be fixed in the next release.

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: 8
Date: Wed, 02 Sep 2009 12:02:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Auto-Updater
        does    nothing at all?
To: nore...@sourceforge.net
Message-ID: <7603784.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=7603784
By: donho

It's just not triggered.
v5.4.5 is not considered as a stable version. Once a release is tested and no
critical issue, auto-updater will be triggered.

> If no update function works, then *NO* item must be labeled "Update
Notepad++"
> or anything similer, and any existing one MUST be removed IMMEDIATELY
If an item is in GUI, it must have its feature - it make sense for me.
The update feature works fine, so no need to remove this item.

> I wonder why no attention is being paid to this.
Because it's an asked question, and the answer was repeated several times.
Searching in the forums before asking your question is strongly recommended.

______________________________________________________________________
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: Wed, 02 Sep 2009 12:29:33 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Matlab  Syntax Highlighting Bug(?)
To: nore...@sourceforge.net
Message-ID: <7603817.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=7603817
By: frboyer

I confirm the problem in v5.4.5. The backslash is interpreted as an escape 
character,
while in Matlab it is not an escape (to put a quote inside a quote, two quote
characters are used).

______________________________________________________________________
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: 10
Date: Wed, 02 Sep 2009 13:48:19 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] New tab per file
        type    implementation
To: nore...@sourceforge.net
Message-ID: <7603940.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=7603940
By: kwutzke2

https://sourceforge.net/apps/ideatorrent/notepad-plus/ideatorrent/idea/72/
https://sourceforge.net/apps/ideatorrent/notepad-plus/ideatorrent/idea/15/

... are somewhat equal.

How do I use this now? I read the Scintilla stuff, but I didn't really
get it...

Karsten

______________________________________________________________________
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: Wed, 02 Sep 2009 14:23:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: New tab per
        file type       implementation
To: nore...@sourceforge.net
Message-ID: <7604022.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=7604022
By: cchris

They could be merged indeed. 
I didn't proceed because the feature is already implemented in bleeding edge
code (the one you can check out from SVN and compile yourself). When the feature
is available in a binary release, both ideas will join the "Implemented Ideas"
hall of fame. I don't want to jump the gun, but... it shouldn't be long in 
coming.
Stability issues must be ironed out before this happens.

What "Scintilla stuff" are you grappling with?

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: 12
Date: Wed, 02 Sep 2009 15:09:34 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: New tab per
        file type       implementation
To: nore...@sourceforge.net
Message-ID: <7604166.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=7604166
By: kwutzke2

Oh, I thought the issue was already in the 5.4.5. realease. Bogus. Reading 
helps.
:-/

The Scintilla stuff if from link 1, solution #3, the link there. It confused
me, because I thought it was implemented.

I'll wait for the new binary then... HUUUURRRYYY! ;;;-)

Karsten

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

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

_______________________________________________
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 40, Issue 9
************************************************

Reply via email to