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
        [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] RE: Notepad++    v5 Beta
      (SourceForge.net)
   2. [notepad-plus - Help] Select a defined html div. (SourceForge.net)
   3. [notepad-plus - Open Discussion] Suggestion and   Paste Bug
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] Display  filename only in
      Window title (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Clone to     another View +
      Save me As effect (SourceForge.net)
   8. [notepad-plus - Open Discussion] how to save      file in current
      explorer dir (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Suggestion   and Paste Bug
      (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: New       plugin:
      ScrollPastEOF v.1.0 (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Suggestion   and Paste Bug
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)


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

Message: 1
Date: Sat, 21 Jun 2008 17:58:02 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5046211
By: harrybharry

Jens,

Notepad++ now can load documents without activating them, making loading 
multiple
documents (especially at startup), somewhat faster.
Its even better on shutdown. Because of this, the current document doesnt always
match the opened document.
Instead, would it be a solution, if these NPPM_ messages were to have some extra
data specifiying the filename? Or otherwise some index
where the file can be found? Don has to agree, but reverting the behaviour back
to 4.9.2 undoes all the benefit.


______________________________________________________________________
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: Sat, 21 Jun 2008 03:07:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Select a defined
        html div.
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=5045278
By: comester

I have lots of pages with a division I want to delete, is it possible to select
the whole division easily? Highlighting from the top down doesn't work well,
bottom up works but is slow with lots of pages to do.

______________________________________________________________________
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: Fri, 20 Jun 2008 19:31:23 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion and  Paste Bug
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=5044750
By: lorrainezo

Hello,

I encounter a bug when i paste some texts from Frontpage 2003 or Microsoft 
Expression
Web on Win XP SP2.
Notepad 4.9.2 add some codes (NULL, ...) after pasted text.
Apparently people have same problem
: http://sourceforge.net/forum/message.php?msg_id=4943962

For my suggestion, in next version of notepad, should be possible to hide 
language
with possibility to select more than one at the same time. And same possibility
to manage extensions.

Thanks,

Laurent

______________________________________________________________________
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: Sat, 21 Jun 2008 20:29:04 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5046377
By: jenslorenz

Harry,

what can I say... We need the performace on startup and shutdown. I aggree with
you. But we need the notifications if the document is finally opened and before
it was opened. Many plugins expected this notifications. If you change such
a big thing, you need a concept to support all old messages or find a new
concept.

What I don't like in the current implemented Notepad++ concept:
You need everytime to request for opened files when the count of files
is changed.

What we can change:
1. We need to implement a new message that sends all opened files as a 
broadcast.
It contains the states of the full names, the positions and states (dirty, 
readonly).
The information are readonly (const). This notification will be send every time
when to user changes the file order or the state or something other.
2. Similar to this we can implement a notification for the current focused
scintilla.

The first notification can be send as a NPPN_FILEBEFORE_XXX and NPPN_FILE_XXX.
IMO this is possible to implement in Notepad, because Notepad know at anytime
which files are opened or closed in next state.

Best Regards
Jens


______________________________________________________________________
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: Sat, 21 Jun 2008 16:26:39 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5046090
By: beholder4096

Hello, Don, 

I know it is probably too late to propose a "new" feature for this beta, but
I dearly miss the 3rd mouse button panning feature that is a standard component
of for example Word, Writer, IE or Opera. (Especially Opera rules in 
implementation
of this - smooth and fast). I consider this a bug - even poor old notepad.exe
has this feature.

BTW, I love the new caret!

______________________________________________________________________
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: Sat, 21 Jun 2008 16:46:13 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Display
        filename only in Window title
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=5046114
By: beholder4096

I propose a new option in preferences, a checkbox that would allow to display
only filename (without file path) in the tabs or in window title.
It's because when there are long file paths, the whole displaying
of filepath+filename loses meaning --> all you can see is the begining of the
file path.

______________________________________________________________________
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, 20 Jun 2008 18:57:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Clone to        another View + Save me As effect
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=5044705
By: fool4uanyway

My preference would be the two documents to be separated, once either of the
clones has been saved with another name. That would allow easy creation of new
versions without having to open new or renamed documents manually.


______________________________________________________________________
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, 20 Jun 2008 16:23:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] how to
        save    file in current explorer dir
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=5044444
By: maxtoroq

Working with the light explorer for editing files is easy, but how do you save
new files to the current directory without having to relocate the directory
in the 'Save As...' dialog?

______________________________________________________________________
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: Fri, 20 Jun 2008 20:18:11 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Suggestion      and Paste Bug
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=5044819
By: alexiljin

> By the way, it is not clear to me what you are suggesting here.

I think he is suggesting the already requested feature to allow multiple 
selection
in Preferences - Language menu and Preferences - File Association.

______________________________________________________________________
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: Sat, 21 Jun 2008 17:20:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     plugin: ScrollPastEOF v.1.0
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=5046156
By: alexiljin

Sorry, no more options available from Scintilla, it's either extra full page
or nothing.

You can always scroll back a little to see the last few lines, e.g. using
Ctrl+Up.

PS:
>if I scroll down quickly...
Try to control yourself ; )


______________________________________________________________________
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: 11
Date: Fri, 20 Jun 2008 19:53:23 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Suggestion      and Paste Bug
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=5044782
By: fool4uanyway

The paste bug has been reported before. There must have been more hits when
you searched for it.

http://sourceforge.net/forum/message.php?msg_id=4977175

Other suggestion: if you have two separate questions, start two threads, (only)
if necessary and use a really more descriptive title than only "suggestion".
By the way, it is not clear to me what you are suggesting here.


______________________________________________________________________
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: Sun, 22 Jun 2008 10:03:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5047030
By: jenslorenz

It's me again ;)

What a user misses in forum:
He tries to open a file and the especially user defined language should be set.
Normally you can define the extension with the Styler Configurator and it works
perfectly. But he is facing to a problem now. Because of a script the extension
changes every time like:
e01, e02, ... e27, ..., and so on.
The feature to open the file with a user defined language over command line
is not supported. I think we need to support this otherwise this feature leaks.

Best Regards
Jens

______________________________________________________________________
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: 13
Date: Fri, 20 Jun 2008 17:17:13 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5044546
By: jenslorenz

Hello Harry,

There is another problem for plugins. When notification NPPN_FILEOPENED
or NPPN_FILECLOSED is send, I request for the actual selected document. It it
isn't the new one insteed it points to the last shown document.

I do the request with:
::SendMessage(nppData._nppHandle, NPPM_GETCURRENTDOCINDEX, 0, MAIN_VIEW);
::SendMessage(nppData._nppHandle, NPPM_GETCURRENTDOCINDEX, 0, MAIN_SUB);

Please fix it.

Best Regards
Jens



______________________________________________________________________
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



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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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

_______________________________________________
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 25, Issue 28
*************************************************

Reply via email to