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] RE: cannot       click task bar to
      bring back focus (SourceForge.net)
   2. [notepad-plus - Help] RE: Filename extensions     when saving
      (SourceForge.net)
   3. [notepad-plus - Help] RE: Working with the open   source
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Filename extensions     when saving
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Blue underlines (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: When is      the next
      release? (SourceForge.net)
   7. [notepad-plus - Open Discussion] New User Defined Language
      R/S (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: When is      the next
      release? (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: New User     Defined
      Language R/S (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE:   Dockable console
      window, how about it? (SourceForge.net)
  11. [notepad-plus - Help] RE: Tab Settings (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: When is      the next
      release? (SourceForge.net)


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

Message: 1
Date: Thu, 05 Jul 2007 11:18:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        cannot  click task bar to bring back focus
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=4398237
By: bullock

>MAKE SURE when you open the "Search -> Find", 
you focus is on the "Find" dialog, instead of the parent "Notepad++" window. 

Yes, I do that.  

I'm trying to make sure I understand the behavior you're reporting.  

With slightly older versions of some plugins, neither the NP++ edit window nor
the Find dialog would get the focus as you switched back to NP++.  In fact,
you didn't even have to have the Find dialog open, just the NP++ edit window
open alone with the cursor in the editor, and it still would not get the focus
-- that is, you couldn't just resume typing where you left off, instead, you
had to click again in the editor to finally restore the focus fully.  I think
the NP++ menu would first get the focus, so the second click was to move the
focus from the menu to the editor.

But this is *not* what you're reporting, right?  Instead, you're reporting that
you leave the focus in the Find dialog and when you come back, the Find dialog
no longer has the focus but the NP++ editor now has it instead.  Is that
correct?

Regards.
Greg


______________________________________________________________________
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: Thu, 05 Jul 2007 11:34:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Filename
        extensions      when saving
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=4398271
By: bullock

Fine suggestions, all.  At a minimum, I agree with you that when no extension
is supplied explicitly in the Save dialog, and the file name doesn't end in
a period either, then the extension should be inferred and supplied 
automatically
from the File Type list.

Keeping LastSaveType and LastOpenType as you describe would be an additional,
and most welcome bonus.  I wouldn't even complain if they were both merged into
a single LastOpenSaveType, updated by both the Open and Save dialogs according
to rules (5)-(7) and (9), but that would certainly complicate the question of
what should be the default.  Keeping them as separately stored variables, as
you suggest, is a further improvement, in my opinion.

Regarding rule (5), personally I'd lean toward letting Cancel make no change
to LastSaveType.

Regards.
Greg

______________________________________________________________________
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: Thu, 05 Jul 2007 11:39:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Working with
        the open        source
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=4398280
By: bullock

Yes, you have to call functions from the Scintilla project, taking care to do
so only for the view of interest.

Some of the Scintilla functions are already wrapped for you by the 
ScintillaEditView
class.  For example, the ScintillaEditView::getText functions call the 
appropriate
Scintilla functions for you.

Regards.
Greg

______________________________________________________________________
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: Thu, 05 Jul 2007 12:00:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Filename
        extensions      when saving
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=4398307
By: fartinguncle

I think it would be most useful to keep the settings separate.  For example,
I will most often be saving the same file type (*.php), but will probably want
to browse through all files (*.*) when opening files.

Re: rule 5 - yeah, on reflection, you're probably right about that.

- Mark

______________________________________________________________________
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: Thu, 05 Jul 2007 13:17:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Blue underlines
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=4398597
By: nobody

I get the same thing editing HTA files.

By default HTA is not a defined language so it starts up in Normal Text.  If
you select HTML and then switch to VB the blue underlines will appear and I
cannot find a way to get rid of them.  They seem to only appear on the VBScript
portion of the code, not the HTML parts.

The only way I can get rid of them is to close the file, re-open it and switch
it to VB without select any other language first.



______________________________________________________________________
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: 6
Date: Thu, 05 Jul 2007 13:40:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: When
        is      the next release?
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=4398637
By: donho

My laptop was ruined by my smelly cat.
By trying to jump to my desk, she reversed one cup of coffee on it.

It will cost me very expensive (1 thousand euros !) to repare it, so I just
let it die (laptop, not cat).

So now I'm waiting my laptop manufactory returns me back my dead laptop in order
to get all my development from the hard disk.

Please be patient, and pray with me for the Notepad++ release v4.2 (and for
my beloved VAIO TX3XP).


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: 7
Date: Thu, 05 Jul 2007 13:58:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New User
        Defined Language R/S
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=4398662
By: halpo

I've made a new user defined language file for the R/S language.  Since there
is a SAS language file on the web site is there interest in posting this file
as well?

______________________________________________________________________
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: Thu, 05 Jul 2007 14:32:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: When
        is      the next release?
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=4398703
By: v_yatskovsky

Hello,

I want to suggest an feature. (It may be present already, but I've failed to
discover it).

I sometimes need to edit a file which filename is under cursor.

E.g, for a TeX module included as
\usemodule[CADD0.tex]
I instinctively make left click on the filename while holding the Ctrl button
trying yo invoke it in the editor. I think this can be implemented easily if
to assume that files reside in the same directory.
 
I saw this feature somewhere sometime and it is really useful!

Thanks a lot for your good app,
Vyatcheslav Yatskovsky


______________________________________________________________________
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: Thu, 05 Jul 2007 14:41:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        User    Defined Language R/S
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=4398719
By: nobody

Did you wonder if anyone would have an interest in reading this message
of yours?

Why don't U C 4 yourself? Just post it, somewhere. :)


______________________________________________________________________
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: Thu, 05 Jul 2007 20:58:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Dockable console window, how about it?
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=4399063
By: nightingale2k1

That's great .. I would love to see this plugins soon ... 
almost all developer editor has dockable console (such as textpad, jedit, etc)


______________________________________________________________________
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: Thu, 05 Jul 2007 16:44:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Tab Settings
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=4398860
By: pshute

Settings/Preferences/MISC.  Click on the 4 to change it, then press Enter.

______________________________________________________________________
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: 12
Date: Thu, 05 Jul 2007 22:11:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: When
        is      the next release?
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=4399106
By: bullock

Use Alt-F5 or Run: Open File.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 14, Issue 9
************************************************

Reply via email to