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] extension filter in "find in
files" dialogue (SourceForge.net)
2. [notepad-plus - Help] RE: Actionscript syntax highlighting
(SourceForge.net)
3. [notepad-plus - Help] RE: Notepad++ consistently crashing 5-6
times/day (SourceForge.net)
4. [notepad-plus - Help] RE: Actionscript syntax highlighting
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Most reliable version?
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Character Encoding -
Change view instantly (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: extension filter in
"find in files" dialogue (SourceForge.net)
8. [notepad-plus - Plugin Development] RE: HexEditor
(SourceForge.net)
9. [notepad-plus - Help] Notepad++ crashing 5-6 times/day vs
v5.4.5 (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Version 5.4.5 is
released (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 16 Jul 2009 05:41:13 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
extension filter in "find in files" dialogue
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=7505802
By: richo25
Hi
Quite often I'm writing code that uses c and cpp files, and I would like
to be searching across al c, cpp h, etc files. I'm forever having to select
a combined filter from the drop down list in which I added *.c to the standard
c++ search filters.
It seems every time you switch to a different file the filter selection box
changes back to the default for that files extension. I can understand why but
still frustrating. Could an option be placed somewhere to stop this behaviour?
or is there a place somewhere where these default search filters can be changed?
I've changed the langs.xml files to give all of the extensions (c h hpp hxx
cpp cxx cc) to both the c and cpp types, and this seems to have fixed the filter
issue, but is this the correct thing to do?? Because now every time I load a
c file into the editor it ends up setting the language options to c++ ( which
I can kind of live with), though if I leave the file in there and change the
language for the c file to c from the list and then close and reopen np++ it
seems to magically remember that I changed it to c...
Could we perhaps add another entry into the xml for each file extension to
specify a filter list for each known file type?? eg another optional xml entry..
This would really help for finding across multiple extensions, other examples
might be php html and xml searching.. there are elements of an overall webpgae
spread across all those extensions and you want to search across them all to
find something..
Cheers
Richard
______________________________________________________________________
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, 16 Jul 2009 09:07:15 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Actionscript
syntax highlighting
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=7506198
By: cchris
I do have a subset of Eiffel as an UDL. It doesn't highlight <<...>> arrays,
:= assignment, and I don't think it will/should ever handle object test syntax
- but after all it may get phased out in 2010. So I have two UDLs that share
the same extension; there should ideally be some way to select which one I want
apart from changing the highlighter manually.
Perhaps a single extShared.xml config file with nodes like
<Extension name="e">
_<folder name="C:\Eiffel63" language="Eiffel"/>
_<folder name="D:\Eu40" language="Euphoria" recursive="no"/>
</Extension>
As someone else suggested, some analysis of the 1st line could help too, but
not too much in my specific case. But NP++ should probably understand a shebang
line.
CChris
______________________________________________________________________
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, 16 Jul 2009 09:15:58 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
consistently crashing 5-6 times/day
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=7506205
By: cchris
Not only the messages should reflect the real issue, but there must be an option
to keep the plugin. I use both and was lucky enough not to get a crash so far.
If unicode NP++ finds an ANSI plugin, it gives you an option not to load it
while keeping it. If its installer finds a working plugin that does have some
issues in some cases the user may never bump into, it deletes the plugin without
an option. This looks inconsistent to me, and the fix seems simple enough -
add a "No" button to a std message box.
CChris
______________________________________________________________________
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, 16 Jul 2009 09:23:43 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Actionscript
syntax highlighting
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=7506225
By: cchris
I should add that another reported case is the .inc extension. It is shared
by Pascal, Asm and I believe Abaqus. The former 2 languages are supported, the
latter may have an UDL file. Search for "inc abaqus".
While I am at it, the Scheme item in the Styler Configurator language list is
spelled "Schime"; obviously a typo.
CChris
______________________________________________________________________
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, 16 Jul 2009 09:34:07 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Most
reliable version?
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=7506240
By: cchris
It sure must be an option. I don't wish an unchanged file being saved to a
server
on a connection that just died, or on a slow upload link, just because I
mechanically
hit Ctrl+S.
Note that, when "Save unchanged file" is On, the toolbar button should be always
active, to be consistent with the keyboard shortcut behaviour.
CChris
______________________________________________________________________
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: 6
Date: Thu, 16 Jul 2009 09:45:15 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Character Encoding - Change view instantly
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=7506256
By: cchris
> ? ...choosing the language for a user interface ?
This is precisely what made your post uncertain since it was replying to someone
asking NOT about languages, NOT about fonts, BUT about *charsets* (or character
encoding).
I would disagree with your interpretation of the initial post.
> ? Settongs -> Stylers Configurator... ?
"Notepad++ > Settings > Style Configurator > Global Styles: Default Style" is
visibly about the *fonts* that will be used in Notepad++ interface, NOT about
the character encoding of the document being edited.
Wrong. Try it for yourself. It affects how normal text is being displayed in
_documents_, and is the fallback for a number of built-in languages. I don't
think the _user interface_ font can be changed at all from inside Notepad++.
I haven't checked whether it is hardcoded as the default system fon (or the
system font for the chosen user locale if available)t, but I'd suspect this.
CChris
______________________________________________________________________
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, 16 Jul 2009 09:48:21 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
extension filter in "find in files" dialogue
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=7506262
By: cchris
Use the "Follow doc" checkbox on the dialog box. You can also tweak config.xml
if you want distinct behaviour from the folder and filte combo boxes.
CChris
______________________________________________________________________
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, 16 Jul 2009 11:39:15 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
HexEditor
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=7506404
By: paraglidernc
Npp plugins are here:
https://sourceforge.net/projects/npp-plugins/files/
______________________________________________________________________
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: 9
Date: Thu, 16 Jul 2009 11:51:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ crashing
5-6 times/day vs v5.4.5
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=7506420
By: donho
For those who have the crash issue frequently, could you download, install and
test the newest version v5.4.5 ?
Any crash with v5.4.5 (and only) please report here.
(with and without default plugins)
Thank you in advance
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=331754
------------------------------
Message: 10
Date: Thu, 16 Jul 2009 12:45:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Version 5.4.5 is released
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=7506514
By: vadvad
No, I'm only using the default settings 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=331753
------------------------------
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 38, Issue 58
*************************************************