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: save as / user define language bug
(SourceForge.net)
2. [notepad-plus - Help] RE: User Defined Language-Need space
for keyw (SourceForge.net)
3. [notepad-plus - Help] RE: Notepad++ for Mac! (SourceForge.net)
4. [notepad-plus - Help] Predefined languages - hardcoded?
(SourceForge.net)
5. [notepad-plus - Help] RE: Notepad++ for Mac! (SourceForge.net)
6. [notepad-plus - Help] RE: Edit a file at FTP location
(SourceForge.net)
7. [notepad-plus - Open Discussion] Request new enviroment
variable (SourceForge.net)
8. [notepad-plus - Help] RE: Edit a file at FTP location
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Request new enviroment
variable (SourceForge.net)
10. [notepad-plus - Open Discussion] Find/Replace blanking file
(SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Notepad++ 4.7.3 Docking
Modification (SourceForge.net)
12. [notepad-plus - Help] RE: load config.xml failed (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 11 Jan 2008 07:31:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: save as / user
define language 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=4716286
By: jasper_horn
I have no problem doing this - I think the problem is somewhere on your system.
Have you configured windows to show known extensions? (not saying this is the
problem, just that it tends to affect these kind of things AND what you think
they have as an extension after saving the file.
______________________________________________________________________
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: Fri, 11 Jan 2008 07:33:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
Language-Need space for keyw
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=4716288
By: jasper_horn
Did you try doing the very same thing? (possibly also symbolizing the comma)
______________________________________________________________________
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, 11 Jan 2008 07:42:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ for
Mac!
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=4716300
By: nobody
But a Mac is better, and some of us like to have a system that is reliable and
works over one that is buggy and shit. Plus they are much nicer to use, the
GUI is better designed and they have operating systems that work. All the time.
And are released when they are finished. They are just better. Get used to it.
______________________________________________________________________
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: Fri, 11 Jan 2008 07:53:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Predefined
languages - hardcoded?
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=4716328
By: jasper_horn
Am I correctly concluding that the predefined languages are hardcoded into N++?
It would explain why they appear to have so much more functions we can't so
in user-defined functions, and it would also explain why I can't find any file
with their definitions.
What I was trying to do is add support for a templating language for a
Templating
Engine that I'm still developing. It would be a language based on HTML, much
like PHP is (if you're just looking to the syntax, which only matters here,
otherwise PHP would be infinitely more powerful. But I can't seem to do this,
the difference in the systems made me think they are hardcoded. Of course there
might be another reason tehy are more powerful, but I wouldn't know what that
other reason would be.
Jasper
______________________________________________________________________
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: Fri, 11 Jan 2008 08:01:14 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ for
Mac!
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=4716353
By: jasper_horn
So yes, they are better (I am still favoring linux, though - but my comparison
is unfair I haven't really sat behind a mac too often).
However there is a completely different problem I guess. From what I read about
N++ I think it consists of two layers - a actual library that does the work
and a GUI layer on top of that. Now - I may have understood this incorrectly,
but I understood this GUI was done with the windows API. Now the widows API
(like most OS APIs) is terrible.
Personally I use a library to create a window and open a opengl drawing are
in it - just because I find it to messy to do it with the windows API, and next
have to do it agian fo reach other platform I want to support.
With this knowledge you might see where the problem with Mac support lies, it
simply is a heck of a job and takes up a lot of time. So.. I don't think Mac
Os support will be added in the near future. Unless, of course, you are
volunteering
to do the job...
______________________________________________________________________
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, 11 Jan 2008 08:08:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Edit a file at
FTP location
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=4716366
By: miked_187
search for a Novell program called 'netdrive', it will allow you to mount the
ftp site as a drive in windows explorer. Once the ftp site is mounted as a
drive you can do what you describe above
______________________________________________________________________
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: Fri, 11 Jan 2008 08:09:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Request
new enviroment variable
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=4716368
By: nobody
Hi,
in order to use KDiff tool like external diff tool, it be useful to have a new
enviroment variable to compare two last active document.
Now we have FULL_CURRENT_PATH that points to last active document.
I suggest to introduce a FULL_PENULTIMATE_CURRENT_PATH that points to the
penultimate
active document in order to define a user defined command like this:
<Command name="Kdiff" Ctrl="yes" Alt="no" Shift="no"
Key="68">C:\Programmi\KDiff3\kdiff3.exe "$(FULL_CURRENT_PATH)"
"$(FULL_PENULTIMATE_CURRENT_PATH)"</Command>
Thanks,
Rudi.
______________________________________________________________________
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, 11 Jan 2008 08:09:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Edit a file at
FTP location
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=4716369
By: miked_187
also - filezilla will allow you to edit files remotely
______________________________________________________________________
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: Fri, 11 Jan 2008 08:21:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Request new enviroment variable
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=4716392
By: donho
I'll consider it.
In the meantime, try out Compare plugin :
https://sourceforge.net/project/showfiles.php?group_id=189927&package_id=244011&
release_id=557818
It's quite good.
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
------------------------------
Message: 10
Date: Fri, 11 Jan 2008 08:27:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Find/Replace blanking 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=4716403
By: chud
Several times I've used Find/Replace to make changes in my file, then tried
to open the file outside of NotePad++ and it was empty. The file was still
displayed correctly in Notepad++ (I hadn't closed it), so I had to make a change
and resave it to get the file back.
Is this a known bug? I didn't see it in the bug tracker.
______________________________________________________________________
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: 11
Date: Fri, 11 Jan 2008 08:55:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ 4.7.3 Docking Modification
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=4716443
By: jenslorenz
I updated the file. Link is the same.
Have fun.
______________________________________________________________________
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: Fri, 11 Jan 2008 09:13:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: load config.xml
failed
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=4716477
By: nobody
I installed this excellent program to a USB drive and for the first few sessions
it worked very well. Then I started getting "load config.xml failed" and "load
styler.xml failed" messages, followed by memory error messages when I closed
the program. After reading through this forum, I looked through all the NPP
folders and realized that for some reason, the only copies of config.xml and
stylers.xml I could find were in the
/Notepad++Portable/App/DefaultData/settings/
folder. I copied the two files to the /Notepad++Portable/Notepad++/ folder and
bingo, no more error messages and my Local Folders window was back.
Love the program, I've been looking for an app like this for a long time. There
are a few features I would love to see added (like the ability to highlight
portions of code and comment them out <!-- --> with one click) but for the
price,
it rocks as is. Keep up the good work.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 20, Issue 57
*************************************************