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 - Translation] RE: German and Brazilien
Portuguese translati (SourceForge.net)
2. [notepad-plus - Plugin Development] RE: Notepad++ exit
(SourceForge.net)
3. [notepad-plus - Translation] RE: Simplified Chinese
translation for V3.9 (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Feature Request: Light
Explorer in core (SourceForge.net)
5. [notepad-plus - Help] How do i run my program? (SourceForge.net)
6. [notepad-plus - Help] RE: Run dialog not working?
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: ASPX (SourceForge.net)
8. [notepad-plus - Help] few problems with notepad (SourceForge.net)
9. [notepad-plus - Help] RE: few problems with notepad
(SourceForge.net)
10. [notepad-plus - Help] RE: few problems with notepad
(SourceForge.net)
11. [notepad-plus - Open Discussion] RE: please, stop using Comic
Sans! (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Feature Request: Light
Explorer in core (SourceForge.net)
13. [notepad-plus - Open Discussion] Notepad++ v4.2 RC is
avalable (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 04 Aug 2007 03:36:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: German
and Brazilien Portuguese translati
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=4447201
By: donho
the newest Brazilien Portuguese translation (for v4.1.2) is available here :
http://notepad-plus.sourceforge.net/commun/nativeLanguageFiles/brazilian_portugu
ese.xml
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=558104
------------------------------
Message: 2
Date: Sat, 04 Aug 2007 04:08:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Notepad++ exit
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=4447215
By: donho
All the deallocations should be placed in the DllMain (or something equivalent
in MFC) :
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD reasonForCall,
LPVOID lpReserved
)
{
switch (reasonForCall)
{
case DLL_PROCESS_ATTACH:
{
// YOUR INITIATION HERE
}
break;
case DLL_PROCESS_DETACH:
{
// YOUR DEALLOCATION HERE
}
break;
case DLL_THREAD_ATTACH:
break;
case DLL_THREAD_DETACH:
break;
}
return TRUE;
}
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=482781
------------------------------
Message: 3
Date: Sat, 04 Aug 2007 04:37:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE:
Simplified Chinese translation for V3.9
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=4447233
By: nobody
PLZ UPDATE TO V4.1.2
______________________________________________________________________
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=558104
------------------------------
Message: 4
Date: Sat, 04 Aug 2007 07:46:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request: Light Explorer in core
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=4447348
By: nobody
But it has no filter file name function.....
______________________________________________________________________
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: Sat, 04 Aug 2007 08:12:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How do i run my
program?
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=4447373
By: nobody
How do I Run my program?
I clicked on "Run" and it doesn't do anything...
all it shows is "type your prgoram to run."
I don't understand how this works
______________________________________________________________________
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: Sat, 04 Aug 2007 08:52:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run dialog not
working?
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=4447402
By: nobody
What happens if your "$(FULL_CURRENT_PATH)" is given as
an 8.3 format name? I discovered that unless the name is
in 8.3 format (or the path\name does NOT contain spaces), nothing appears to
happen when clicking "run".
See bug report:
Bug in "run" dialog (date 6/1/07)
at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1729809&group_id=95717&
atid=612382
I hope this gets noticed an fixed.
______________________________________________________________________
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: Sat, 04 Aug 2007 10:37:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: ASPX
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=4447470
By: nobody
ASP seems to be supported. Will there be a aspx version?
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=331753
------------------------------
Message: 8
Date: Sat, 04 Aug 2007 11:14:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] few problems with
notepad
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=4447497
By: nobody
I just installed latest notepad++
One problem is when highlighting a bunch of lines in a text file, it scrolls
way too fast that I always pass the last line I want highlighted. This is not
the case with various other text editors nor my MS mouse settings.
Second, I installed the explorer plugin and it works, except it just does not
show actual files per directory/sub-directories even though the filter shows *.*
What am I missing?
______________________________________________________________________
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: Sat, 04 Aug 2007 11:40:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: few problems
with notepad
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=4447515
By: nobody
Also, even though my settings shows as "normal text" type, I always have to
type in the filename followed by .txt extension when saving. Any way around
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: 10
Date: Sat, 04 Aug 2007 16:29:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: few problems
with notepad
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=4448231
By: fartinguncle
This seems to be a problem that a lot of people are complaining about. See
my recent post at https://sourceforge.net/forum/message.php?msg_id=4398040 for
some discussion, though one poster suggests that this vital feature suggestion
is something that has been discussed before and will simply be ignored. :-(
I'd be interested to hear the opinion of a developer on this - is it genuinely
a WONTFIX?
______________________________________________________________________
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: Sat, 04 Aug 2007 16:44:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
please, stop using Comic Sans!
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=4448239
By: fartinguncle
The most important thing is that comments are in a fixed-width font! I had
to do a search/replace through the whole of stylers.xml to replace comic-sans
with courier new, just so that comments lined up properly.
What would be best would be to have a global comments style, so that this can
be changed in one place and affect all comments in all languages (though still
allowing language-specific overrides).
In broader terms, there should be a 'default' style for each of several
pre-defined
types:
* comment
* keyword
* quoted-string
* etc.
These can be modified, and the modifications affect all elements of the
appropriate
type across all languages.
When defining a language, each WordType language has a 'type' pulled from the
above list, from which it inherits its styling. E.g. the C WordType "COMMENT
LINE" would have the type 'comment'. Each style component
(font/colour/size/etc.)
can be overridden individually, and if not explicitly set, defaults to the value
for that type.
Basically, it should work a bit like CSS.
______________________________________________________________________
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: Sat, 04 Aug 2007 16:47:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request: Light Explorer in core
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=4448241
By: fartinguncle
I ditched Explorer for Explorer Lite. Both still have their shortcomings, but
Lite is by far the better of the two at the moment, for all the reasons listed
above and more. I'm not sure that 'filter file name' is a big deal - Windows
Explorer doesn't have that (just a find dialog), but the increased speed, better
UI and extra features are massively important. In fact, without Explorer Lite
I would not now be using Notepad++...
______________________________________________________________________
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: Sat, 04 Aug 2007 17:41:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ v4.2 RC is avalable
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=4448340
By: donho
Notepad++ v4.2 RC is finally avalable here :
http://notepad-plus.sourceforge.net/commun/misc/npp.v42.RC.zip
The main feature and main fixed bug in this version are respectively the column
mode editor and resolving the dockable dialog drag n' drop bug issue under
vista.
v4.2 fixed bugs and added features (from v4.1.2) :
1. Fix the dockable dialog drag and drop problem under vista.
2. Add Column mode edition feature (Menu "Edit->Column Editor...").
3. Fix the display bug in User language define dialog.
4. Add new feature which backups files in a user specific directory.
Plugins included in v4.2 :
1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 3
5. Spell checker v1.1
6. Quick text v0.02
7. Explorer v1.4
8. Hex editor v0.84
The official v4.2 is planned to be released one week later, if there is no
critical
bug found.
Please post the bug report here if you encounter any crash or serious bug in
v4.2 RC.
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=331753
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 15, Issue 9
************************************************