Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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 - Plugin Development] REQUEST:      Site Manager
      (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: FTP       plugin
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: [Future      Feature Request]
      NPPN_BufferChangeLan (SourceForge.net)
   4. [notepad-plus - Open Discussion] Request: TCL     Sytax in 5.x
      (SourceForge.net)
   5. [notepad-plus - Help] RE: syntax folding broken   in 5.x?
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: problem      with user
      defined lang (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Command      line option
      multiinst broken (SourceForge.net)
   8. [notepad-plus - Help] RE: multi-line tabs (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE:      [SUGGESTION] Real line
      width limit (tabs) (SourceForge.net)
  10. [notepad-plus - Help] RE: ASP Syntax      Highlighting Bug
      (SourceForge.net)
  11. [notepad-plus - Help] How to fold procedures      and functions in
      SQL (SourceForge.net)
  12. [notepad-plus - Open Discussion] Notepad 5.03     source not
      compile cleanly MinGW (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Thu, 07 Aug 2008 15:20:12 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        REQUEST:        Site Manager
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=5152721
By: jduhls

If someone could create a "Site Manager" plugin that mimics Adobe(Macromedia)
Dreamweaver's "Site Manager", that would be glorious!  It would be a combination
of the Explorer and FTP plugins.  One pane would be local files and the other
would be remote files and directory structure would be maintained between the
two on upload and download.  The "Site Profile" would contain the location of
the local files and remote information.  Remote location could be FTP, network,
or even local location.  Otherwise, I love Notepad++!!!  I wish I could do this
myself but I don't think I have the skills.  Maybe there is already an existing
plugin that I have not found?  NON-WYSIWYG Web developers like me would love
this kind of plugin.

______________________________________________________________________
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: 2
Date: Thu, 07 Aug 2008 15:36:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP     plugin
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=5152754
By: vongodric

anyone?

______________________________________________________________________
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: 3
Date: Thu, 07 Aug 2008 16:33:35 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Future Feature Request] NPPN_BufferChangeLan
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=5152900
By: aathell

For anyone that is using a lexer that has indicators that remain behind when
choosing a new language the below code will fix it, you'll need to rebuild the
SciLexer.dll and replace the one in the Notepad++ directory.

// replace the ClearDocumentStyle at line 3499 in Editor.cxx
void Editor::ClearDocumentStyle() {
        for (int i =0; i <= 7; i++) {
                vs.indicators[i].style = 0;
                pdoc->decorations.SetCurrentIndicator(i);
                pdoc->decorations.SetCurrentValue(0);
                pdoc->DecorationFillRange(0, 0, pdoc->Length());
        }
        pdoc->StartStyling(0, '\377');
        pdoc->SetStyleFor(pdoc->Length(), 0);
        cs.ShowAll();
        pdoc->ClearLevels();
}

That sort of negates the reason for wanting a NPPN_BufferChangeLanguage message
too. :)

Thell



______________________________________________________________________
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: Thu, 07 Aug 2008 16:35:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Request:
        TCL     Sytax in 5.x
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=5152908
By: procdaddy

I love Notepad++ and I really can't imagine life without, but I do alot
of programming in TCL and I absolutely love the syntax highlight features. In
the latest version this has been removed and I have search everywhere for an
alternative, but my alternative for now is to revert back to using 4.9. I hope
I'm not the only one that misses the TCL syntax.

______________________________________________________________________
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, 08 Aug 2008 12:35:50 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: syntax folding
        broken  in 5.x?
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=5154583
By: vserghi

I load in a python script (or any file for that matter) and it gets colour coded
as usual. Press Alt+0 and it only folds what is seen on the screen. Set this
file style to normal text, then back to Python. Now fold again using Alt+0 and
all the file gets folded as it should. I've tried Python, VB/VBA (bas, frm and
cls files), Matlab, C, my own derivatives; all have the same problem.

This was a clean install of NPP 5.0.3, previous install completely deleted,
all data settings were saved to program files so nothing is saved to %APPDATA%,
all plugins removed.

______________________________________________________________________
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: Thu, 07 Aug 2008 07:52:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        problem with user defined lang
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=5151944
By: sturkel

is there nobody who can help me with this irritating problem?

______________________________________________________________________
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: Thu, 07 Aug 2008 08:03:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Command line option multiinst broken
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=5151972
By: ak_256

Hi,

try it with "-multiInst" parameter. This parameter is case sensitive (but why
?)

best regards
Ak

______________________________________________________________________
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: Thu, 07 Aug 2008 16:48:23 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: multi-line 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=5152927
By: derikd

There is a feature in settings that will allow you to lock the tab order.  So
you arrange them how you want and lock them down.

Eventually though you end up opening a few more files (without wanting to close
the first group) and the new ones are now "out of order".

What there needs to be, is a "keep tabs in alphabetical order" and/or  "sort
by type".  In the former case, files like "foo.c" will tend to be next to 
"foo.h"
while in the latter case, foo.c will be near food.c and the corresponding ".h"
files will be lower in the tab list.

______________________________________________________________________
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: Thu, 07 Aug 2008 17:05:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [SUGGESTION] Real line width limit (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=5152959
By: derikd

So wait.  This thread suggests that there is currently some way in NPP to 
highlight
characters in lines that go beyond a certain length? or provide a "line" where
the length is?  The latter would be kind of weird since I use different font
sizes for end of line comments.

If so, what is this method?

______________________________________________________________________
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: Thu, 07 Aug 2008 18:57:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ASP Syntax
        Highlighting 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=5153195
By: lepa71

Is there a plan to fix this?

______________________________________________________________________
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: Thu, 07 Aug 2008 19:31:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to fold
        procedures      and functions in SQL
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=5153252
By: captain_flint

I would like to use Notepad++ to edit some large pl/sql packages.

The SQL language style gives good syntax highlighting but how can I set up for
folding procedures and functions?


______________________________________________________________________
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: 12
Date: Fri, 08 Aug 2008 00:15:22 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad
        5.03    source not compile cleanly MinGW
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=5153650
By: noangel777

Problem:
Downloaded Notepad++ 5.03 source code
(http://internap.dl.sourceforge.net/sourceforge/notepad-plus/npp.5.0.3.src.zip)
and tried to compile with stable MinGW compiler(gcc --version --> "gcc (GCC)
3.4.5 (mingw-vista special r3)", g++ --version "g++ (GCC) 3.4.5 (mingw-vista
special r3)").

Compiler logs:
PATH=[...];C:\WINNT\system
32;C:\WINNT;C:\WINNT\System32\Wbem;[...];C:\Dev-Cpp\bin;C:
\Dev-Cpp\libexec\gcc\mingw32\3.4.5;C:\Dev-Cpp\lib;C:\Dev-Cpp\include
--
cd [...]\Notepad++_build_root\scintilla\win32
mingw32-make
[...]
g++ -DNDEBUG -Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -I
../incl
ude -I ../src -Os -fno-exceptions  -fno-rtti -mno-cygwin
-c ../src/LexSearchResu
lt.cxx
../src/LexSearchResult.cxx:47: error: extra `;'
../src/LexSearchResult.cxx:57: error: extra `;'
mingw32-make: *** [LexSearchResult.o] Error 1
/*ok, it's easy to fix here*/
src/LexSearchResult.cxx changes:
d47 1
a47 1
}/*;*/
d57 1
a57 1
}/*;*/
--
mingw32-make
bin/SciLexer.dll built OK
--
cd [...]\PowerEditor\gcc
mingw32-make
[...]
g++ -include./include/various.h -I../src -I../src/WinControls
-I../src/WinContro
ls/AboutDlg -I../src/WinControls/ContextMenu -I../src/WinControls/ColourPicker
-
I../src/WinControls/DockingWnd -I../src/WinControls/Grid
-I../src/WinControls/Im
ageListSet -I../src/WinControls/OpenSaveFileDialog
-I../src/WinControls/Preferen
ce -I../src/WinControls/shortcut -I../src/WinControls/SplitterContainer
-I../src
/WinControls/StaticDialog -I../src/WinControls/StaticDialog/RunDlg
-I../src/WinC
ontrols/StatusBar -I../src/WinControls/TabBar -I../src/WinControls/TaskList
-I..
/src/WinControls/ToolBar -I../src/WinControls/ToolTip
-I../src/WinControls/TrayI
con -I../src/WinControls/TreeView -I../src/WinControls/WindowsDlg
-I../src/TinyX
ml -I../src/ScitillaComponent -I../src/MISC -I../src/MISC/Exception
-I../src/MIS
C/PluginsManager -I../src/MISC/Process -I../src/MISC/RegExt
-I../src/MISC/SysMsg
 -I../../scintilla/include -I./include -c
../src/ScitillaComponent/AutoCompletio
n.cpp -o ../src/ScitillaComponent/AutoCompletion.o
../src/ScitillaComponent/ScintillaEditView.h:563: warning: inline function
`void
 ScintillaEditView::makeStyle(LangType, const char**)' used but never defined
g++ -include./include/various.h -I../src -I../src/WinControls
-I../src/WinContro
ls/AboutDlg -I../src/WinControls/ContextMenu -I../src/WinControls/ColourPicker
-
I../src/WinControls/DockingWnd -I../src/WinControls/Grid
-I../src/WinControls/Im
ageListSet -I../src/WinControls/OpenSaveFileDialog
-I../src/WinControls/Preferen
ce -I../src/WinControls/shortcut -I../src/WinControls/SplitterContainer
-I../src
/WinControls/StaticDialog -I../src/WinControls/StaticDialog/RunDlg
-I../src/WinC
ontrols/StatusBar -I../src/WinControls/TabBar -I../src/WinControls/TaskList
-I..
/src/WinControls/ToolBar -I../src/WinControls/ToolTip
-I../src/WinControls/TrayI
con -I../src/WinControls/TreeView -I../src/WinControls/WindowsDlg
-I../src/TinyX
ml -I../src/ScitillaComponent -I../src/MISC -I../src/MISC/Exception
-I../src/MIS
C/PluginsManager -I../src/MISC/Process -I../src/MISC/RegExt
-I../src/MISC/SysMsg
 -I../../scintilla/include -I./include -c ../src/ScitillaComponent/Buffer.cpp
-o
 ../src/ScitillaComponent/Buffer.o
In file included from ../src/Notepad_plus.h:44,
                 from ../src/ScitillaComponent/Buffer.cpp:10:
../src/WinControls/Preference/preferenceDlg.h:182:26: warning: no newline at
end
 of file
In file included from ../src/WinControls/WindowsDlg/SizeableDlg.h:4,
                 from ../src/WinControls/WindowsDlg/WindowsDlg.h:21,
                 from ../src/Notepad_plus.h:45,
                 from ../src/ScitillaComponent/Buffer.cpp:10:
../src/WinControls/WindowsDlg/WindowsDlgRc.h:2:1: warning: "_WIN32_IE"
redefined

In file included from <command line>:1:
././include/various.h:12:1: warning: this is the location of the previous
defini
tion
In file included from ../src/WinControls/WindowsDlg/SizeableDlg.h:5,
                 from ../src/WinControls/WindowsDlg/WindowsDlg.h:21,
                 from ../src/Notepad_plus.h:45,
                 from ../src/ScitillaComponent/Buffer.cpp:10:
../src/WinControls/WindowsDlg/WinMgr.h:303:7: warning: no newline at end of
file

In file included from ../src/Notepad_plus.h:51,
                 from ../src/ScitillaComponent/Buffer.cpp:10:
../src/ScitillaComponent/SmartHighlighter.h:35:28: warning: no newline at end
of
 file
../src/ScitillaComponent/Buffer.cpp: In member function `Buffer*
FileManager::lo
adFile(const char*, Document)':
../src/ScitillaComponent/Buffer.cpp:384: warning: NULL used in arithmetic
../src/ScitillaComponent/Buffer.cpp: In member function `bool
FileManager::loadF
ileData(Document, const char*, Utf8_16_Read*, LangType)':
../src/ScitillaComponent/Buffer.cpp:574: error: `__try' was not declared in
this
 scope
../src/ScitillaComponent/Buffer.cpp:574: error: expected `;' before '{' token
../src/ScitillaComponent/Buffer.cpp:612: error: `GetExceptionCode' was
not decla
red in this scope
../src/ScitillaComponent/Buffer.cpp:612: error: `GetExceptionInformation' was
no
t declared in this scope
../src/ScitillaComponent/Buffer.cpp:612: error: `__except' was not declared
in t
his scope
../src/ScitillaComponent/Buffer.cpp:612: error: expected `;' before '{' token
../src/ScitillaComponent/Buffer.cpp:651:2: warning: no newline at end of file
../src/ScitillaComponent/ScintillaEditView.h: At global scope:
../src/ScitillaComponent/ScintillaEditView.h:563: warning: inline function
`void
 ScintillaEditView::makeStyle(LangType, const char**)' used but never defined
mingw32-make: *** [../src/ScitillaComponent/Buffer.o] Error 1
/*ok,just commented these "try-except"*/
src/ScitillaComponent/Buffer.cpp changes:
d574 1
a574 1
        //__try {
d612 1
a612 1
        /*}__except(filter(GetExceptionCode(), GetExceptionInformation())) {
d615 1
a615 1
   }*/
d651 1
a651 1
}
--
mingw32-make
bin/NotepadPP.exe built OK

Expected behaviour:
Notepad++ 5.03 built under MinGW GCC 3.4.5 without errors.
Please fix it.

Best regards,

______________________________________________________________________
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



------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 27, Issue 10
*************************************************

Reply via email to