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 - Help] RE: how do I add lines (SourceForge.net)
   2. [notepad-plus - Help] RE: Highlighting special    characters
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: bug  (v5.4.3): find &
      replace in selection (SourceForge.net)
   4. [notepad-plus - Plugin Development] New to        notepad++
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: New to    notepad++
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: SciTE        features I find
      useful (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: SciTE        features I find
      useful (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v5.4.3 just
      came out (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: New to    notepad++
      (SourceForge.net)
  10. [notepad-plus - Help] RE: how do I add lines (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: New to    notepad++
      (SourceForge.net)
  12. [notepad-plus - Help] RE: How to turn on  anti-aliasing?
      (SourceForge.net)


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

Message: 1
Date: Wed, 10 Jun 2009 09:34:16 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how do I add
        lines
To: nore...@sourceforge.net
Message-ID: <7435816.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=7435816
By: cchris

I'd use NppJavaScript if it works on your machine. Or SimpleScript, but it is
ANSI only.

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: 2
Date: Wed, 10 Jun 2009 09:44:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Highlighting
        special characters
To: nore...@sourceforge.net
Message-ID: <7435842.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=7435842
By: cchris

That won't work. However, something similar will be achieved activating 
View->Show
symbol->Show indent guide. Set the Indent guideline style foreground to 
something
you can spot at a glance, in the Global Styles for the Styler Configurator.
Don't forget making changes to all the themes you use.

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: 3
Date: Wed, 10 Jun 2009 12:00:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: bug
        (v5.4.3): find & replace in selection
To: nore...@sourceforge.net
Message-ID: <7436034.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=7436034
By: yniq

you are right. i have a fix for that. will be fixed in the next version. 
Thanks for your feedback

______________________________________________________________________
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, 10 Jun 2009 12:41:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] New
        to      notepad++
To: nore...@sourceforge.net
Message-ID: <7436122.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=7436122
By: bmccavour

Hi everyone,

I have need of an editor to do some simple xml parsing, and run some basic user
customizable scripts.

Basically doing search/replace and simple formatting based on some (criteria)
file created by the user.

I was originally going to just write my own simple editor, but I like what I
see from notepad++.

Basically my question is this:
Is there any good resources for making simple plugins ? I don't really want
to pour over the source for the whole program, or analize an existing large
plugin for weeks to get up to speed. I might as well just write my own at that
point.

Is there maybe some basic tutorial page, explanation or anything ?

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



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

Message: 5
Date: Wed, 10 Jun 2009 12:56:32 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New to  notepad++
To: nore...@sourceforge.net
Message-ID: <7436150.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=7436150
By: davegb3

bmccavour,
  Yes, there's lots of information and help available.  I wrote my first plugin
not long ago, and it's easier than you'd think.

Have you seen this page?
http://notepad-plus.sourceforge.net/uk/plugins-HOWTO.php



The InsertPlugin shown on that page is a template, which will help get you 
started
as it's a full plugin that compiles and runs, but it's a bit out of date and
I know there are plans to update it.  However, there is now an excellent plugin
development library that you can use, which takes care of a lot of things for
you.  The source for that library is on github, which you can grab from
git://github.com/almostautomated/nppifacelib_mob.git.  (See 
http://www.github.com
for some good introductions to git if you've not used it before).


Help-wise, post a message on this forum, or stop by on the support IRC channel
#notepad++ on Freenode - there's usually several people in there that are really
helpful to plugin developers.


Incidentally, make sure you check out the XML Tools plugin, which may help you
do what you want with the help of some XSLT files? Also check what's possible
with macros, again you may be able to do some of what you want with those.

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



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

Message: 6
Date: Wed, 10 Jun 2009 12:58:36 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        SciTE   features I find useful
To: nore...@sourceforge.net
Message-ID: <7436156.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=7436156
By: lucas_malor

Y N (yniq) - 2009-06-09 16:15 wrote:
> Currently the minimal width is fixed and set to 3 [...]

Ok, but how can I change this value?

@christian cuvier: thanks. It's strange anyway it requests authentication even
if I'm already authenticated. Mah.

______________________________________________________________________
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, 10 Jun 2009 13:17:10 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        SciTE   features I find useful
To: nore...@sourceforge.net
Message-ID: <7436188.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=7436188
By: yniq

you can't unless you recompile Npp

______________________________________________________________________
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, 10 Jun 2009 13:29:10 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4.3 just came out
To: nore...@sourceforge.net
Message-ID: <7436211.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=7436211
By: eurytos

Thank you for the new 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: 9
Date: Wed, 10 Jun 2009 14:07:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New to  notepad++
To: nore...@sourceforge.net
Message-ID: <7436309.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=7436309
By: cchris

There are not _many_ resources around:
1/ You can use the Plugin Interface Libary by aathell:
http://cid-71a486ea08eb407c.skydrive.live.com/browse.aspx/.Public/NppPluginIface
|

2/ Hopefully, all known material about making plugins has been merged in this
place:
http://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=Plugin_Development
. Some feedback on how useful or clear this page is will help improve it. The
page does not cover C++ or Windows programming proper.

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



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

Message: 10
Date: Wed, 10 Jun 2009 14:18:17 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how do I add
        lines
To: nore...@sourceforge.net
Message-ID: <7436336.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=7436336
By: jwight

Sorry. I use ASCII Only because of stroke.
I can't use Script or commands.



jwight

______________________________________________________________________
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, 10 Jun 2009 14:39:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New to  notepad++
To: nore...@sourceforge.net
Message-ID: <7436387.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=7436387
By: bmccavour

These pages eluded me while searching for more info.

Thanks guys, nice links. 

______________________________________________________________________
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: 12
Date: Wed, 10 Jun 2009 16:16:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to turn on
        anti-aliasing?
To: nore...@sourceforge.net
Message-ID: <7436566.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=7436566
By: joleg74

Font anit-aliasing in a system-wide setting (as in Windows-wide). Should you
desire a different font look for certain items, you should set a different font
for the said item.

Not sure if that's clear? Hope it helps.

joce.

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

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

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

Reply via email to