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] Bug:"move down   line"
      keyboard shortcut broken (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: How do    I re-dock the
      Function List plugin? (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Feature      Request: insert
      tab for new/open (SourceForge.net)
   4. [notepad-plus - Help] RE: notepad++ taking 99%    of cpu
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] See also...      please also
      update bookmarks (SourceForge.net)
   6. [notepad-plus - Open Discussion] Install  Feature Request
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Feature      Request: insert
      tab for new/open file (SourceForge.net)
   8. [notepad-plus - Help] RE: Crash when opening      .nfo files
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] Feature  Request (New Menu
      Item) (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Install      Feature Request
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Feature      Request: insert
      tab for new/open (SourceForge.net)
  12. [notepad-plus - Help] RE: Copy over blanks,       not insert...
      (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE:   Autosave plugin
      (SourceForge.net)


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

Message: 1
Date: Fri, 11 May 2007 11:57:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Bug:"move down  line" keyboard shortcut broken
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=4308243
By: defpenguin_z

## Move Down Current Line keyboard shortcut is broken in v4.1
## I've tried remapping the keys to no avail.
## As long as there is text in the next line it works.
## Once there is an empty line below, it stops working.

## Examples below:

## Works
##--begin example--

Text to be moved on this line. ## Ctrl+Shift+DOWN ARROW works for this line.
Some text here.

##--end example--

##Doesn't work
##--begin example--

Text to be moved on this line. ## Ctrl+Shift+DOWN ARROW does not work for this
line.

Some text here.

##--end example--

## I tested this function in previous versions prior to this post, 
## it works in 4.0.2 and prior. 

______________________________________________________________________
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, 11 May 2007 12:11:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        How do  I re-dock the Function List plugin?
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=4308261
By: nobody

Nevermind, I finally found the correct place to hover the  window.  I never
would have suspected that it needed to be outside of the boundaries of the main
window.

Doug

______________________________________________________________________
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: Fri, 11 May 2007 13:52:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: insert tab for new/open
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=4308375
By: donho

You can just re-order your Tab by drag and drop, do you know that?

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



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

Message: 4
Date: Fri, 11 May 2007 14:00:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: notepad++
        taking 99%      of cpu
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=4308383
By: donho

It seems the bug comes from one of the plugins
Remove the plugins one by one to identify the problem.

Please let me know which plugin is the quilty one :)

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: 5
Date: Fri, 11 May 2007 14:01:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] See
        also... please also update bookmarks
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=4308386
By: nobody

See also the thread "Feature Request: Delete current line shortcut":
http://sourceforge.net/forum/forum.php?thread_id=1732887&forum_id=331753

It states:

I, too, find it very annoying that Move Line Down, CTRL+SHIFT+Down, stops at
an empty line. The text line to be moved is left and next only the empty line
will move down. Moving lines up this way doesn't suffer from this.

...
 
Also, when moving a line up or down by using CTRL+SHIFT+Up/Down, the bookmarks
won't be updated.
 
They will be if you cut and paste a selection, i.e. the bookmark will move down
or up the corresponding number of lines.
 
When moving a line up with Ctrl+Shift+Up arrow key, a bookmark on the moved-to
line will remain there, meaning that in fact it moves up one line.


______________________________________________________________________
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, 11 May 2007 14:02:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Install
        Feature Request
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=4308389
By: maddogskip98

Would it be possible to include an install feature that would back up the
configuration files so the restoration of them would not have to be a manual
task every time I update the app?  Also, I am not sure if there could be an
option to define where user settings are stored in Windows (in app directory
or in user directory) within the install wizard.

Lastly, if NP++ could perform its upgrade/install and give you the option to
merge your existing settings for the app and plug-ins, that would be great.

Thank you very much for a great app.

Tom

______________________________________________________________________
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, 11 May 2007 14:03:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: insert tab for new/open file
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=4308392
By: nobody

Yes, I do know that. I find it annoying that I have to do that over and over
again, moving the last tab numerous tabs back to bring it near the front of
the tab bar and facing two tabs switching a lot of times when the moved tab
(new #) has a small width. This has also lead to application errors a couple
of times.

So my question is, will you consider adding this feature?


______________________________________________________________________
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: Fri, 11 May 2007 14:05:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash when
        opening .nfo 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=4308396
By: donho

Send me your nfo file so that I can work on this crash issue.

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: 9
Date: Fri, 11 May 2007 14:05:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request (New Menu Item)
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=4308398
By: maddogskip98

Could you add the CTRL+R to the menu.  After some time and using many 
applications,
I sometimes forget (:P) how to open the special find and replace control panel.
I know it is silly but it may even reduce some of the forum inquiries.

Thanks...

Tom

______________________________________________________________________
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, 11 May 2007 14:20:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Install Feature Request
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=4308412
By: donho

The installer is for this issue.
To keep all your settings by upgrading your Notepad++, just install the new
version without uninstalling the old version.

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



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

Message: 11
Date: Fri, 11 May 2007 14:24:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: insert tab for new/open
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=4308418
By: donho

Hmm... I'll think about it.
But I promise you nothing.

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



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

Message: 12
Date: Fri, 11 May 2007 15:10:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Copy over
        blanks, not insert...
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=4308461
By: coder775

Yes, that's how it works for me as well.  The trouble here is that one has to
_select_ the text to overwrite it.  If overwrite is on, regular typing 
overwrites
the existing text.  I was expecting Notepad++ to act the same way when pasting
text, replacing the existing text character by character.

Okay, it's not a bug.  It's just a philosophy issue.  I just found out that
Notepad and Wordpad/Write do the same thing Notepad++ does, although other 
editors
differ.

Now that I know what it actually does, I can live with it.  --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: 13
Date: Fri, 11 May 2007 16:37:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Autosave plugin
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=4308534
By: donho

> I'm still missing a clean way to save only the named tabs... 
> as discussed in another of my posts. 
>
> Right now I have to switch to the individual tabs that I have to save and
save them.

In fact, there's no "clean way" to do so.
That's why I didn't do autosave plugin even it is demanded.

> Moreover, in order to catch the WM_ACTIVATEAPP message I had to install a
bypass WndProc... > it would be cleaner to have the message passed through the
messageProc calling.

OK. you can get this message from messageProc() in the v4.1.1.
Let me know if you need the newest binary to test.


> At the end I think these basic functions should be included in the core NPP 
> in one of the future releases.

I'll consider it. 

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



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

-------------------------------------------------------------------------
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 34
*************************************************

Reply via email to