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 - Help] PHP: ASP-Style Tags (SourceForge.net)
   2. [notepad-plus - Open Discussion] autosuggest      firstline for
      "save as" (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v5.1.1
      released (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   NppExport don't work
      with compare plugin? (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE:      autosuggest firstline
      for "save as" (SourceForge.net)
   6. [notepad-plus - Help] Fix Dark Gray HTML and      XML Text
      Formatting? (SourceForge.net)
   7. [notepad-plus - Help] RE: How do I dock in v5.1 (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v5.1.1
      released (SourceForge.net)


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

Message: 1
Date: Wed, 12 Nov 2008 20:45:56 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] PHP: ASP-Style Tags
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=5630928
By: fabianlenzen

Hi,

I searched this forum, but I was not able to find something about it (what I
cannot believe...): In PHP, you can write PHP code inside <?php ... ?> and <?
... ?>, but there is also the possibility of writing <% ... %>. Is it possible
to make those constructs highlight like php code? In my case, Notepad++ regards
it as ASP code, and highlights the 's as comments.

Fabian.

______________________________________________________________________
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: 2
Date: Wed, 12 Nov 2008 20:46:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        autosuggest     firstline for "save as"
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=5630938
By: cedardoc

is there a way to set notepad++ to automatically suggest the first line of a
file as the name when you first save the file?

thanks,
Dave


______________________________________________________________________
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: Wed, 12 Nov 2008 21:01:00 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.1.1 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=5631019
By: tateu

XP64 SP2.  Same problem here.  Putting quotes around the notepad++ exe call
fixes it for me:

in docOpenInNewInstance from Notepad_plus.cpp

std::generic_string command;
command = TEXT("\"");
command += nppName;
command += TEXT("\"");
command += TEXT(" \"$(FULL_CURRENT_PATH)\" -multiInst -nosession");

______________________________________________________________________
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: Wed, 12 Nov 2008 22:09:27 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExport don't work with compare 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=5631397
By: donho

> e4win, please do not post the same question 5 times in 5 different threads,
> its not considered good practice. Find a single relevant thread or start a
new one,
> but dont do it all at once. What you want is currently not possible. 

Or you will be banned.

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=482781



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

Message: 5
Date: Wed, 12 Nov 2008 22:19:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        autosuggest firstline for "save as"
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=5631446
By: harrybharry

Nope, most features of Notepad++ are an aid for programming, and as such it
isn't targeted for wordproccessing (though you can write text with it, ofcourse
=]). Usually the first line of a file isnt its title (atleast not in my 
experience
and probably of many other people, can't say for sure ofcourse).

______________________________________________________________________
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: Thu, 13 Nov 2008 00:14:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Fix Dark Gray HTML
        and     XML Text Formatting?
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=5632020
By: kismert

I just upgraded to n++ 5.1, and now my html and xml tags are highlighted with
a dark gray background that makes it very hard to read. If you select text,
the background becomes almost black, making it nearly impossible to see.

But when I go to the Styler Configurator, I can't find those dark gray 
backgrounds
in the Global, HTML or XML styles.

I installed 5.1, then manually updated to the ascii version, so I wonder if
the stylers.xml file is up-to-date.

Are those styles hidden somewhere? Or, do I have to re-install to see them?

Thanks,

-Ken

______________________________________________________________________
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: 7
Date: Thu, 13 Nov 2008 02:19:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I dock
        in v5.1
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=5632541
By: cthomrun

OK Great.

I am on windows xp and running 5.1 Notepad ++ the dll file in the zip file and
that didn't work.  Did I select the right file?  Also how do install the other
files?

        Explorer_1_7_3_dll.zip   Mirror         93026   25768   i386    .exe 
(32-bit
Windows)
        Explorer_1_7_3.md5  Mirror      48      1104    i386    text
        Explorer_1_7_3_src.zip  

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=331754



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

Message: 8
Date: Thu, 13 Nov 2008 03:04:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.1.1 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=5632703
By: noangel777

>Yes, I confirm the Japanese display >bug in Unicode version. 
>Harry and I are working on it.
Thanks!
I think, that it's a problem with default fonts for applications, that compiled
under non-Japanese environment. Maybe You should force using MS UI Gothic or
similar font with Japanese characters support for Notepad++ GUI(main menu, 
dialog
messages, settings dialog windows), if OS locale=japanese and these fonts are
installed.

>In the mean time, could you confirm >that ANSI Npp work fine with Japanese?
Yes, I confirmed, that both Notepad++ 5.1 and 5.1.1 ANSI versions are OK when
using Japanese.


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 30, Issue 32
*************************************************

Reply via email to