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] Extra characters i notepad++
(SourceForge.net)
2. [notepad-plus - Help] Running SimpleScript from keyboard?
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: ToolBar Missing after
compilling with MSVC (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Extra characters i
notepad++ (SourceForge.net)
5. [notepad-plus - Help] Default folder for new textfiles?
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Most Recent Used file
list (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: ToolBar Missing after
compilling with MSVC (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad++ v5.4.2
released (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Notepad++ v5.4.2
released (SourceForge.net)
10. [notepad-plus - Help] RE: How to set file extensions to
"Languages" (SourceForge.net)
11. [notepad-plus - Help] RE: *.cmd editing, with oem/ascii
characters (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 04 Jun 2009 20:38:55 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Extra
characters i 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=7427425
By: mr1983
I have experienced some problems with sessions in PHP and it turned out that
notepad++ added some characters in the start of the script. E
Example: Below provide a simple piece of code written in PHP.
<?php
session_start();
$_SESSION["foo"] = "bar";
?>
When using a fileviewer provided by the webhotel i use, the code below is shown
???<?php
session_start();
$_SESSION["foo"] = "bar";
?>
Note the three charaters in the start. Any one who know why these appear?
______________________________________________________________________
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: Fri, 05 Jun 2009 01:31:10 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Running
SimpleScript from keyboard?
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=7427716
By: ander1122
The SimpleScript plugin looks excellent. My question is, once you've created
a script, is there a way to assign a keyboard shortcut to it? Or must you open
the Plugins menu and SimpleScript submenu each time?
For example, I've written a script to replace all double spaces with single
spaces. But if I have to use menus like that each time I want to run the script,
I may as well use Find/Replace?which, at least, I can do without taking my
hands off the keyboard.
BTW, I haven't tried recording a macro to run SimpleScript?that'd seem perverse.
:?D
Thanks, ander
______________________________________________________________________
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: Fri, 05 Jun 2009 02:05:36 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
ToolBar Missing after compilling with MSVC
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=7427747
By: my6002
YN, thanks for the info.
______________________________________________________________________
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: Fri, 05 Jun 2009 05:25:26 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Extra characters i 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=7427892
By: davegb3
These are the byte order marks (BOM). They identify the encoding of the file
- Notepad++ deals with these correctly, the viewer you were using obviously
doesn't. You can convert the file so it doesn't have the marks at the start
using the format menu in Notepad++ (e.g. Convert to UTF8 without BOM).
Hope that helps,
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=331753
------------------------------
Message: 5
Date: Fri, 05 Jun 2009 07:07:00 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Default folder for
new textfiles?
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=7427985
By: ander1122
For some reason, when I create and save a new textfile, Notepad++ always
suggests
that I save it to c:\windows\system32 (an odd choice!).
Other text editors "remember" the last folder where a new textfile was saved,
and that becomes the new default. I've found that very convenient.
If you don't want to do that, maybe you could make My Documents the default?
Or even make the default folder for new textfiles user-selectable?
Of course, maybe there _is_ a way to do this, and I'm just missing it. That's
why I'm posting here, instead of immediately submitting a feature request. :?)
Thanks, Ander
______________________________________________________________________
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: Fri, 05 Jun 2009 07:40:07 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Most
Recent Used file list
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=7428028
By: amadawn
Hi,
I found the "problem" and it was entirely my fault, since I did not understand
how the MRU feature worked.
Actually, it is a bit confusing but really clever.
The Most Recently Used files only shows files that are NOT currently open in
Notepad++. The problem was that I was expecting to see all recently open files
in the list, including those that were already open. Thus it was not until I
closed one file that I saw that file in the MRU list.
My apologies for the confusion, although I wonder if there is some way to make
this clearer, since most other editors I've used behave differently (although
now that I understand how the feature works, I find that Notepad++'s solution
is better!).
Perhaps this behaviour could be enabled/disabled through the configuration menu?
Also I believe that the MRU list should be enabled by default. Most editors
have this MRU list active all the time and it is reasonable to expect most
people
to want to use this feature.
Thanks for all your help!
Amadawn
______________________________________________________________________
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: Fri, 05 Jun 2009 07:51:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
ToolBar Missing after compilling with MSVC
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=7428055
By: aathell
Hey guys, could we get some testers for this patch which should allow for
compiling
without modification across different vc versions.
https://sourceforge.net/tracker/?func=detail&aid=2801589&group_id=95717&atid=612
384
Tested to work on VS2008 Express ( vc9 ).
Thanks,
almostautomated
______________________________________________________________________
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: Fri, 05 Jun 2009 09:14:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.4.2 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=7428193
By: jamerlan
Notepad++ Takes 100% CPU
How to reproduce:
1. Open file from remote machine: \\computer_name\home\alex\tasks.txt (i think
maybe file on local machine acceptable)
2. Modify it (replace all text for example).
3. Press Ctrl+S, Ctrl+W
Result: Notepad++ not responding.
It difficult to reproduce this bug.
______________________________________________________________________
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: Fri, 05 Jun 2009 12:20:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.4.2 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=7428390
By: im2crazy4u
This sounds like a network problem rather than a NP++ specific issue. This is
even more likely when you say "It difficult to reproduce this bug." What is
likely happening is that the network connection is being lost when the attempted
save occurs. Then if you tab out of NP++ and go back while it is saving, it
will then try to check if the file is changed (another network request).
In the end, I bet this problem would occur with more than just NP++. Try doing
the same in Word and see if it doesn't choke too.
2C
______________________________________________________________________
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: Fri, 05 Jun 2009 13:19:14 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to set file
extensions to "Languages"
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=7428470
By: cchris
In Settings -> Styler Configurator, selet XML on the left and add your custom
extensions in the small text field on the left. List is space separated without
leading period.
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: 11
Date: Fri, 05 Jun 2009 13:24:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: *.cmd editing,
with oem/ascii characters
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=7428485
By: cchris
I'd try using Terminal, Fixedsys or some similar font for highlighting DEFAULT
Batch style element. Or anything with OEM encoding.
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
------------------------------
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 37, Issue 18
*************************************************