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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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: ToolBar      Missing after
      compilling with MSVC (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: ToolBar      Missing after
      compilling with MSVC (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v5.4.2
      released (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    v5.4.2
      released (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Compile      (tiny) issues
      using VS 2008 express,  (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Compile      (tiny) issues
      using VS 2008 express,  (SourceForge.net)
   7. [notepad-plus - Open Discussion] function/line    sorting
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: How can i    add a new
      language ? (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: request:     encoding select
      for non unicode (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: bug: garbage in windows
      explorer status b (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: bug: cyrillic chars in
      title bar appear a (SourceForge.net)


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

Message: 1
Date: Tue, 02 Jun 2009 16:15:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        ToolBar Missing after compilling with MSVC
To: nore...@sourceforge.net
Message-ID: <7423095.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423095
By: rfrfrfrf

well,
i will explain what i did.
in file ToolBar.cpp i changed:
_rbBand.cbSize = sizeof(REBARBANDINFO); 
to: 
_rbBand.cbSize = 80; 

and re-compiled completely.

result : now the toolbar appeared but the hide option
in options -> preferences is not working anymore.

in the official release the hide option works perfectly.

why the official compiled notepad++.exe is working
and the source code compiled with the MSVC 2008 is not working ?
what's wrong with source code ?

thanks


______________________________________________________________________
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, 02 Jun 2009 16:24:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        ToolBar Missing after compilling with MSVC
To: nore...@sourceforge.net
Message-ID: <7423115.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423115
By: rfrfrfrf


if i download the source code and do a fresh compile it never
shows the Toolbar.

i never got the toolbar working when compiled with MS visual Studio

i also tried to compile with MS visual studio 2005 and the same 
problem happens .. no ToolBar


Q. the question is "when did that happen?"  
R. for me always ...



______________________________________________________________________
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, 02 Jun 2009 16:23:59 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4.2 released
To: nore...@sourceforge.net
Message-ID: <7423114.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423114
By: aathell

Fixed...  will be in 5.4.3.  And the fix works on Win7 to.  :)

While testing this fix though I did notice that on Win7 multiple instances don't
work with the ANSI build, and not just in the latest version...

______________________________________________________________________
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, 02 Jun 2009 16:30:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4.2 released
To: nore...@sourceforge.net
Message-ID: <7423128.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423128
By: aathell

That is completely dependent on the plugin and the settings it makes available
to the user and how it tracks the styles.  If it is an external lexer then it
also uses its own styler.xml file.

So, in short, no.  There nothing to be done within N++ to make plugins match
themes.  We could how-ever add a notification that sends a current theme name
to plugins, and then they could do with it what they wanted.  Perhaps, some
inventive plugin writers would write a routine that reads a particular style
node directly out of the theme's styler xml and applies the colors found for
a particular language to their own plugin's styling.


Perhaps, add an idea to the ideaTorrent ( see the 'hosted apps' drop-down menu
near the top of this page )?

almostautomated

______________________________________________________________________
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, 02 Jun 2009 16:35:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compile (tiny) issues using VS 2008 express, 
To: nore...@sourceforge.net
Message-ID: <7423146.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423146
By: aathell

Thanks for the report.  The LexMySQL is known and will be there until a new
project file is committed.  Actually one of the things on my TODO list, but
I have no plans to do so until after 5.5 is released and happy.

______________________________________________________________________
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, 02 Jun 2009 16:57:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compile (tiny) issues using VS 2008 express, 
To: nore...@sourceforge.net
Message-ID: <7423180.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423180
By: aathell

re:  "cmpStringNoCase in LexUser.cxx was removed because it is not referenced."

Nothing regarding cmpStringNoCase has changed in that file since it was first
introduced, so I don't think it is anything to worry about ( except that it
_is_ a warning, and no-one likes those.  :) )

______________________________________________________________________
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, 02 Jun 2009 17:31:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        function/line   sorting
To: nore...@sourceforge.net
Message-ID: <7423238.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423238
By: fft291-tge

Hello,
I am looking for a way to sort foldet function, so that only the foldet function
line is sorted, and not the whole codelines within the function.
example:
function z { 
bla 
cbla } 
 
function g { 
dbla 
fbla } 
 
if I fold, it gives me
+ function z { 
+ function g { 
 
If I sort ascending TextFx-> Tools sortiere, I want to get 
+ function g { 
+ function z { 
 
not the codelines within should be foldet.
many thanks for any ideas/help
Juergen 
 
 


______________________________________________________________________
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, 02 Jun 2009 18:00:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        can i   add a new language ?
To: nore...@sourceforge.net
Message-ID: <7423290.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423290
By: aathell

Quite a bit actually...

Start with: http://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=U
ser_Defined_Languages

If you find that doesn't do what you want
( http://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=Limitations
_of_User_Defined_Languages )

then...

Search the forum  ( bottom of the Foums drop down menu ) for External Lexer
or UDL or User Defined Language or ....

One you mind find useful is the NppExternalLexer 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=331753



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

Message: 9
Date: Tue, 02 Jun 2009 19:56:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        request:        encoding select for non unicode
To: nore...@sourceforge.net
Message-ID: <7423489.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423489
By: al_9x

ansi is not an encoding, it's a shorthand for "the default character encoding
of the system"

the step by step is kind of implied in the first message:

1) create and save an ansi file in lang1 system (let's say Russian)
2) open this ansi file in lang2 system (let's say English)
3) you will not see the Cyrillic text that was saved because it is being 
interpreted
in a latin encoding

As I pointed out, a web browser would allow you to manually select the encoding
(Western, Cyrillic) and view the text and Notepad++ could use such a feature.

______________________________________________________________________
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, 02 Jun 2009 19:57:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: bug:
        garbage in windows explorer status b
To: nore...@sourceforge.net
Message-ID: <7423493.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423493
By: al_9x

can anyone confirm 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=331753



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

Message: 11
Date: Tue, 02 Jun 2009 19:58:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: bug:
        cyrillic chars in title bar appear a
To: nore...@sourceforge.net
Message-ID: <7423494.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7423494
By: al_9x

can anyone confirm 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=331753



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

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get

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

_______________________________________________
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 37, Issue 12
*************************************************

Reply via email to