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 - Plugin Development] RE: Plugin    Manager
      Released (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad      does save even
      when unchanged (SourceForge.net)
   3. [notepad-plus - Help] RE: Crash while saving (SourceForge.net)
   4. [notepad-plus - Open Discussion] Is there a       notepad++ API
      somewhere/how? (SourceForge.net)
   5. [notepad-plus - Open Discussion] how to modify    New File
      behaviour (SourceForge.net)
   6. [notepad-plus - Plugin Development] NPP-based     Microcontroller
      IDE (SourceForge.net)
   7. [notepad-plus - Help] How did u set UTF-8 and     enter the
      characters? (SourceForge.net)
   8. [notepad-plus - Help] add tags to inserted text (SourceForge.net)
   9. [notepad-plus - Help] RE: Crash while saving (SourceForge.net)
  10. [notepad-plus - Help] Select, Ctrl+F,     Find all in current
      document (SourceForge.net)


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

Message: 1
Date: Sat, 18 Jul 2009 20:46:04 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  Manager Released
To: nore...@sourceforge.net
Message-ID: <7511612.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=7511612
By: todwulff

This Plugin is indeed TSS (The Supreme Shiz)!  The functionality is something
that I have yearned for on numerous occassions over the years.  Glad someone
finally did it up.!.

I concur on a previous user's assertion that it would be appropriate and 
desirable
for your plugin to have a proper home on the NPP-Plugins site.  Hopefully it
will find it's way into the standard NPP distros too.

Wicked kewl.  Good job.  Kudos!

-t

______________________________________________________________________
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: 2
Date: Sat, 18 Jul 2009 21:12:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad does save even when unchanged
To: nore...@sourceforge.net
Message-ID: <7511661.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=7511661
By: randombystander

I agree with both fool4uanyway and Don. The way it is right now is perfect.
There is absolutely no reason for a file that has been unchanged to be saved
again.
If you're crazy enough, use a macro:
Change the save function to something like Ctrl+Alt+Shift+S.
Then record a macro that adds a space, backspaces, and then uses the new 
keycombo
to save.
Use Ctrl+S to call that macro.

______________________________________________________________________
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: Sat, 18 Jul 2009 23:26:04 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash while
        saving
To: nore...@sourceforge.net
Message-ID: <7511807.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=7511807
By: donho

> Oh.. I am sorry but do I have to remove all content from Plugins directory? 
Yes, please do it, so we are sure that the crash comes from Notepad++ but not
plugins.

Don
 

______________________________________________________________________
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, 19 Jul 2009 01:03:34 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Is there
        a       notepad++ API somewhere/how?
To: nore...@sourceforge.net
Message-ID: <7511898.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=7511898
By: jigglysnot

Hi, awesome program, thanks! (As you've heard a billion times)

Is there a notepad++ API or something or other than I can use to interface with
my scripting flow ? In particular, I'd like to launch instances and 
automatically
open and load files, etc in Notepad ++ .. I guess a command line interface will
suffice?


Thanks,
go taiwan

______________________________________________________________________
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, 19 Jul 2009 02:59:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] how to
        modify  New File behaviour
To: nore...@sourceforge.net
Message-ID: <7511989.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=7511989
By: veenone

Hi all, 
It's been a while I'm using Notepad++ and so far I have no complaints on it.
I have a question here, can someone show me how to define a custom file type
automatically when creating new file?

The thing is like this, I use Notepad++ as my default editor for custom file
type (*.pcom). I've created the custom styling and autocomplete library for
this type of file. One thing I still don't know is how to make Notepad++ set
the language of newly created through New file menu to .pcom that I've already
defined? I thought that by doing this, I don't have to set the document language
everytime I created new file.


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: 6
Date: Sun, 19 Jul 2009 06:38:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        NPP-based       Microcontroller IDE
To: nore...@sourceforge.net
Message-ID: <7512142.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=7512142
By: todwulff

Good day, folk.  I have created a video demonstrating my application that I
am using NPP as a basis for.  The video I created can be downloaded here:
http://www.box.net/shared/u51yr1ql8q .  It is an IDE that is used to create,
edit, compile, and flash programs onto microcontrollers.  Right now I am working
with ARMbasic on NXP LPC2xxx series micro-controllers.  I am using a hack-arse
method of incorporating the capabilities into (actually on-top-of) NPP.  I'd
like to create a proper plugin that facilitates this using the plugin 
infrastructure
that exists inside of NPP.  If you learned folks would be so kind as to take
a peek at the video and advise if it is reasonable that said functionality could
be developed to exist internal to a proper NPP plugin, vs. thru the use of the
scripting language creating a dialogue on top of an NPP instance, I'd greatly
appreciate it.  Please reply herein to send an email to me with any thoughts
or suggestions:  tod DOT wulff REPLACE_WITH_AT comcast DOT net.  TIA!  -t

______________________________________________________________________
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: Sun, 19 Jul 2009 10:42:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How did u set UTF-8
        and     enter the characters?
To: nore...@sourceforge.net
Message-ID: <7512540.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=7512540
By: michelmerlin

Be more precise please: there are several different commands in NPPP that 
involve
UTF-8; plus the ones that you can, using NPPP, insert in an HTML to set UTF-8
as its charset. Also tell what FONT you are using (just to avoid the confusion,
particularly frequent HERE, between CHARSET and FONT).

Versailles, Sun 19 Jul 2009 12:42:20 +0200

______________________________________________________________________
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: Sun, 19 Jul 2009 11:20:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] add tags to
        inserted text
To: nore...@sourceforge.net
Message-ID: <7512698.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=7512698
By: cyki

is there possibility to automatically add specified HTML tags to inserted text?
for example when I paste text "About SourceForge" the output in notepad++ will
be something like this:
<B>
About SourceForge
</B>

______________________________________________________________________
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: Sun, 19 Jul 2009 11:39:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash while
        saving
To: nore...@sourceforge.net
Message-ID: <7512727.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=7512727
By: jeje9

I did it.

I will tell you if I have the same problem.

Ps: I think we should be able to enable or disable Notepad++ in the context
menu. By default, it is included when you install it but personnaly I dont like
when something is added... If we upgrade it, the box should be checked or not
according to our preferences.

Ps2: can we save (export / import) our colours configuration? I have many 
computers
and I have to set all colours manually :(

Ps3: sorry for my bad english :q

______________________________________________________________________
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: Sun, 19 Jul 2009 11:49:36 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Select, Ctrl+F,
        Find all in current document
To: nore...@sourceforge.net
Message-ID: <7512743.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=7512743
By: michelmerlin

Thx CChris. The most efficient in Original Poster's case seems:

Select the string to be found (an IP address in OP's case), Ctrl+F, "Find all
in current document"; the result pane (in bottom of the NPPP window) is
Copy-able.

I think this is what I (vaguely) remembered to have used in the past. Sort of
simplified (e, f)grep.

Versailles, Sun 19 Jul 2009 13:49:35 +0200

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge

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

_______________________________________________
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 38, Issue 69
*************************************************

Reply via email to