Send Notepad-plus-plus mailing list submissions to
        [email protected]

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 - Open Discussion] RE: Notepad++    SVN
      integration (SourceForge.net)
   2. [notepad-plus - Help] Custom Syntax       Highlighting - A few
      questions (SourceForge.net)
   3. [notepad-plus - Open Discussion] Bug changing     font style in
      Styler Config'tor (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: wordwrap     improvement
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] Question about   find/replace
      dialog (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++    v4.1 is
      released (SourceForge.net)
   7. [notepad-plus - Help] RE: Error in ver4.1 (SourceForge.net)
   8. [notepad-plus - Help] RE: Explorer es Util (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    SVN
      integration (SourceForge.net)
  10. [notepad-plus - Open Discussion] A question       about
      Spell-Checker. (SourceForge.net)
  11. [notepad-plus - Help] Indent of wrapped texts (SourceForge.net)


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

Message: 1
Date: Fri, 04 May 2007 09:44:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       SVN integration
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=4295863
By: nobody

I read something in a earlier post that used macros

______________________________________________________________________
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: Fri, 04 May 2007 11:11:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Custom Syntax
        Highlighting - A few questions
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=4295979
By: bdb4269

As someone posted recently, I would also like to see the custom highlighting,
improved in a few ways** - though I can understand why this would not be a high
priority.  So I just want to ask a few questions, to try to get the most I can
out of what?s already there.

First I just want to verify there is no way to do a couple things, as it is:
-Use regex's or wild cards in keywords.  (I know there is a prefix checkbox
that treats all of that group as prefix's)
-Define a delimited range, where the range has to start with a combo of two
characters. (i.e. has to start with "\:" and ends with ":" -- ":" is used 
elsewhere
without a second one so I cant just make it ":" and ":")
-Make a certain keyword group, only valid if preceded by an operator, so if
it's preceded by a space, it will be ignored.
-A way to define certain operators as escapes within a delimiter range.

If any of the above are currently possible please let me know. Because I'm under
the impression they definitely can't.

Also -- Is it possible to define more groups of keywords.  (like is there a
file i could edit by hand, and just follow the layout of the file, and add a
"group5=" or whatever the layout is?

Do the syntax highlighting scheme's for the built lang's (like perl) use the
same set up as the user defined syntax highlighting?  That is to say -- would
it be possible to create, with the custom syntax highlighter, a highlighting
scheme that would work identically, to one of the included highlighters?
And if so, (or either way really) is there a file I can look at to see how the
included highlighters (namely perl's) are set up/how they define things?  
Because
for instance, if I made a user defined syntax highlighter for perl, I cant think
of how I could highlight "s///" -- and much less, how to highlight "s///" one
way and // another way.  (*=wildcard)

Anyway -- I just want to say, I love the new version.  And, thanks to all those
involved, for this great editor.




**Namely: to have the ability to define Regex syntax definitions, in addition
to the simplicity of keyword lists.  Or even just being able to include 
keywords,
and well as regex's in the keyword list.    Or at least the ability to use 
wildcards
so you can define suffix's, and be able to use prefix's in the same key word
set without having to make them all prefix's.

Being able to use an operator as folder open and close keyword, or being able
define in another way to treat the folder open and close as a symbol.

Being able to define certain operators as escapes within the delimiter range's.

Being able to use characters defined as operators in your keyword's.  For 
instance
in the lang I?m working with I would like to be able to highlight any single
letter (a, b, c, etc.), if it's preceded by a "$" or "," and has a space or
other operator after it.  But I don?t want to highlight, any single letters
that are just surrounded by spaces or other operators.  The only way I could
do this would be to make "," and "$" not operators, but I need them to be 
operators
for other ways they are used, So I cant just make "$" a prefix keyword.

Being able to make a range, where one or both of the endpoints, are multiple
characters.  For instance \:sometext: -- so "\:" opens and ":" closes.  I can
just make it start with ":" because, ":" is often used singly, when not preceded
by "\.

And this is probably kinda of far out there, but who knows -- so i might as
well say it.  I was thinking, for certain parts of the lang I am working with
(CfMC's Survent/Mentor BTW) -- It could be handy to be able to define a couple
keywords, with a regex, and to be able to format  (color/font/etc) different
parts of the actually regex text, to define how I would like the different parts
of what matches the regex to be colored.  This may well be a stupid idea, since,
there may well be easier ways to do it -- but as someone who's working in an
odd lang, it seems like if it were not too hard to program that functionality
-- it seems that it could provide almost unlimited flexibility, in the syntax
highlighting.  I could be completely wrong, though, and I could see how this
might cause problems with the priority of highlight's etc. -- but I thought
I'd throw it out there.




______________________________________________________________________
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: Fri, 04 May 2007 11:36:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug
        changing        font style in Styler Config'tor
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=4295997
By: amach

I've noticed it changing font style in Global Styles (version 4.1 & older
versions).

If we SET any of Bold, Italic or Underline checkboxes and click "Save & Close"
or "Apply", then style is applied, but if we want to clear that setting, then
clicking "Save & Close" or "Apply" won't apply setting immediately; 
nevertheless,
if the program is closed and restarted, the setting is loaded correctly.

______________________________________________________________________
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, 04 May 2007 12:35:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        wordwrap        improvement
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=4296091
By: begtognen

This is my only complaint about Notepad++. Because Textpad doesn't support 
custom
syntax highlighting, I switched to Notepad++. But I really miss this particular
aspect of Textpad that was explained in the previous message. Any chance we'll
see it implemented in the next version?

______________________________________________________________________
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: Fri, 04 May 2007 13:43:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Question
        about   find/replace dialog
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=4296170
By: bdb4269

In the last version, if I had something highlighted, when I pressed ctrl-f or
ctrl-h to open the dialog, what I had highlighted was automatically inserted
in the first field.  Would it be easy to add this functionality back in?

______________________________________________________________________
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, 04 May 2007 14:52:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.1 is released
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=4296343
By: coder775

Thanks for the feedback; that means it's no longer a personal problem. ;-)

I'll see about posting a bug report and include the background color issue.
--Joel

______________________________________________________________________
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, 04 May 2007 15:32:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Error in ver4.1
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=4296366
By: coder775

I'm confused.  I see a "customize" entry in the left column.  When I click it,
a field opens up on the dialog permitting the entry of a new extension.  To
the right of that field, there is an arrow pointing to a column of registered
extensions.  On the right of that column is an arrow button pointing to
a trashcan.

Are you saying that the first right-pointing arrow button is not there on your
dialog?  --Joel


______________________________________________________________________
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, 04 May 2007 15:43:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Explorer es
        Util
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=4296375
By: coder775

You need "Explorer Plugin v1.3" from

https://sourceforge.net/project/showfiles.php?group_id=189927

Plugin website: https://sourceforge.net/projects/npp-plugins

--Joel

______________________________________________________________________
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, 04 May 2007 20:50:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       SVN integration
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=4296569
By: nobody

SVN TORTOISE

______________________________________________________________________
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: Fri, 04 May 2007 21:38:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] A
        question        about Spell-Checker.
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=4296598
By: nobody


When used to check English and Chinese mixed text, Spell-Checker cannot identify
Chinese words and treat them as misspelling.

Though there are no replacement recommendation for these Chinese words, could
I config to ignore the misspelling without replacement recommendation?

______________________________________________________________________
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: Sat, 05 May 2007 00:16:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Indent of wrapped
        texts
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=4296661
By: nobody

Hello first thanks for the great software. I was using Editplus until I found
Notepad++ and Notepad++ is better.

The indentation in Notepad++ looks like this:

function test(){
....if (a){
........echo "I AM A VERY LONG LINE SO I WILL BE WRAPPED INTO
THE NEXT LINE";
....}
}

It would be easier to look in large files if it can display the wrapped text
like this:

function test(){
....if (a){
........echo "I AM A VERY LONG LINE SO I WILL BE WRAPPED INTO
........THE NEXT LINE";
....}
}

Maybe it's not clearly better but I was used to the 2nd pattern. Is there any
way to make Notepad++ display wrapped codes like the 2nd method?



______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 12, Issue 14
*************************************************

Reply via email to