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 - Help] Screen background color (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Feature      request
      (SourceForge.net)
   3. [notepad-plus - Help] RE: some variables of       notepad++
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Auto-complete text      and default
      header problem (SourceForge.net)
   5. [notepad-plus - Help] RE: Find and replace        using macros?
      (SourceForge.net)
   6. [notepad-plus - Help] RE: View File Like a Data   Record
      (SourceForge.net)
   7. [notepad-plus - Help] RE: NPP - Vista Notepad     Replacement?
      (SourceForge.net)
   8. [notepad-plus - Help] RE: a plugin for XML        reformatting ?
      (SourceForge.net)
   9. [notepad-plus - Help] RE: Screen background       color
      (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE:   Explorer 1.7.3
      sorting bug (SourceForge.net)


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

Message: 1
Date: Fri, 24 Oct 2008 13:30:51 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Screen background
        color
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=5495190
By: tom_landon

Is it possible to change the background color to black? Not the line bg, but,
the entire page. I'm a low vision user, and, need a dark background.

Tom Landon

______________________________________________________________________
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, 24 Oct 2008 15:05:50 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request
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=5495639
By: heravar

In the File Menu there's a list of all the files you opened lately

______________________________________________________________________
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: Fri, 24 Oct 2008 17:19:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: some variables
        of      notepad++
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=5496299
By: airdrik

For the variables, this page: http://notepad-plus.sourceforge.net/uk/site.htm
shows all(? not sure if they've added any, but doubtful) available variables
for shortcuts.

For showing number of pages for printing, the closest I can think of is to take
(total number of lines) / (lines per page) = (number of pages).
(if any of the lines are longer than the width of the page, you will need to
add a line to (total number of lines) for each new line added for wrapping
lines).


______________________________________________________________________
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: Fri, 24 Oct 2008 18:55:24 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Auto-complete
        text    and default header problem
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=5496784
By: airdrik

For auto-closing of html tags (adding </tag> after you type the closing '>'
of <tag>), the TextFX plugin and the XML Tools plugin both have settings to
enable auto-closing of tags (don't enable both, or you will get the closing
tag added twice).
Enabling both auto-closing of '<'s and of html tags becomes more complicated,
since the auto-closing of the <> automatically inserts the symbol which 
initiates
the auto-closing of the tag.

For the autocompletion of available html tags, I'm rather surprised to find
that the appripriate api files haven't already been made.  So, you need to 
create
the appropirate api files in <NP++Install Dir>\plugins\APIs, then under Settings
-> Preferences -> Backup/Auto-completion, check "Enable Auto-completion on each
input" and "Function completion", and set the number in "From ? th characters"
to 1.

I'm not sure if you can include the '<' and '>' characters in the api files,
you should do some playing around with variations on those settings to see what
works best.  And, please let us know how things go.

______________________________________________________________________
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: Fri, 24 Oct 2008 18:57:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
        replace using macros?
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=5496801
By: airdrik

Did you try searching the forums?  I recall a similar request not too long ago.

The short answer, though, is that Macros don't record actions performed in the
dialogs (like search and replace).



______________________________________________________________________
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: Fri, 24 Oct 2008 19:03:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: View File Like
        a Data  Record
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=5496834
By: airdrik

One option which preserves the tabs is you can force the tabs to line everything
up by increasing the tab size in Settings -> Preferences -> Edit Components.

The other option is you can replace the tabs with another character (like '~'),
then using the TextFX plugin, select TextFX -> TextFX Edit -> Line up multiple
lines by (clipboard character.  You need to copy the delimiter character, then
highlight the entire area to be aligned.  This will then add spaces before each
delimiter character so they all line up nicely.

The better option would be to use Excel or OpenOffice Spreadsheet to view the
data.

______________________________________________________________________
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: Fri, 24 Oct 2008 19:13:23 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NPP - Vista
        Notepad Replacement?
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=5496884
By: airdrik

Version 5.1 is going to have a version dedicated to Unicode (100% unicode
compatible), so hopefully the unicode problems won't be issues.

On the other hand, large files is a good reason to not set N++ as the default,
since I don't think the new version is going to do any better at handling very
large files.

On yet another hand, if you never deal with large files (or unicode) there is
little other reason not to make the permanent switch.

I suspect the instructions for replacing notepad with np++ on Vista should be
the same or very similar to on XP (they may have changed a lot of things and
moved things around, but it is still Windows).

______________________________________________________________________
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, 24 Oct 2008 19:28:35 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: a plugin for
        XML     reformatting ?
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=5496961
By: airdrik

For the plugin to perform XML reformatting, try the XML Tools plugin.  It 
performs
XML syntax checking and pretty printing, and a couple of other things useful
for editing XML-like files.

For the MediaWiki syntax, the simple option is to use the User Define Language
dialog to define a new language for MediaWiki syntax.  If that is insufficient,
you will need to turn to the Scintilla project to get Wiki syntax support in
the editor component.

For the rest of the support/integration/recognition stuff, I believe most of
that is too advanced for what NP++ is intended.  You can play around with macros
and the various plugins, but I think what you are wanting is more of an 
XML/XHTML
IDE (Integrated Development Environment) than an editor.

______________________________________________________________________
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, 24 Oct 2008 19:39:00 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Screen
        background      color
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=5497001
By: airdrik

First, there are two dark-background styles available on the downloads page
of the main site (near the bottom).

Second, you can set your own color style settings in Settings -> Style 
Configurator.

To quickly change everything to, say, yellow on dark blue, select Language:
Global Styles, Style: Global override.  Set the foreground color to yellow and
the background color to dark blue, then check "Enable global foreground color"
and "Enable global background color".

______________________________________________________________________
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, 25 Oct 2008 04:17:14 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Explorer 1.7.3 sorting bug
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=5499209
By: singx7

thanks for reply. But something I want to know.....is the FunctionList 2 
development
still alive? Or, will you release the source code?

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 29, Issue 49
*************************************************

Reply via email to