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] RE: Creating Scintilla
Lexers (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Last (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: D language support.
(SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Help find me a complete
document of the regex (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Vertical selection
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: improvement
functionality of notepad++ (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Notepad++ v5.2 released
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad++ v5.2 released
(SourceForge.net)
9. [notepad-plus - Open Discussion] New release v5.3
(SourceForge.net)
10. Compile NPP 5.2 under MinGW32/Vista64 (Wolf Stephan Kappesser)
----------------------------------------------------------------------
Message: 1
Date: Fri, 20 Mar 2009 17:16:12 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Creating Scintilla Lexers
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=6890391
By: airdrik
I think the community would greatly appreciate a more powerful custom-language
tool, as the current user defined language dialog works well only as long as
the definition fits into a set of expected structures, but otherwise breaks
down quickly, and can easily be seen as insufficient to correctly reproduce
even half of the currently available "pre-packaged" languages.
If I remember correctly, Scintilla requires language definitions to be basically
built-in as lexers, and I don't know how plugable they are. An ideal solution
would be for a "language" definition which uses runtime-implemented regular
expressions for lexing the code, thus allowing you to set syntax regex's in
config files and changed as needed.
______________________________________________________________________
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, 20 Mar 2009 17:20:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Last
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=6890426
By: airdrik
I would like to redirect you over to the Notepad++ plugins project, where all
of the 3rd party plugins are managed.
I don't think they've updated the function list available for download on that
project to the one that is compatible with the NP++ 5.x Unicode series, yet.
However, you will find information and links in the Function List forum to the
site where the latest version can be downloaded.
______________________________________________________________________
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: Fri, 20 Mar 2009 17:27:53 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: D
language support.
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=6890497
By: airdrik
For syntax highlighting, you could probably make due with using one of
the c/c++/c#/java highlighters (add "d" as a user extension to the language
used in the Styler Configurator). Doing this you can change only the keywords
using the langs.xml file and the language's .api file.
Someone has also posted a user defined language definition for D on these
forums.
It may take a bit of searching to find 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=331753
------------------------------
Message: 4
Date: Fri, 20 Mar 2009 17:30:19 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Help
find me a complete document of the regex
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=6890521
By: airdrik
There is also http://notepad-plus.sourceforge.net/uk/regExpList.php on NP++'s
main site for NP++'s find/replace regular expressions, which also includes a
short tutorial on using them in NP++.
______________________________________________________________________
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, 20 Mar 2009 17:31:58 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Vertical selection
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=6890541
By: airdrik
Try using another character to represent the spaces (or tabs), like _ or -
______________________________________________________________________
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: Fri, 20 Mar 2009 17:40:39 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
improvement functionality of 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=6890614
By: airdrik
Short answer to most of these is that NP++ is just a code editor, not an IDE.
It does very little introspection into the files that it displays for you to
use, and really only supports syntax highlighting and limited autocompletion.
There is also a plugin which lists the functions in the current document, but
that's about as fancy as it gets (the current set of 3rd party plugins are
managed
on the Notepad++ plugins project, also here at sourceforge).
If you are willing to contribute, I would redirect your attention to the
Scintilla
project which is the editor component used in NP++ where these enhancements
could be implemented.
______________________________________________________________________
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, 20 Mar 2009 18:30:00 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.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=6890985
By: prozaker
your response wasnt correct. u talked about updating n++ i was referring to
file status updating
______________________________________________________________________
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, 20 Mar 2009 18:30:40 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.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=6890988
By: prozaker
*incorrect
______________________________________________________________________
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, 20 Mar 2009 19:05:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New
release v5.3
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=6891214
By: donho
In this new release, a line change state vertical bar is added. However, it
has a bug during the redo action. I'll try to fix it in the next release.
Here are Notepad++ v5.3 new features and fixed bugs (from v5.2) :
1. Add Line change state vertical bar.
2. Drop (or open in dos command line) a directory in Notepad++ to open all
files in the directory recursively.
3. Add "Find all in current file" feature.
4. (Most of) Find/replace dialog settings are remembered.
5. Add a hidden setting (dlgAlwaysVisible in config.xml) to allow user set
it manually to not hide the Find/Replace dialog if any result found.
6. Fix uncomment block erasing first character bug.
7. Enlarge some strings displayed zone for the translation.
8. Fix ESC key for column mode behaviour.
9. Fix read only file SaveAs bug.
10. Change behaviour : no popup dialog while closing an unsaved empty untitled
document.
11. Changing "Search result" stylers via Styler Configurator takes visual effect
on the fly now.
12. Fix for L_EXTERNAL in loadSession.
13. Variable $(CURRENT_WORD) is enlarged to 2039 charraters.
14. Fix the bug the Notepad++ is launched several instances but show nothing.
15. Fix Find in files regression : The result panel doesn't show Unicode
characters
correctly.
Included plugins (Unicode):
1. TextFX v0.26
2. NppExec v0.3 RC1
3. Spell Checker v1.3.2
4. MIME Tools v1.5
5. FTP_synchronize v0.9.6
6. NppExport v0.2.8
7. Doc Monitor v2.2
8. NppNetNote v0.1
Included plugins (ANSI):
1. TextFX v0.25
2. NppExec v0.3 RC1
3. Spell Checker v1.3.1
4. MIME Tools v1.5
5. FTP_synchronize v0.9.6
6. NppExport v0.2.8
7. Light Explorer v1.5
8. Doc Monitor v2.2
9. NppNetNote v0.1
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, 20 Mar 2009 20:38:55 +0100
From: "Wolf Stephan Kappesser" <[email protected]>
Subject: [Notepad-plus-plus] Compile NPP 5.2 under MinGW32/Vista64
To: <[email protected]>
Message-ID: <[email protected]@gmx.de>
Content-Type: text/plain; charset="us-ascii"
HELLO,
I AM TRY TO COMPILE NPP 5.2 SVN UNDER MinGW32/gcc 3.4.5 AND Windows Vista64
Business AND GET ERRORS. TRY TO DEBUG SINCE YESTERDAY. PLEASE HELP:
------ OUTPUT -------
g++ -DNDEBUG -Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -I
../include -I ../src -Os -fno-exceptions -fno-
rtti -mno-cygwin -c ../src/XPM.cxx
dllwrap --disable-stdcall-fixup --def Scintilla.def --add-stdcall-alias
--target i386-mingw32 -o ../bin/Scintilla.dll Sc
intillaWin.o ScintillaBase.o Editor.o CharClassify.o Decoration.o Document.o
ContractionState.o CellBuffer.o CallTip.o S
cintRes.o PlatWin.o PositionCache.o KeyMap.o Indicator.o LineMarker.o
RESearch.o RunStyles.o Style.o ViewStyle.o AutoCom
plete.o UniConversion.o PropSet.o XPM.o -mwindows -lstdc++ -limm32 -lole32
-luuid -mno-cygwin -s --relocatable
Warning: resolving _Scintilla_DirectFunction by linking to
_scintilla_directfunct...@16
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
Warning: resolving _Scintilla_DirectFunction by linking to
_scintilla_directfunct...@16
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
g++ -DNDEBUG -Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -I
../include -I ../src -Os -fno-exceptions -fno-
rtti -mno-cygwin -D SCI_LEXER -c ScintillaWin.cxx -o ScintillaWinL.o
------ SNIP -----
g++ -DNDEBUG -Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -I
../include -I ../src -Os -fno-exceptions -fno-
rtti -mno-cygwin -c ../src/LexObjC.cxx
../src/LexObjC.cxx: In function `void ColouriseObjCDoc(unsigned int, int,
int, WordList**, Accessor&, bool)':
../src/LexObjC.cxx:125: error: `SCE_OBJC_DIRECTIVE' was not declared in this
scope
../src/LexObjC.cxx:125: warning: unused variable 'SCE_OBJC_DIRECTIVE'
../src/LexObjC.cxx:140: error: `SCE_OBJC_QUALIFIER' was not declared in this
scope
../src/LexObjC.cxx:140: warning: unused variable 'SCE_OBJC_QUALIFIER'
../src/LexObjC.cxx: In function `void FoldBoxObjCDoc(unsigned int, int, int,
WordList**, Accessor&)':
../src/LexObjC.cxx:516: error: `SCE_OBJC_DIRECTIVE' was not declared in this
scope
../src/LexObjC.cxx:516: warning: unused variable 'SCE_OBJC_DIRECTIVE'
../src/LexObjC.cxx: In function `void FoldNoBoxObjCDoc(unsigned int, int,
int, Accessor&)':
../src/LexObjC.cxx:688: error: `SCE_OBJC_DIRECTIVE' was not declared in this
scope
../src/LexObjC.cxx:688: warning: unused variable 'SCE_OBJC_DIRECTIVE'
../src/LexObjC.cxx: At global scope:
../src/LexObjC.cxx:757: error: `SCLEX_OBJC' was not declared in this scope
mingw32-make: *** [LexObjC.o] Error 1
del /q *.exe *.o *.obj *.dll *.res *.map
g++ -MM -DNDEBUG -Os -W -Wall -I ../../scintilla/include -I
../../scintilla/win32 -I ../src -I ../lua/include -mno-cygw
in -Wno-char-subscripts -pedantic -fno-exceptions -fno-rtti -mno-cygwin
*.cxx ../src/*.cxx ../lua/src/*.c ../lua/src/li
b/*.c >deps.mak
------ SNIP -----
Wno-char-subscripts -pedantic -fno-exceptions -fno-rtti -mno-cygwin -c
./src/MultiplexExtension.cxx -o MultiplexExtension.o
g++ -DNDEBUG -Os -W -Wall -I ../../scintilla/include -I
../../scintilla/win32 -I ../src -I ../lua/include -mno-cygwin -
Wno-char-subscripts -pedantic -fno-exceptions -fno-rtti -mno-cygwin -c
UniqueInstance.cxx -o UniqueInstance.o
mingw32-make: *** No rule to make target `WindowAccessor.o', needed by
`SciTEBase.o'. Stop.
------ TUPTUO -------
THE POWERSHELL SCRIPT I USED TO GENERATE CONTAINS:
------ SCRIPT -------
$env:path += ";C:\MinGW\bin"
cd "C:\Users\WSK_2\Projekte\Visual Studio
2008\Projects\notepad-plus\scintilla\win32"
mingw32-make clean
cd ..\src\
Invoke-Item LexGen.py
cd ..\include
Invoke-Item HFacer.py
cd "C:\Users\WSK_2\Projekte\Visual Studio
2008\Projects\notepad-plus\scite\win32"
mingw32-make clean
mingw32-make deps
mingw32-make
cd "C:\Users\WSK_2\Projekte\Visual Studio
2008\Projects\notepad-plus\scintilla\"
------- TPIRCS -----
THANKS IN ADVANCE
WSK
------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 34, Issue 49
*************************************************