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] background       colour of "List"
      pane not correct (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: cannot       click task bar to
      bring back focus (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: Can we    make DOCKABLE
      Window with Plug-in (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: NEW       FunctionList v
      2.0 ALPHA (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: NEW       FunctionList v
      2.0 ALPHA (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Toggle       auto-reload using
      keyboard (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: background   colour of
      "List" pane not corr (SourceForge.net)
   8. [notepad-plus - Help] RE: Opening multiple        instances
      (SourceForge.net)
   9. [notepad-plus - Help] Tab Settings (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: When is      the next
      release? (SourceForge.net)
  11. [notepad-plus - Help] Working with the open       source
      (SourceForge.net)
  12. [notepad-plus - Help] Filename extensions when    saving
      (SourceForge.net)
  13. [notepad-plus - Help] RE: Filename extensions     when saving
      (SourceForge.net)


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

Message: 1
Date: Thu, 05 Jul 2007 01:19:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        background      colour of "List" pane not correct
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=4397185
By: nobody

Microsoft Windows XP Home SP2, Chinese (Traditional chars)
Notepad++ 4.1.2, Chinese (Traditional chars)

1. Log-in to "Remote Desktop Connection" (Accessories -> Communication
-> Remote Desktop Connection). Colour settings: default.
Operating system: Windows 2000 server. (You may also try logging in
to a Windows XP server and setting to "traditional colouring scheme",
but I have not tried this.)

2. Open a C file. The right-hand side pane lists functions.
The background colour of this pane (portion without text) is white.

3. Minimise the "Remote Desktop Connection" window (note: not the
Notepad++ window inside the remote desktop connection). Now you
are back to the client PC's desktop.

4. Now restore the "Remote Desktop Connection" window. Now
you are back to the remote desktop window.

5. Now background colour in the right pane (portion without text)
is grey instead of white. The text part is still black on white.

6. If you minimise and restore Notepad++, this problem does not happen.

Thanks.

Qiyao <lotus @ ms2.url.com.tw>

______________________________________________________________________
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 01:23:33 -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=4397190
By: nobody

This is still not solved in version 4.1.2.
My installation is all default.

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

Thanks.

Qiyao

______________________________________________________________________
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: Thu, 05 Jul 2007 03:02:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Can we  make DOCKABLE Window with Plug-in
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=4397343
By: nobody

Examples for dockable plugins see:

http://sourceforge.net/projects/npp-plugins/

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



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

Message: 4
Date: Thu, 05 Jul 2007 05:13:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     FunctionList v 2.0 ALPHA
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=4397518
By: nobody

This version looks rather good.

Unfortunately many functions in our sources are still not identified as their
heads are multilined like this:
  int f1
  (
    int p1,
    int p2
  )
  {
    int result = 0;
    ...
    return result;
  }
or
  int
  f1
  (
    int p1,
    int p2
  )
  {
    int result = 0;
    ...
    return result;
  }

Are therefore any intentions to enable regular expressions covering multiple
lines?


______________________________________________________________________
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: Thu, 05 Jul 2007 05:19:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     FunctionList v 2.0 ALPHA
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=4397531
By: nobody

This isn't possible. Only this works:

int f1 ( 
int p1, 
int p2 
) 
{ 
int result = 0; 
... 
return result; 
} 

______________________________________________________________________
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: Thu, 05 Jul 2007 07:50:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Toggle  auto-reload using keyboard
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=4397779
By: nobody

ACK!
having the same problem, wanting the same 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: 7
Date: Thu, 05 Jul 2007 08:09:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        background      colour of "List" pane not corr
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=4397803
By: nobody

I think this is a redraw issue, sometimes the dockable dialogs arent redrawn
properly. Resizing notepad++ often helps.

______________________________________________________________________
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 08:29:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Opening
        multiple        instances
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=4397846
By: fartinguncle

Cheers - that does it.  It would be useful if this was easier to discover, and
also could be set by the file-associations window, but it's fine for my 
purposes.
Thank you for wading through the spam to answer my message ;-)

______________________________________________________________________
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: Thu, 05 Jul 2007 08:59:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] 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=4397884
By: nobody

Hi 
for notepad++ is there a way to change the tabsetting from
4 to 2?
best
jack

______________________________________________________________________
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: Thu, 05 Jul 2007 00:33:52 -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=4397121
By: nobody

> How can it have a name if you haven't saved it yet? <

"new 2" is not a name to you then, I guess?

> For cloning... <

I am not talking about the clone _View_. I simply mean a creating an editable
copy of an existing document, when you don't want to overwrite the original
file, but create a new version starting from the same content.

> I have created a folder just for temporary files... <

It would be nice if NP++ handled this itself, storing (almost) the complete
session and environment and perhaps even (multi-)views on close of the program.
Only when you manually close a not saved document, the question about whether
you want to finally save your file should pop up. So, when you restart NP++,
you can just continue where you left before closing.


______________________________________________________________________
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: Thu, 05 Jul 2007 09:32:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] 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=4397940
By: araly

I was working with the open source C++ documents and I am trying to add a new
feature. I have already figured out how to add the new menu and its sub menu
but what I'm trying to do requires me to update text entered in the main window.
What functions can I call or what can I specifically do in order to alter text
entered from the user in the notepad++ window? Would I have to call something
from the Scintilla project? Any kind of help would be great!! Thanks.

______________________________________________________________________
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 10:33:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] 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=4398040
By: fartinguncle

If I create a new file in Notepad++ and save it, the save dialog does not 
respect,
nor remember, the file type used.

For example, if I enter the name "my file" and click 'save' when the 'Save as
type' box contains "Normal text file (*.txt)" I would expect the resulting file
to be called "my file.txt", rather than simply "my file".

The box should also remember the last selected file type whenever it is opened
(currently it always defaults to 'all').  The exception to this is when saving
an existing file under a new name, where it should default to the current file
type.  Therefore saving "Test.txt" as "My new file name" results in a saved
file called "My new file name.txt".

This is standard behaviour for most editing programs I have used - could it
be implemented here too?

- 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: 13
Date: Thu, 05 Jul 2007 10:38:39 -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=4398050
By: fartinguncle

Addendum: I did consider that the file type should be linked to the language,
and this is another possibility, but this will result in all files defaulting
to *.txt (or whatever default language you have chosen), rather than the most
recently used type.


If you went down this route, here's the logic of how I would expect it all to
work:

When the 'save' (or 'save as...') dialog is opened:
1) If the file already exists, set the 'File Type' to the current file
extension.
2) If it is a new file and the language has been explicitly set (i.e. changed
from the default) then use the extension associated with this language.
3) If it is a new file and the user hasn't explicitly specified a language,
use the LastSaveType.

How/when LastSaveType should be set:
4) LastSaveType should default to the extension for the default language when
the program is first installed (.txt, I believe).
5) Whenever the user manually changes this it should be set to the value they
chose.  This should happen even if they cancel the dialog (I think).
6) If the default file type is chosen using point (1) then LastSaveType should
_not_ be updated (unless the user manually changes it).
7) If the default file type is chosen using point (2) then I am not sure whether
LastSaveType should set updated or not.  Probably not, but I can see an argument
for doing so.

LastOpenType - the equivalent for the open dialog:
8) LastOpenType should be a separate variable, only used in the open dialog.
9) The rule for this is very simple - whenever the user changes the filter,
it is stored in this variable.  The default setting (when the program is 
installed)
should probably be 'all'.

Anyway - that's just a bit of a brain splurge about how I would expect this
to work.  I would be interested to hear your thoughts about this and whether
it is something that is likely to be implemented at all (even if not in this
manner)?

Either way, thanks for all your work on this great bit of software!


______________________________________________________________________
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



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

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

Reply via email to