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 - Help] RE: COMPARE FILES (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Ginormous files
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: DeveloperNote: CRASH by
HexPlugin or Explorer (SourceForge.net)
4. [notepad-plus - Open Discussion] only opens in Max window?
(SourceForge.net)
5. [notepad-plus - Help] RE: DeveloperNote: CRASH by HexPlugin
or Expl (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Is there a way to
remove the word 'function' (SourceForge.net)
7. [notepad-plus - Help] RE: DeveloperNote: CRASH by HexPlugin
or Explorer (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: File extension eg. .txt
(SourceForge.net)
9. Remapping Ctrl+F4 && Ctrl+w (Jakob Breivik Grimstveit)
----------------------------------------------------------------------
Message: 1
Date: Tue, 22 May 2007 23:44:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: COMPARE FILES
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=4326041
By: nobody
Yes i feel same. N++ is a vary good editor. N++ should really look at including
the 'compare files' functionality.
______________________________________________________________________
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: 2
Date: Wed, 23 May 2007 00:44:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Ginormous files
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=4326098
By: meows
I have files with 1,000,000 lines of code that work fine.
but none over 1,000,484 as that is the max I have used.
______________________________________________________________________
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: Wed, 23 May 2007 00:45:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
DeveloperNote: CRASH by HexPlugin or Explorer
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=4326104
By: nobody
Hello Jens,
many thanks for your solution. your recommendation solves the Explorer and NP
problem.
best rgs
Bob
______________________________________________________________________
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: Wed, 23 May 2007 00:48:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] only
opens in Max window?
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=4326108
By: meows
Okies, what is the deal. I upgrade to the 4.1.2 version and it will only open
in the Maximize window, If I click restore down it minimizes to the status bar.
What do I need to change to make it a moveable window again?
I did go to properties and normal window is selected.. so thats not it.
Christine
______________________________________________________________________
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: Wed, 23 May 2007 00:51:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: DeveloperNote:
CRASH by HexPlugin or Expl
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=4326115
By: dv__
I just have downloaded HEX-editor and SearchInFiles plugins.
The results:
(1) with both HEX-editor and SearchInFiles:
- after steps 1 and 2 (I mean the steps you have described in your previous
post) Notepad++ does not crash
- when I close Notepad++ then it crashes (but if I close Notepad++ without
previous
usage of the HEX-editor, it does not crash)
- when I press Ctrl+F/F3 or try to do the same from main menu, Notepad++
crashes.
The same is with Replace.
(2) without SearchInFiles:
- no crashes when closing Notepad++ or finding/replacing
______________________________________________________________________
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: Wed, 23 May 2007 01:20:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Is there a way to remove the word 'function'
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=4326153
By: nobody
Just let think about it together ;). Why it couldn't work? Maybe because of
the colon?
Yes it is! You can do following:
Use this expression and extend it everytime if one function isn't visible:
\([a-zA-Z0-9_, \t:]*\).*
-----------------^
Or use this one and every function is visible in future:
\(.*\):.*
For better recognition I added the colon between closing brace and the
.* expression.
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: 7
Date: Wed, 23 May 2007 01:24:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: DeveloperNote:
CRASH by HexPlugin or Explorer
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=4326158
By: nobody
Thanks for you help. So the result is: It crashes with the current version of
SearchInFiles and the old version of HexEditor (0.8.2).
Still crash it now with version 0.8.3? Do you tested it on W98?
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=331754
------------------------------
Message: 8
Date: Wed, 23 May 2007 01:32:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
extension eg. .txt
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=4326173
By: nobody
Hi,
OK...thank's for this information. So, this is my first wish for a future
function
of n++.
;-)))
______________________________________________________________________
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: Wed, 23 May 2007 13:06:15 +0200
From: "Jakob Breivik Grimstveit" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Remapping Ctrl+F4 && Ctrl+w
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Is it possible to bring back the following keyboard shortcuts:
"Add shortcut key Ctrl-F4 and Ctrl-W to close file."
The page located at <http://notepad-plus.sourceforge.net/uk/news.php>
lists this as an addition in v2.2, but is no longer available in
v4.1.2 (ref <http://notepad-plus.sourceforge.net/uk/site.htm>.
Thanks you for making such a great editor and replacement for
UltraEdit, jEdit ++!
--
Jakob Breivik Grimstveit - http://grimstveit.no/jakob - +47 48298152
------------------------------
-------------------------------------------------------------------------
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 12, Issue 75
*************************************************