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] RE: Color scheme (SourceForge.net)
   2. [notepad-plus - Help] RE: Adding to langs.xml     doens't work
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Custom       Favorites?
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: RegExp --    why no
      "[a-z]{3, 6}"? (SourceForge.net)
   5. [notepad-plus - Open Discussion] Req: One key     search(F3;
      similar with Crimson) (SourceForge.net)
   6. [notepad-plus - Open Discussion] Can't Read       Beyond 22026
      Lines?! (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Req: One     key search(F3;
      similar with Crimson) (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Can't Read   Beyond 22026
      Lines?! (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: open xsd     files as xml
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: menubar      and toolbar
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Save and     load sessions:
      some peculiaritie (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Extend       preference
      dialogue with default d (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.2 final
      release (SourceForge.net)


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

Message: 1
Date: Sun, 23 Mar 2008 01:50:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Color scheme
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=4858990
By: diegogarciamend

Yeah but one by one, maybe if i make any scheme and i want to redistribute it
or back it up for myself then what can i do ?

It's so tedious for me changing one by one all the colors.

______________________________________________________________________
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: Sun, 23 Mar 2008 05:46:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Adding to
        langs.xml       doens't work
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=4859196
By: nobody

Hi, I have a similar problem
I wanted to add a syntax highlight for php functions
I added  
for example <Keywords name="type1">abs file_exists</Keywords> to the langs.xml
and 
<WordsStyle name="FUNC" styleID="128" fgColor="FF00FF" bgColor="FEFCF5" 
fontName=""
fontStyle="1" fontSize="" keywordClass="type1" /> to the
%APPDATA%/Notepad++/styles.xml
I see it in Settings > Style Configurator php FUNC but it doesn't work :( .


______________________________________________________________________
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: 3
Date: Sun, 23 Mar 2008 10:49:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Custom  Favorites?
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=4859457
By: nobody

Can't believe I didn't see that!  Thank you!!!

______________________________________________________________________
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: Sun, 23 Mar 2008 13:21:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        RegExp --       why no "[a-z]{3, 6}"?
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=4859611
By: nobody

The main problem of implementing PCRE together with Scintilla is that basicly
PCRE works with raw strings, and Scintilla don't allow low-level access to 
strings
itself - it uses Accessor class instead, which allows to get a single character
or a COPY of some substring... But there's also an ability in PCRE to redefine
string to some custom class... So... If someone feel good enogh to write a good
wrapper of Scintilla's Accessor class for PCRE - I think not only the Notepad++
community will be VERY thankfull to him :)

______________________________________________________________________
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: Sun, 23 Mar 2008 15:57:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Req: One
        key     search(F3; similar with Crimson)
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=4859738
By: nobody

I do a lot of searching using Notepad++.
I need one key search like F3 (without using CTRL-F). Just select the word 
(double
click with the  mouse) and  then press F3 (similar with Crimson)!

______________________________________________________________________
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: Sun, 23 Mar 2008 16:05:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Can't
        Read    Beyond 22026 Lines?!
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=4859744
By: nobody

Hi, the program has a problem: Either it can't read beyond 22026 lines of a
regular text file or it can't load text files that are beyond ~1 MB in size.
Is there a way around it?

______________________________________________________________________
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: Sun, 23 Mar 2008 16:07:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Req:
        One     key search(F3; similar with Crimson)
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=4859748
By: nobody

Search for "Shortcut Mapper".


______________________________________________________________________
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: Sun, 23 Mar 2008 16:08:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Can't Read      Beyond 22026 Lines?!
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=4859750
By: nobody

Yes, split the files and lines so they will fit.

Perhaps you will find some more information about file size by searching the
forum.
That would perhaps be better than to count the exact number of lines that will
result in a problem.


______________________________________________________________________
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: Sun, 23 Mar 2008 19:06:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: open
        xsd     files as xml
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=4859895
By: bervi

according to the source, it is fixed now, but i haven't tested it yet (i'm on
linux atm)

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: 10
Date: Mon, 24 Mar 2008 00:20:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        menubar and toolbar
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=4860152
By: nobody

Tried to do this too.
I have not the best eyesight and keep hitting "save all" or "close all".  Love
NotePad++ but want to be able to hide these two icons.
Is there any way to do this??

______________________________________________________________________
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: 11
Date: Mon, 24 Mar 2008 03:52:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Save
        and     load sessions: some peculiaritie
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=4860388
By: geertvc

I know about this feature, but I don't want to open several sessions of NPP
just for the sake of having the sessions to work correct only then.

What would be nice, is a kind of "project" alike (new?) item in the menu tab
bar, that would allow one to quickly switch from one project (or call it 
session)
to another and asks you if you want to update the current project/session before
you switch over to the new session, in case modifs are done to the current
project/session.

This can be modest, this can be extremely extensive, depending on what
is wanted.

Many IDE's have this functionality, good'ol CodeWright was superb in this (but
don't worry, I find NPP an extremely good alternative for CodeWright...).

Best rgds,

--Geert

______________________________________________________________________
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: 12
Date: Mon, 24 Mar 2008 03:55:09 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Extend  preference dialogue with default d
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=4860391
By: geertvc

> I'm not sure if it would be good to store those directories, since this may
result in problems when using the
> portable version of Notepad++. 

This could be an issue, I agree.

And yes, maybe the session saving would be the first candidate to have a 
separate
storage location.  But I can imagine there might be more (see the examples I've
given).

One such item could be the default location of the projects you're currently
working on.

Best rgds,

--Geert


______________________________________________________________________
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: 13
Date: Mon, 24 Mar 2008 06:29:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.2 final release
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=4860622
By: nobody

I can't indent multiple lines at once by selecting a bunch of text and pressing
TAB anymore. This used to work.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
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 22, Issue 94
*************************************************

Reply via email to