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] Auto-Update/Check for update
(SourceForge.net)
2. [notepad-plus - Help] RE: Very Basic Q: How to Use Folding
for Outline (SourceForge.net)
3. [notepad-plus - Open Discussion] fold code at comment lines
in ini/reg files? (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: fold code at comment
lines in ini/reg files? (SourceForge.net)
5. [notepad-plus - Help] RE: Very Basic Q: How to Use Folding
for Out (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Function List plugin
is available (SourceForge.net)
7. [notepad-plus - Help] RE: Very Basic Q: How to Use Folding
for Out (SourceForge.net)
8. [notepad-plus - Help] Use the Formfeed-character (SourceForge.net)
9. [notepad-plus - Help] How to quickly call prg like linker
compil.. (SourceForge.net)
10. [notepad-plus - Help] save to UTF-8 without BOM from cmd line
(SourceForge.net)
11. [notepad-plus - Plugin Development] RE: Function List plugin
is available (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Problem using
auto-completion (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 12 Feb 2007 23:41:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Auto-Update/Check for update
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=4155300
By: nobody
Is it possible to add an auto-update feature (i.e. a button that searches for
and downloads any available updates). Just thought it might be useful, lets
people update to the latest version whenever they want, without them having
to go to the site, find the downloads, save the file, run the file, etc.
Also, (this has probably been asked one million times) is it possible to add
the ability to compile your code into an .exe file?
Just some ideas...
______________________________________________________________________
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, 13 Feb 2007 00:35:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Very Basic Q:
How to Use Folding for Outline
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=4155351
By: nobody
Is there a way of extending the definitions for functions?
In asp the function list lists function starting with "Function" but I would
also like functions called "Sub" to show up in the list.
Where can I kind of classify "Sub" as a 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=331754
------------------------------
Message: 3
Date: Tue, 13 Feb 2007 00:41:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] fold
code at comment lines in ini/reg files?
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=4155364
By: nobody
would it be possible to add maybe an option to do custom code folding. i do
a lot or reg file work, and i dont really need to fold the registry keys
themselves.
i have comments about what each set of the keys below it does, and it is much
easier to navigate if i could fold everything and leave the comment lines and
just see the descriptions rather than the contents which are often lengthy.
basically an option to use ";" or "//" as the folding delimiter rather than [];
it would be useful also for well commented source code and script files as it
could show you program execution flow without having to browse the entire file
for comments but rather instantly know what part to unfold for modification.
thanks,
Leon
______________________________________________________________________
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, 13 Feb 2007 01:08:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: fold
code at comment lines in ini/reg files?
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=4155397
By: nobody
i suppose something like ;/ and ;\ can be used to indicate the beginning and
end of what needs to be folded so that multiple consecutive comment lines arent
folded individually. maybe in the xml schema add an entry to specify a custom
string for beginning and end of foldable comment block delimiters, that way
it doesnt need to be hardcoded :) and you would need an option to disable the
standard code folding while keeping the custom in teh prog itself.
i hope it's easy to do and i dont know about anyone else but i think it would
be useful.
thoughts?
Leon
______________________________________________________________________
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: Tue, 13 Feb 2007 01:58:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Very Basic Q:
How to Use Folding for Out
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=4155478
By: nobody
You should have a space after `. Try this,
` test1
aaaaaaaaaa
aaaaaaa
``
Of course I tried that, with and without spaces.
Long and short text, etc. I can see the function names
change accordingly, get highlighted in the list, etc.
Hitting the Try button in the User Rules dialog shows
my functions immediately!
But I never see the [-] and [+] folding icons
like I do in all other languages...
Slo
______________________________________________________________________
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: Tue, 13 Feb 2007 02:00:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function List plugin is available
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=4155480
By: nobody
In C and C++, the following function is not recognized.
#include <stdio.h>
int test
(int arg)
{
if (arg)
printf("hello");
}
Regards
Laurent
______________________________________________________________________
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: 7
Date: Tue, 13 Feb 2007 02:11:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Very Basic Q:
How to Use Folding for Out
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=4155495
By: nobody
>You should have a space after `. Try this,
>` test1
>aaaaaaaaaa
>aaaaaaa
>``
Of course I tried that, with and without spaces.
Long and short text, etc. I can see the function names
change accordingly, get highlighted in the list, etc.
Hitting the Try button in the User Rules dialog shows
my functions immediately!
But I never see the [-] and [+] folding icons
like I do in all other languages...
Slo
______________________________________________________________________
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: 8
Date: Tue, 13 Feb 2007 02:24:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Use the
Formfeed-character
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=4155512
By: nobody
Can't find a way how to let Notepad++ translate the Formfeed-character
(ascii-number
12, format Normal Text in unicode) to a real "formfeed" during printing.
Any help will be appreciated.
Thanks in advance.
Marinus Vonhof
______________________________________________________________________
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, 13 Feb 2007 02:27:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to quickly call
prg like linker compil..
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=4155515
By: nobody
hello,
First, thanks for this tools who help me every days.
I need to call different program like parser compilator and linker.
I know the F5 key but is there a different way to add more link ? with icons?
thanks,
ptiloup.
______________________________________________________________________
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: Tue, 13 Feb 2007 02:42:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] save to UTF-8
without BOM from cmd line
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=4155537
By: nobody
Hi
Is it possible to open an existing document and save it to UTF-8 without BOM
from the command line ?
I have seen it was possible to open documents from the cmd line, but not to
save.
Thanks for all, for my mind, notepad++ is the best free source code editor for
web developpment.
GoZ - French Developper
______________________________________________________________________
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: Tue, 13 Feb 2007 02:52:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function List plugin is available
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=4155555
By: nobody
This is normal and I want to explain this behaviour every time!
If you have function names with braces, the first brace have to be available
at the same line as the function name:
functionname (
bla bla,
blub blub)
{
...
}
There is no other way possible!
Best Regards
Jens
______________________________________________________________________
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: 12
Date: Tue, 13 Feb 2007 03:06:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Problem using auto-completion
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=4155571
By: jerolh
For version 4.01, for Python, I had to re-sort the python.api. The sort order
should disregard the upper-case lower-case distinction, and put the double
underscores at the end. I found that the following re-sort works for me (I added
3 or 4 keywords):
abs
and
append
appendleft
apply
ArithmeticError
array
assert
AssertionError
AST
atexit
AttributeError
BaseHTTPServer
Bastion
break
callable
CGIHTTPServer
chr
class
cmd
cmp
codecs
coerce
commands
compile
compileall
Complex
complex
continue
copy
dbhash
def
del
delattr
deque
dir
dircmp
dis
divmod
dospath
dumbdbm
elif
else
emacs
EOFError
eval
except
Exception
exec
execfile
filter
finally
find
float
FloatingPointError
fmt
fnmatch
for
from
ftplib
getattr
getopt
glob
global
globals
gopherlib
grep
group
hasattr
hash
hex
htmllib
httplib
id
if
ihooks
imghdr
import
ImportError
imputil
in
IndentationError
IndexError
input
int
intern
IOError
is
isinstance
issubclass
iter
joinfields
KeyboardInterrupt
KeyError
lambda
len
linecache
list
local
lockfile
long
LookupError
macpath
macurl2path
mailbox
mailcap
map
match
math
max
MemoryError
mimetools
Mimewriter
mimify
min
mutex
NameError
newdir
ni
nntplib
None
not
ntpath
nturl2path
oct
open
or
ord
os
ospath
OverflowError
Para
pass
pdb
pickle
pipes
poly
pop
popen2
popleft
posixfile
posixpath
pow
print
profile
pstats
pyclbr
pyexpat
Queue
quopri
raise
rand
random
range
raw_input
reduce
regex
regsub
reload
repr
return
rfc822
round
RuntimeError
sched
search
self
setattr
setdefault
sgmllib
shelve
SimpleHTTPServer
site
slice
sndhdr
snmp
SocketServer
splitfields
StandardError
str
string
StringIO
struct
SyntaxError
sys
SystemError
SystemExit
TabError
tb
tempfile
Tkinter
toaiff
token
tokenize
traceback
try
tty
tuple
type
TypeError
types
tzparse
unichr
unicode
unicodedata
urllib
urlparse
UserDict
UserList
util
uu
ValueError
vars
wave
webbrowser
whatsound
whichdb
while
whrandom
xdrlib
xml
xmlpackage
xrange
ZeroDivisionError
zip
zmod
__abs__
__add__
__and__
__bases__
__call__
__class__
__cmp__
__coerce__
__del__
__delattr__
__delitem__
__delslice__
__dict__
__div__
__divmod__
__float__
__getattr__
__getitem__
__getslice__
__hash__
__hex__
__iadd__
__iand__
__idiv__
__ilshift__
__imod__
__import__
__init__
__int__
__invert__
__ior__
__ipow__
__irshift__
__isub__
__ixor__
__len__
__long__
__lshift__
__members__
__methods__
__mod__
__mul__
__name__
__neg__
__nonzero__
__oct__
__or__
__pos__
__pow__
__radd__
__rand__
__rdiv__
__rdivmod__
__repr__
__rlshift__
__rmod__
__rmul__
__ror__
__rpow__
__rrshift__
__rshift__
__rsub__
__rxor__
__setattr__
__setitem__
__setslice__
__str__
__sub__
__version__
__xor__
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 9, Issue 36
************************************************