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] Bug in c language
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Request: Rename ASP to
ASP (VBScript) (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Feature request - apply
macro to all tabs (SourceForge.net)
4. [notepad-plus - Help] RE: Can Note++ use to compile??
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Request: Rename ASP to
ASP (VBScript) (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Requested Features
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: No context menus in vist
(SourceForge.net)
8. [notepad-plus - Help] "Open with Notepad++" context menu
missing (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Feature request - apply
macro to all tabs (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Requested Features
(SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Feature request - apply
macro to all tabs (SourceForge.net)
12. [notepad-plus - Help] Can Note++ use to compile??
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 18 Dec 2007 06:25:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug in c
language
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=4680950
By: nobody
if you have a #define that have more then one line you should put the "\"
character
in the end of the line to announce that the next line is a continue of the
define,
until now everything works fine.
But if you have a comment in the define it kills the define and return you to
regular c writing
for example :
#define avner(a,b,c) \
{ \
if (a==b)/*a and b equals*/ \
c=b; \
}
the c=b is not colored as define and it make a real big mass with the {} close
and so on
______________________________________________________________________
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: Tue, 18 Dec 2007 08:09:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Request: Rename ASP to ASP (VBScript)
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=4681122
By: seaktf
I'd like to "do it myself", but where and how?
______________________________________________________________________
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: Tue, 18 Dec 2007 08:16:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request - apply macro to all tabs
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=4681138
By: fidvo
(I am the author of Simple Script)
I was actually thinking the same thing. I could add menu options "Run script
on all open tabs" and "Repeat script on all open tabs." Right now there's no
way to do it in Simple Script, but it's on the wish list. If I can figure out
how to switch between tabs, I'll probably add it to version 1.2 or 1.3. I don't
anticipate there will be any great difficulty; I just need to research it a bit.
______________________________________________________________________
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: Tue, 18 Dec 2007 08:25:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can Note++ use
to compile??
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=4681147
By: fidvo
You can run an external compiler from the Run menu.
Read this:
http://notepad-plus.sourceforge.net/uk/run-HOWTO.php
______________________________________________________________________
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: Tue, 18 Dec 2007 09:06:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Request: Rename ASP to ASP (VBScript)
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=4681194
By: nobody
Its hardcoded into the menu so you cannot rename it. You can however change
the description tag in stylers.xml so it gets changed in the styler
configuration
dialog
______________________________________________________________________
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: Tue, 18 Dec 2007 09:48:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Requested Features
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=4681250
By: nobody
To Mr. Nobody/Anonymous (nobody) - 2007-11-30 11:52
Hey Are you developing this program?
If the answer is No, then I suggest you keep your petty opinions to yourself.
I am making suggestions, not forcing the issues.
If you are not coding this program, then it shouldn't affect you - in which
case you can keep your trap shut.
FYI I have used PsPad - which has some of those features, and they work very
well. Maybe you have not heard about working in an organized way?
At least there are some courteous people who offer Support and advise
I also use N++ and I am quite happy to use this daily. So I will not be looking
at alternatives just yet.
______________________________________________________________________
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: Tue, 18 Dec 2007 10:13:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: No
context menus in vist
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=4681395
By: nobody
It has disappeared in XP as well. What happened? I used that context menu all
the time, and now it's gone.
______________________________________________________________________
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: Tue, 18 Dec 2007 10:25:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] "Open with
Notepad++" context menu missing
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=4681412
By: nobody
After jumping up a couple versions to 4.6, the context menu item "Open with
Notepad++" has disappeared. That was very useful! How can I get it back?
______________________________________________________________________
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: Tue, 18 Dec 2007 10:44:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request - apply macro to all tabs
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=4681446
By: nobody
I don't know how easily this can be done, but it would be nice if the script
language would allow switching tabs, too. But if it's in the menu, I guess it
would already be of great help. (But what if a script goes wrong and ends in
an error, or is that impossible?)
______________________________________________________________________
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: Tue, 18 Dec 2007 11:11:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Requested Features
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=4681497
By: nobody
> I am making suggestions, not forcing the issues.
This is quite a humorous thread. You are not forcing (of course, because you
can't!), but you think it is up to you to tell us what is important and what
is not, what features _should_ do, which features should be _disabled_ and add
things that can be done by using other tools or that are already in Notepad++?
> Maybe you have not heard about working in an organized way?
What kind of an idiot are you to come up with this assumption? Are you hurt
in your pride by my smart remarks? If you really want to get somewhere don't
start talking about things that don't matter and certainly not to degrade me.
You simply can't.
> At least there are some courteous people who offer Support and advise
How about reading the documentation first, before you request something that
is already there??? This is also a piece of advise.
Eventually, Notepad++ will conquer, so there isn't a need to look for something
else.
______________________________________________________________________
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: Tue, 18 Dec 2007 13:49:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request - apply macro to all tabs
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=4681789
By: fidvo
Switching tabs through a script is probably beyond the scope of the plugin.
SimpleScript is meant for text processing, not program control.
As far as errors go, I've done my best to anticipate errors and catch them in
the validation process, so most errors will be caught before any updating of
the data takes place. However, it's possible that some will sneak through.
In this case, the error will bring everything to a halt, and the updated data
will not be copied back into the document. I figured this was the best
solution;
not only is it easy to code, but if anything goes wrong, the document is left
in its original state.
When dealing with running a script on multiple documents (i.e. tabs), the errors
can be divided into 3 categories, listed here in order of decreasing
probability:
1) Syntax errors. It will be caught during the validation process and the
script
won't run at all. Just fix it and run it again.
2) Logical bugs or other runtime errors. It will most likely manifest itself
in the first document it tries to update, and therefore none of the documents
will be updated. Again, just fix it and run it again.
3) Errors that depend upon the content of the document. It will update some
of the tabs fine, but others will be left un-updated. You might need to "Undo"
some of the documents to get them back to the original state so you can make
the fixes and run the script again.
Since the third type of error should be extremely rare and doesn't result in
an unrecoverable state, I don't think I'll worry about it too much when I write
the code to run a script on all opened tabs.
______________________________________________________________________
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: Tue, 18 Dec 2007 06:23:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can Note++ use to
compile??
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=4680947
By: nobody
I have installed JAVA Virtual machine and i was trying to use notepad++ to
compile,
but i can't find the configuration that can help me to compile or make a
shortcut
to run java compiler. Can notepad++ integrate the ther programming language
compiler??
Thnks.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
SF.Net email is sponsored by:
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 19, Issue 48
*************************************************