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] RE: Fold margin (SourceForge.net)
   2. [notepad-plus - Help] RE: How to change   clickable link color?
      (SourceForge.net)
   3. [notepad-plus - Help] RE: How to change   clickable link color?
      (SourceForge.net)
   4. [notepad-plus - Help] RE: How to change   clickable link color?
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] FTP_SYNC =    Dead says
      maintainer! (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   FTP_SYNC = Dead says
      maintainer! (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Tab Sort     By Name
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Tab Sort     By Name
      (SourceForge.net)
   9. [notepad-plus - Help] How to not display CR-LF? (SourceForge.net)
  10. [notepad-plus - Help] Replace Windows Notepad (SourceForge.net)
  11. [notepad-plus - Help] Erroneous execution of      macro in
      Notepad++ (SourceForge.net)


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

Message: 1
Date: Sun, 23 Aug 2009 19:44:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Fold
        margin
To: nore...@sourceforge.net
Message-ID: <7579101.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=7579101
By: andrejanubis

What if I would like to add ( ) to fold in SQL language, should I modify
"scintilla\src\LexSQL.cxx" ?

______________________________________________________________________
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: Sun, 23 Aug 2009 22:48:51 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to change
        clickable link color?
To: nore...@sourceforge.net
Message-ID: <7579299.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=7579299
By: maxand

"The styleID for hotspots, ie clickable links, is 30"

Thanks. I'm still a beginner. Can you tell me where is the file where I can
change this styleID?? Or where I can learn more about how to do thid?

______________________________________________________________________
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 Aug 2009 22:58:16 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to change
        clickable link color?
To: nore...@sourceforge.net
Message-ID: <7579309.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=7579309
By: maxand

To add to this, I found in %Appdata% the file stylers.xml which contains a lot
of styleIDs, but cannot find styleID="30" here. What should I do? create a 
file?,
alter an existing file? Any help on this please.

______________________________________________________________________
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: Sun, 23 Aug 2009 23:30:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to change
        clickable link color?
To: nore...@sourceforge.net
Message-ID: <7579340.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=7579340
By: cchris

You must not add anything to stylers.xml or a theme file.

What you'll have to do is to add a macro definition to shortcuts.xml. Then 
change
the color by running the macro.

Open shortcuts.xml in a different editor - M$ Notepad is good enough - , locate
the <Macros> tag and, right below it, paste this:
<Macro name="colorHSred" Ctrl="Yes" Alt="Yes" Shift="No" Key="100">
<Action type="0" message="2051" wParam="30" lParam="16711680"/>
</Macro>
Save and close the other editor. Open Notepad++. Now you have a new macro listed
in the macro menu. It is called colorHSred and is bound to Ctrl+Alt+Numpad4.
You can change these properties from the Shortcut mapper.

Executing the macro will cause clickable links to display in red.

Changing the colour is done by changing the lParam value. A similar macro wth
a different message will control the background colour. The colour value is
65;536*Red + 256 * Green + Blue, where Red, Green and Blue are amounts of red,
green and blue needed to make the colour. they all three are integers between
0 and 255.

Before editing shortcuts.xml, back it up, one never knows.

HTH
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: 5
Date: Sun, 23 Aug 2009 23:29:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        FTP_SYNC =      Dead says maintainer!
To: nore...@sourceforge.net
Message-ID: <7579338.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=7579338
By: digitsix

Well more or less anyway... I have asked him for a copy of the source so that
I can maybe take a try at fixing it up a little bit anyway. I cant say I'll
produce anything worth while but I figure its worth a shot. I really - REALLY
need a stable ftp module for this thing...

If anyone else if familiar with programming these things wants to help out 
please
chime in.

Anyway here is a copy of what he said in reply to my email... 

Hello Rick,

As you have noticed, development has more or less stopped. For some reason,
I cannot get myself to continue working on it (or start anew with SSL/SSH 
support),
probably because FTP_s is just to frustrating to maintain (its extremely buggy,
and when I wrote it I had not such a good grasp of both networking and
threading).

So:

> - Are you aware of theses issues?
Yes, I get about one mail about it once a week on average ;).

> - Are you planning on fixing them?
I was, but I think a rewrite is a better idea, I just can't seem to get to it.

> - If not, how do we go about getting someone else to pick up the project?
I believe someone on the forums once mentioned about starting on it, but I never
heard about it since..

> - If you are, is it possible to get some sort of road map / schedule / eta
> on these stability fixes?
Nothing of the sorts.

> - Realistically how much time a week can/do you put in to this? (just an
> honest question so I can gauge on my own when to expect fixes)
It's hard to say, I'm still at college and workload varies by the week.
Can: evenings mostly
Do: Nothing

This vacation I tried to get started again but this time using OpenSSL and the
Ultimate TCP/IP Toolbox which should make things quite more reliable (because
then its not an half-assed attempt at writing yet another ftp client 
implementation),
but then my part time job just got full time :).

Best regards,

Harry

______________________________________________________________________
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: 6
Date: Mon, 24 Aug 2009 01:03:20 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP_SYNC = Dead says maintainer!
To: nore...@sourceforge.net
Message-ID: <7579412.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=7579412
By: xjzhang1979

have you got the latest source code(0.9.6.1)?
I have sent a mail to the author but no response...

______________________________________________________________________
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: 7
Date: Mon, 24 Aug 2009 01:05:51 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Tab
        Sort    By Name
To: nore...@sourceforge.net
Message-ID: <7579417.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=7579417
By: reddevilleader

Tried that a few times and it didn't highlight.  :-/

______________________________________________________________________
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: Mon, 24 Aug 2009 01:23:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Tab
        Sort    By Name
To: nore...@sourceforge.net
Message-ID: <7579438.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=7579438
By: reddevilleader

Followed your instructions on IdeaTorret and it worked...and then my conscience
forced me to make a donation.  I feel much better now!  :-D

______________________________________________________________________
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: Mon, 24 Aug 2009 03:51:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to not display
        CR-LF?
To: nore...@sourceforge.net
Message-ID: <7579581.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=7579581
By: ohaya

Hi,

Is there a way to get Notepad++ to not display the CR-LF when editing?

Thanks,
Jim

______________________________________________________________________
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: Mon, 24 Aug 2009 04:08:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Replace Windows
        Notepad
To: nore...@sourceforge.net
Message-ID: <7579607.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=7579607
By: timt2

I've searched but cannot find any help with replacing windows notepad with
Notepad++


______________________________________________________________________
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: Mon, 24 Aug 2009 06:21:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Erroneous execution
        of      macro in Notepad++
To: nore...@sourceforge.net
Message-ID: <7579744.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=7579744
By: ycc-swe

Thanks a lot for keeping up the excellent program Notepad ++.

However. When I record and execute a macro, the execution will not produce the
same actions as the recording. My feeling is that it maybe has to do with the
cursor positioning being different during the execution.

I apologize for not supplying a complete example of the problem. If that is
needed I will naturally do so. However, the problem occurs so often, almost
more often than not, so my question is: Is there a problem with the macro 
function
in Notepad++ or is there some setting or basic fact I have neglected. (I have
used macros in many editors since the 1980's so I think I can say that I have
a basic idea what should happen.)

Thanks again for all work being put into the project.

______________________________________________________________________
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 39, Issue 39
*************************************************

Reply via email to