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 - Plugin Development] RE:   QuickText on halt,
      pynpp on its way (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: NppExec   Suggestion
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE:   QuickText on halt,
      pynpp on its way (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: A tiny    extension of
      NPPM_DOOPEN, please. (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: A tiny    extension of
      NPPM_DOOPEN, please. (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   QuickText on halt,
      pynpp on its way (SourceForge.net)
   7. [notepad-plus - Help] Better UI responsiveness    for "find in
      files"? (SourceForge.net)
   8. [notepad-plus - Help] Only displaying 373 columns?
      (SourceForge.net)
   9. [notepad-plus - Help] Can't Restore Down  Notepad++
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] How to add a     new language?
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] Feature  request: Remeber "Go
      to another view" (SourceForge.net)
  12. [notepad-plus - Translation] RE: Russian  translation is
      updated (SourceForge.net)


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

Message: 1
Date: Sun, 19 Aug 2007 14:39:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        QuickText on halt, pynpp on its way
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=4473097
By: steakhacher

Hi 

I think that it could be a good idea to make possible to easily making plug-in
for notepad++.
Quick text is a good plugin and congratulation for your work. I notice that
you want to rewrite the quicktext plugin, so let me say some ideas.

It could be good that quicktext use the notepad++ parameter for the tabulation.
So if user select replace tab with space, quick text insert space instead of
tab.
In some language, for example vhdl some words has to be at the declaration start
and at the end, so it could be good that if writing it at start it is 
automatically
written at the end. For example a vhdl process description is
mylabel: process ( )
  ...
  end process mylabel;
It could be good to be able to insert the same thing for every language but
adding the appropriate comment string. It is typically for the file header.
Add possibility to defined quicktext for all language defined in notepad++ even
verilog

______________________________________________________________________
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: Sun, 19 Aug 2007 14:44:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec Suggestion
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=4473104
By: steakhacher

Hi

I don't know but you can use software like http://www.httrack.com that allows
you to download a World Wide Web site from the Internet to a local directory.

______________________________________________________________________
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: 3
Date: Sun, 19 Aug 2007 14:55:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        QuickText on halt, pynpp on its way
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=4473117
By: codenexus

Hear me out before you run away crying at the very next question.

How long before we see a version of the new style QuickText?

Now I'm only posing the question because I am wondering if a updated version
be released with any submitted QuickText.ini changes.  Ie not a huge change
or anything to the main code just an improved ini file with any 
submissions/updates
to this file deemed worthy.  I guess I'm just tired of installing the new 
version
of NPP and having to overwrite my QuickText.ini file. :)

Is that worth doing or is the new version going to be released soon?

______________________________________________________________________
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: 4
Date: Sun, 19 Aug 2007 17:24:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: A
        tiny    extension of NPPM_DOOPEN, please.
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=4473270
By: donho

A mail I sent regarding CCompletion plugin :

**************************************************************************
Bostjan,

Good plugin! A little confusing sometimes, but it's quite promising.

I have some questions and suggestions.
Let's begin with the suggestions :

1. Ctrl+Space is used by default to trigger the Notepad++'s auto-completion.
So your shortcut definition Ctrl+Space doesn't work at all under my Notepad++
v4.2.2.
After resigning the shortcut of CCompletion to Ctrl+Alt+Space, I could finally
launch the CCompletion dialog. I suggest to change the shortcut to
Ctrl+Alt+Space.

2. The system X button to close dialog for users don't know the esc key (or
lasy to move their hands to their keyboards :) ).

3. On each char typed, the focus can change from a item to another one in the
list, it is very convenient.
The problem is that on each focus change, CCompletion opens the file on the
second view (if present) automatically.
It may be annoying for an end user since he/she may hope open the files
by him/herself.
To remedy such undesired behaviour, CCompletion can onpen the file only when
user right clik on the item (to have the context menu), then choose one of items
: open in the same view/open in another view.

Here's my question :
Where does CCompletion (or ctag) search the files in order to generate the 
symbols?
In the current directory and its sub-directory?

Regarding the colon to another view :
I just implement a new message :
    #define NPPM_MENUCOMMAND (NPPMSG + 48)
    //void NPPM_MENUCOMMAND(0, int cmdID)
    // uncomment //#include "menuCmdID.h"
    // in the beginning of this file then use the command symbols defined in
"menuCmdID.h" file
    // to access all the Notepad++ menu command items

So you can use this message to send IDM_VIEW_CLONE_TO_ANOTHER_VIEW to Notepad++
to do what you want.
Let me know if it works.

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



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

Message: 5
Date: Sun, 19 Aug 2007 17:33:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: A
        tiny    extension of NPPM_DOOPEN, please.
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=4473277
By: donho

The new added message NPPM_MENUCOMMAND is a message allows plugins to execute
all the available menu item commands.

You can download newest binary and needed headers here :
http://notepad-plus.sourceforge.net/commun/misc/nppNewMsg.zip

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



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

Message: 6
Date: Sun, 19 Aug 2007 17:52:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        QuickText on halt, pynpp on its way
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=4473301
By: donho

> Today I started the pynpp project on Google Code,
> a plugin that offers Python plugins to Notepad++.
> It will feature an API for better and faster programming of plugins,
> and of course provide all the wonders of Python.

I'll be glade to see that.

Some questions about your pynpp project :
Is it kind of wrapper?
I know nothing about python, it seems it's a language to interpreter.
If so, it means the target machine should have python installed in order to
execute plugins made in python?
How will pynpp work?

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



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

Message: 7
Date: Sun, 19 Aug 2007 18:21:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Better UI
        responsiveness  for "find in files"?
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=4473318
By: nobody

It takes a while to find in files if the my development folder is rather large.
Some progress window would be appreciated - or at least not a frozen UI. Thanks
and keep up the good 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: 8
Date: Sun, 19 Aug 2007 21:47:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Only displaying 373
        columns?
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=4473454
By: nobody

In my PHP document I have some lines approx 500 characters long, but n++ 4.2.2
will only display up to 373.

The extra characters are still there, I can keyboard navigate over to them,
just can't see them.

This wasn't a problem in 3.7, but I upgraded yesterday, and now this is quite
a pickle.

I could probably break the lines up, but that's not ideal at all. MS notepad
in the meantime...

Any help would be most appreciated :)

______________________________________________________________________
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 Aug 2007 23:09:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can't Restore Down
        Notepad++
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=4473497
By: nobody

Sorry this is probably the stupidest question ever, but I am gonna ask it. You
know how you can maximize Notepad to take up all of the screen? You also know
you can restore it to a smaller size right? Well I can't mine you can only 
maximize.
If I try to restore it just disappears and I have to go to the tray, right 
click,
and maximize it again. This is really annoying please help.

______________________________________________________________________
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 Aug 2007 23:34:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How to
        add a   new language?
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=4473518
By: nobody

Hi,all

I'm using a language like Perl,but the Notepad++4.2.2 doesn't support it by
default.I want to custom it by modifying some config file like UEdit,in the
hope of highlighting syntax.How to do?

Regards.

______________________________________________________________________
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, 20 Aug 2007 00:09:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        request: Remeber "Go to another view"
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=4473554
By: nobody

Hey!

I'm suprised Notepad++ still doesn't have this feature, so it would remember
which files/tabs were displayed in another view when Notepad++ was last time
used (possibly with an option to choose wether it should or shouldn't remember).
I find the dual-view display most usefull and I'm a bit annoyed when I need
to move the tabs into the another view on every launch.

Thanks!
-jamov

______________________________________________________________________
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, 20 Aug 2007 00:28:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Russian
        translation is updated
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=4473574
By: nobody

? ?????? 4.2 ? ???? "??????? ???????..." (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=558104



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

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

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


End of Notepad-plus-plus Digest, Vol 15, Issue 49
*************************************************

Reply via email to