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++    v4.8 RC is
      available (SourceForge.net)
   2. [notepad-plus - Help] RE: macro bug (SourceForge.net)
   3. [notepad-plus - Help] RE: macro bug (SourceForge.net)
   4. [notepad-plus - Help] RE: how to find and replace files and
      subfold (SourceForge.net)
   5. [notepad-plus - Help] RE: macro bug (SourceForge.net)
   6. [notepad-plus - Help] RE: Problem opening a 237   Mb file
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v4.8 RC is
      available (SourceForge.net)
   8. [notepad-plus - Help] how to macro/keyboard       insert
      DATE:20080216 (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v4.8 RC is
      available (SourceForge.net)
  10. [notepad-plus - Help] RE: Problem opening a 237   Mb file
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v4.8 RC is
      available (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: S or R       language
      definition file (SourceForge.net)
  13. [notepad-plus - Help] RE: Problem opening a 237   Mb file
      (SourceForge.net)


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

Message: 1
Date: Mon, 18 Feb 2008 04:55:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.8 RC is available
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=4784519
By: nobody

The thing you see when you press shift-backspace is the backspace character
(which sourceforge doesnt show btw ;)). I believe notepad has done this always
(or scintilla to be more specific).
The shortcutmapper doesnt support adding more keys to the same command, so you
jsut have to refrain from pressing shift whiel pressign backspace 
(ctrl-backspace
sohuld work though, thats a different command)

______________________________________________________________________
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, 18 Feb 2008 05:03:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: macro 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=4784536
By: nobody

I think you are probably better off counting the line numbers and using that
for the count of times the macro needs to be run. Its probably because the file
gets larger as notepad++ is busy with the macro, so it ends too early

______________________________________________________________________
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: Mon, 18 Feb 2008 05:18:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: macro 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=4784571
By: nobody

Yes, that's correct. This incorrect behavior has been reported before.


______________________________________________________________________
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: Mon, 18 Feb 2008 05:19:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to find and
        replace files and subfold
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=4784574
By: nobody

I also couldn't find this: Can you link the solution instead.

______________________________________________________________________
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, 18 Feb 2008 05:32:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: macro 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=4784587
By: nobody

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: 6
Date: Mon, 18 Feb 2008 06:04:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem opening
        a 237   Mb 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=4784655
By: dv__

It seems the problem of large files is a Scintilla's (SciLexer.dll) problem.
Or maybe even Windows memory management unit's problem.
SciTE can open a text file of 300 MB, but needs a lot of time to open and then
close it.
When trying to open a 600 MB Unicode (UCS2-LE) file in SciTE, it crashes at
once.

______________________________________________________________________
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, 18 Feb 2008 06:30:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.8 RC is available
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=4784720
By: nobody

Please change the annoying behaviour of horizontal scrollbar!!!

E.g.: If I scroll to the most right position (line length 256 in view) and after
that I scroll up or down but the here is the line length shorter, the horizontal
scrollbar can disaper and/or my old position is lost!

- If you test for current line length, why Notepad++ don't check if the largest
line length in view is greater than the actual one and resize only in this case
the scrollbar size? If it is smaller IMO there is no need to change!

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: 8
Date: Mon, 18 Feb 2008 06:52:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to
        macro/keyboard  insert DATE:20080216
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=4784790
By: dbrydon

I hope someone could give an example to help us newbies learn to customize 
macros
and keyboard shortcuts for notepad++:

I would like to make the key combination 

alt+1

insert the string

DATE::[year][month][day] 

at the cursor.

For example, today is February 18, 2008, so it would insert

DATE::20080218.

(a side question:  is there a way to use python code (which I know) or lua code
(which I don't) in the definitions of functions called by key strokes or
macros)?

Dave

______________________________________________________________________
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: Mon, 18 Feb 2008 07:05:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.8 RC is available
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=4784827
By: nobody

Its a great release!!! I love many features you added, Enhance Shortcut Mapper,
Add detection mouse wheel on the different view feature, I love it!!

How can I use 
8. Add mouse browsing (forward/back for switching to next/previous document)
feature
&
4. "as notepad" style 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: 10
Date: Mon, 18 Feb 2008 07:06:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem opening
        a 237   Mb 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=4784828
By: nobody

It is possible to open the file in Textpad and UltraEdit

______________________________________________________________________
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: 11
Date: Mon, 18 Feb 2008 07:06:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.8 RC is available
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=4784832
By: nobody

Just trying the new realease, but got the following exception:

---------------------------
int exception
---------------------------
God Damned Exception : 777
---------------------------
??   
---------------------------


______________________________________________________________________
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: Mon, 18 Feb 2008 07:52:31 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: S or
        R       language definition 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=4784945
By: nobody

Thanks!  I tried this, but no success.  Where should the file UserDefineLang.xml
be placed (which directory)?  Is there any other configuration that is required
or should the "R-statistics" option simply appear in the "Language" menu?

Thanks again.

______________________________________________________________________
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: Mon, 18 Feb 2008 08:26:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem opening
        a 237   Mb 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=4785014
By: fidvo

Do you want to know how to get 305 pages of responses to your question?  It's
simple, it's free, and it has no calories!

Type "large files" into the field just to the left of the Search button above
and then click the button.

See how easy that is?  Not only does it take less time than posting a question,
you also get many times more responses.

Okay, all joking aside, I think we can safely assume that everything to be said
on this topic has already been said.


______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
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 21, Issue 58
*************************************************

Reply via email to