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 - Plugin Development] RE:   External Lexer
      Languages on Notepad++ startup (SourceForge.net)
   2. [notepad-plus - Help] Notepad++ and MS LineDraw   font
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Cutting      and pasting
      results from " Find a (SourceForge.net)
   4. [notepad-plus - Open Discussion] Auto-checking    for notepad++
      updates (SourceForge.net)
   5. Temp directories (Michael Bradley Jr)
   6. [notepad-plus - Help] RE: Run Perl from within    Notepad++
      (SourceForge.net)
   7. [notepad-plus - Help] updating Notepad (SourceForge.net)
   8. [notepad-plus - Open Discussion] Auto-checking    for notepad++
      updates (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: Pure      DLL Math Plugin
      for Npp (ANSI) (SourceForge.net)
  10. [notepad-plus - Help] RE: updating Notepad (SourceForge.net)


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

Message: 1
Date: Fri, 06 Feb 2009 03:12:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        External Lexer Languages on Notepad++ startup
To: nore...@sourceforge.net
Message-ID: <6353902.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

I support you.


______________________________________________________________________
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: Fri, 06 Feb 2009 06:19:56 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ and MS
        LineDraw        font
To: nore...@sourceforge.net
Message-ID: <6354597.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=6354597
By: rbtatum

Hello!

I noticed that Notepad++ (v5.1.4) allows the use of the "MS LineDraw" font in
the "Style Configurator" even when that font is not installed in Windows.  
Searching
the forums, I found that "MS LineDraw" is required by Notepad++ which explains
the presence of the LINEDRAW.TTF file in the Notepad++ installation directory.

My question:  Is there a way to have Notepad++ use other, additional fonts that
are copied into and only present in its installation directory (i.e. when 
installed
on a USB drive for use on multiple systems)?

Thanks very much,
Bernard

______________________________________________________________________
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: Fri, 06 Feb 2009 06:55:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Cutting and pasting results from " Find a
To: nore...@sourceforge.net
Message-ID: <6354766.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=6354766
By: yniq

I think it's gonna be in the next few days, but you'll have to ask Don about
it I guess.

______________________________________________________________________
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, 06 Feb 2009 09:12:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Auto-checking   for notepad++ updates
To: nore...@sourceforge.net
Message-ID: <6355469.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=6355469
By: serlog

Hi!
Give me please a tip as auto-checking for notepad++'s updates is implemented.
I couldn't find it from the sources. File "Notepad_plus.cpp" contains code 
fragment
probably corresponding to update:
                case IDM_UPDATE_NPP :
                {
                        generic_string updaterDir = pNppParam->getNppPath();
                        updaterDir += TEXT("\\updater\\");
                        generic_string updaterFullPath = updaterDir + 
TEXT("gup.exe");
                        generic_string param = TEXT("-verbose -v");
                        param += VERSION_VALUE;
                        Process updater(updaterFullPath.c_str(), param.c_str(), 
updaterDir.c_str());
                        updater.run();
                        break;
                }
But in my installation I haven't any updater folder and gup.exe program. What
is it?
I would like to implement in my project 
(http://sourceforge.net/projects/xmarkup)
functionality to auto-check on the program start if its fresh update exists
to download. How I could get content of this page to analyze? Or the solution
is simpler?

Thank you at advance!
Sergey Logichev

______________________________________________________________________
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, 06 Feb 2009 12:52:27 +0100
From: Michael Bradley Jr <mbradley...@gmail.com>
Subject: [Notepad-plus-plus] Temp directories
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <498c247b.1000...@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

where does notepad++ stores its temp files. 
I mean the un-stored files/buffers.
Is it possible to recoverer those, when the application get killed?
I'm running MS Windows XP!
Thanks,
Mike



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

Message: 6
Date: Fri, 06 Feb 2009 04:40:04 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run Perl from
        within  Notepad++
To: nore...@sourceforge.net
Message-ID: <6354157.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=6354157
By: hrh1818

I fixed my problem.  It ended up I had the same problem as people writing 
console
mode programs had with earlier versions of Microsoft's Visual Studio.  When
you ran a console mode program from within Visual Studio the program's output
would only be displayed for a brief interval.  The same thing was happening
when using the "RUN" menu within Notepad++ to run a Perl script.  To fix the
problem I added the following two lines at the end of my script.
print ( " control d to quit" );
$answer=<STDIN>;

Howard

______________________________________________________________________
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: Fri, 06 Feb 2009 10:00:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] updating Notepad
To: nore...@sourceforge.net
Message-ID: <6355734.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=6355734
By: viodsa

I'm using ver 5.0.3 and want to upgrage to the latest version. At the download
page the following instructions are given
   1.  Get Run Dialog by clicking start->run (Notepad++ should be closed).
   2. Copy this text %APPDATA%\Notepad++ into the text field of Run Dialog.
   3. Click ok. A folder named "Notepad++" will appear.
   4. Delete 2 files config.xml and stylers.xml then unzip the zip file and
launch Notepad++.

I didn't understand the 4 point. In which directory should I unzip the zip file.
Should it be in the folder from point 3 or in the Program Files folder.

Thanks for your help

______________________________________________________________________
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: Fri, 06 Feb 2009 10:39:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Auto-checking   for notepad++ updates
To: nore...@sourceforge.net
Message-ID: <6355897.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=6355897
By: serlog

Hi!
Give me please a tip as auto-checking for notepad++'s updates is implemented.
I couldn't find it from the sources. File "Notepad_plus.cpp" contains code 
fragment
probably corresponding to update:
                case IDM_UPDATE_NPP :
                {
                        generic_string updaterDir = pNppParam->getNppPath();
                        updaterDir += TEXT("\\updater\\");
                        generic_string updaterFullPath = updaterDir + 
TEXT("gup.exe");
                        generic_string param = TEXT("-verbose -v");
                        param += VERSION_VALUE;
                        Process updater(updaterFullPath.c_str(), param.c_str(), 
updaterDir.c_str());
                        updater.run();
                        break;
                }
But in my installation I haven't any updater folder and gup.exe program. What
is it?
I would like to implement in my project 
(http://sourceforge.net/projects/xmarkup)
functionality to auto-check on the program start if its fresh update exists
to download. How I could get content of this page to analyze? Or the solution
is simpler?

Thank you at advance!
Sergey Logichev

______________________________________________________________________
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, 06 Feb 2009 11:00:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Pure    DLL Math Plugin for Npp (ANSI)
To: nore...@sourceforge.net
Message-ID: <6356018.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Hi,

I think the idea might be interesting (though I'm not sure it's so useful to
evaluate math expressions within a text editor...), but I don't think developing
only the ANSI version is a good idea. I have updated to Unicode, as have many
others... Which means that I can't even try it. If you convert it to Unicode,
I'll try it and let you know what I think of it.

Anyway, thanks for your effort!

______________________________________________________________________
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: 10
Date: Fri, 06 Feb 2009 11:10:01 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: updating
        Notepad
To: nore...@sourceforge.net
Message-ID: <6356073.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=6356073
By: countdown

In the folder from point 3, which is Notepad++'s folder. When you unzip the
files, you will have to overwrite the old files: don't worry, it's ok.

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com

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

_______________________________________________
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 33, Issue 11
*************************************************

Reply via email to