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] Suggestion for   Don HO re:
      Macros (SourceForge.net)
   2. [notepad-plus - Open Discussion] Suggestion for   Don HO re:
      Macros (SourceForge.net)
   3. [notepad-plus - Open Discussion] Suggestion for   Don HO re:
      Macros (SourceForge.net)
   4. [notepad-plus - Help] R/S+ (SourceForge.net)
   5. [notepad-plus - Help] RE: folding problem (SourceForge.net)
   6. [notepad-plus - Help] MDX Format (SourceForge.net)
   7. [notepad-plus - Help] notepad replacement (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Problems     with the hex
      editor plugin (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: BUG: Focus   lost after
      closing of Find dia (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Problems     with the hex
      editor plugin (SourceForge.net)
  11. [notepad-plus - Open Discussion] Suggestion for   Don HO re:
      Macros (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Regular      expression
      search/replace (SourceForge.net)
  13. [notepad-plus - Open Discussion] Bug in Notepad   4.0.2.
      (SourceForge.net)


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

Message: 1
Date: Mon, 19 Feb 2007 14:42:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion for  Don HO re: Macros
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=4166584
By: bullock

The macro recording honors some menu commands, and ignores others.  (For 
example,
it ignores the File: Save As... command, since it wouldn't know what to do with
the FileSave dialog).  I'll look into adding Ctrl+N and other commands as ones
should be honored.

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: Mon, 19 Feb 2007 14:51:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion for  Don HO re: Macros
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=4166594
By: bullock

As I mentioned in another reply to this thread, the macro recording honors some
menu commands, and ignores others.  Unfortunately, at present, it doesn't record
commands from plugins.  (I assume you're enterning the date using the TextFX
plugin, no?).

I'm not sure just yet what all would be required for the macro recorder to 
record
plugin commands.  It might be sufficient for it to
  (1) record the menu command, then 
  (2) suspend the recording temporarily while the plugin command does its thing,
then
  (3) resume the recording once the plugin command has finished.  
That way, upon playback, the recorder is *only* playing back the menu command
and letting the plugin handle the rest.  If this all works, it *might* be 
desirable
to allow plugins to specify to NP++ which commands should suspend the macro
recording, and which should allow it to continue uninterrupted.

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: 3
Date: Mon, 19 Feb 2007 14:08:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion for  Don HO re: Macros
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=4166534
By: snemarch

Ctrl+F4 is certainly a more adopted standard on windows than Ctrl+W is, but
there's still a lot of apps that support Ctrl+W. It *is* a bit faster/easier
than Ctrl+F4 anyway, considering the amount you need to move/stretch your 
fingers.
I do find it weird that both aren't mapped to close-tab by default, but oh 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: 4
Date: Mon, 19 Feb 2007 15:47:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] 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=4166665
By: nobody

Has anyone done any work on R/S+ auto completion support for notepad++?  

thanks

Sam

______________________________________________________________________
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: Mon, 19 Feb 2007 20:42:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: folding problem
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=4166925
By: nobody

i'm having a similar problem with a language similar to C, even after removing
operators.

it is supposed to fold on { and }, but the lexer likes to end the folding at
the very next }

example:

class Vehicles
{
items=6;
class Item0
{
        position[]={19220.531250,4.950000,13592.378906};
        special="NONE";
};
class Item1
{
        ...

will fold to

class Vehicles
{
items=6;
class Item0
{_______________________
        special="NONE";
};
class Item1
{
        ...


can anyone help out with this?

______________________________________________________________________
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: Mon, 19 Feb 2007 21:54:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] MDX Format
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=4166973
By: nobody

Great tool !!!

Do you have an identifier / language set to use when constructing MDX queries?

I have tried using the SQL under "Language", but it apparently does not 
recognize
key words such as the following:

- NON EMPTY
- ON COLUMNS (it recognizes the "ON");
- ON ROWS (recognizes it correctly);
- When using an "All ...name.." it highlight the "All";
- When using "with member.." (it highlights the "with")
- etc.

Will be greatfull if you provide the MDX syntax "language" option.

Regards,dtm

______________________________________________________________________
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: 7
Date: Mon, 19 Feb 2007 22:45:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] notepad replacement
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=4166999
By: lhh61

I am running XP.  I can't find  c:\windows\system32\dllcache so as to replace
notepad.exe with the 17K file from Notepad++.  That cache is somewhere.  The
original notepad.exe immediately overwrites the replaced ones in C:\WINDOWS\
and C:\WINDOWS\system32\.  Where do I find that remaining copy of the original
notepad.exe?

Les Hazlett
lesjanehazlett

______________________________________________________________________
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: Mon, 19 Feb 2007 23:50:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Problems        with the hex editor 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=4167164
By: nobody

I have some problems to understand your bug report. It this a screenshot? Please
for better understanding of the bug, sent the file to me - look into the help
dialog for eMail address - and do a real screenshot.
In addition I need you OS, Notepad and the plugin version.

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: 9
Date: Tue, 20 Feb 2007 00:30:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG:
        Focus   lost after closing of Find dia
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=4167234
By: dv__

Really, did you read it? I tried Notepad++ 4.02 under Windows XP with your 
config.xml
- and there is no such bug for me! I have all standard plugins EXCEPT
Explorer.dll.
I.e. all you must do is to close Notepad++, go to its Plugins subfolder and
DELETE Explorer.dll. Maybe it would be better to install (unpack) Notepad++
4.0.2 into a new folder and delete Explorer.dll there BEFORE you run Notepad++
for the first time.

______________________________________________________________________
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: Tue, 20 Feb 2007 00:52:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Problems        with the hex editor 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=4167265
By: nobody

thanx for your answer, i will send it to you immediatelly...

______________________________________________________________________
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: Tue, 20 Feb 2007 01:29:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion for  Don HO re: Macros
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=4167306
By: nobody

You're correct Greg, I'm using the the plugin you mentioned.

Is there any other way to get the date printed out using a macro?

______________________________________________________________________
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: Tue, 20 Feb 2007 05:05:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Regular expression search/replace
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=4167607
By: nobody

I would like to second the suggestion to enable "Transform backslash 
expressions"
mode in Notepad++. This is something that I find extremely useful and its the
only thing keeping me on Scite and not allowing me to migrate to Notepad++.

Please add 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: 13
Date: Tue, 20 Feb 2007 05:19:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug in
        Notepad 4.0.2.
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=4167624
By: rucla

Every time I close Notepad with an open file that was opened by an other program
(with opened favorite view), I get the following error message (German version):
Title bar: Notepad++ - new 3: notepad++.exe - Fehler in Anwendung 
Message box text: "Die Ausnahme "unknown software exception" (0xc000000d) ist
in der Anwendung an der Stelle 0x0044ea1 aufgetreten.
Klicken Sie auf "OK", um das Programm zu beenden.
Klicken Sie auf "Abbrechen", um das Programm zu debuggen."

I think this should also occurs in other languages.
What should I do?
Best regards
Rudi



______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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


End of Notepad-plus-plus Digest, Vol 9, Issue 55
************************************************

Reply via email to