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 - Help] RE: succesfull build (SourceForge.net)
   2. [notepad-plus - Help] RE: Where is Syntax Highlight info
      saved ? (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: remove       marked lines
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Column       Mode again ; )
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Capture output from     external app
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Capture output from     external app
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Column       Mode again ; )
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] Copy after    "XML Tools"
      Check syntax now (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v4.4 is
      realesed (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: New       Plugin available:
      FTP_synchronize (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Column       Mode again ; )
      (SourceForge.net)
  12. [notepad-plus - Help] How to revert lines order? (sort
      descend ) (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Notepad++    Wiki Update
      Announcement (SourceForge.net)


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

Message: 1
Date: Wed, 17 Oct 2007 14:43:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: succesfull
        build
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=4574886
By: nobody

When I run the Scintilla, fatal error occured. Below is the error.
How should I run the Scintilla files without error and where to keep the .dll
files ? Pls advice.



Setting environment for using Microsoft Visual Studio 2005 x86 tools.

C:\Documents and Settings\Annie\Desktop\npp.4.4.src\scintilla\win32>nmake -f
sci
ntilla.mak

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl -Zi -TP -W4 -Zc:forScope -Zc:wchar_t -D_CRT_SECURE_NO_DEPRECATE=1
-O1
 -MT -DNDEBUG -GL -I../include -I../src -c -Fo.\AutoComplete.obj
..\src\AutoComp
lete.cxx
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

AutoComplete.cxx
C:\Documents and
Settings\Annie\Desktop\npp.4.4.src\scintilla\include\Platform.h
(22) : fatal error C1083: Cannot open include file: 'windows.h': No such file
or
 directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\c
l.EXE"' : return code '0x2'
Stop.


______________________________________________________________________
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, 17 Oct 2007 15:00:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Where is Syntax
        Highlight info saved ?
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=4574919
By: nobody

I've got Notepad++ 4.4 on Windows XP

I added custom words to LUA and they are stored here:
C:\Documents and Settings\XXXXXXX\Application Data\Notepad++\stylers.xml

This stylers.xml is different than the one found in the directory where you
installed Notepad++.

______________________________________________________________________
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: Wed, 17 Oct 2007 16:20:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        remove  marked lines
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=4575007
By: pshute

Have you looked at TextFX Viz?  Some of the options available in that plug may
provide you with a different way to achieve the same thing.

______________________________________________________________________
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, 17 Oct 2007 17:11:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Column  Mode again ; )
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=4575057
By: pshute

Are you wanting to insert some text after the selected text, instead of 
replacing
it?  If you want to do that, you can select a block of zero width.  The main
problem with that is that you can no longer see where the selection is, so you
need to be careful.

______________________________________________________________________
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: Wed, 17 Oct 2007 19:42:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Capture output
        from    external app
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=4575181
By: nobody

Too bad Notepad++ cannot do it.
However, I have a suggestion for you guys.

If you are running a single command via commandline and don't want to use a
batch file with pause, etc.,
then just run the command line prefixed with cmd /k like this

Suppose you want to run ipconfig from within notepad and see the output, then
use

cmd /k ipconfig

This will launch a cmd window and not terminate it after the command executes.

Hope this helps.

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: 6
Date: Wed, 17 Oct 2007 20:16:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Capture output
        from    external app
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=4575203
By: nobody

I just found you can use NPPexec (included plugin) for this.
Need some research to make it work like it does in Textpad.

______________________________________________________________________
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: Wed, 17 Oct 2007 22:02:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Column  Mode again ; )
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=4575275
By: nobody

Hi ,

for example: 

i have a couple of numbers > 100

0123456789  ... i need this ->  exec:"0123456789";
The first stef is easy: ALT+C exec:"    ... done
but now i need ";

select zeros is good but the numbers are not in the same format... -> 12345,
12, 12345678, 1234 ;(
I think its better to make a radio button :-) and we have a perfect column mode
;)

all i miss is the damn ftp client ;) to upload my code to server


BTW: i love 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: 8
Date: Wed, 17 Oct 2007 22:25:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Copy
        after   "XML Tools" Check syntax now
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=4575292
By: nobody

after i check my XML i tired to copy some text with CTRL+C and all that i got
when i pasted the text was:

---------------------------
XML Tools plugin
---------------------------
line 1: encoding specified in XML declaration is incorrect 


---------------------------
OK   
---------------------------

Copy with context menu or toolbar still works.

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



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

Message: 9
Date: Wed, 17 Oct 2007 20:03:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.4 is realesed
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=4575195
By: nobody

Similarly, the "config.xml" "stylers.xml", and all the other xml files aren't
being read from the "%appdata%\Notepad++" folder.

______________________________________________________________________
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: Wed, 17 Oct 2007 22:49:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Plugin available: FTP_synchronize
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=4575314
By: nobody

OK Profile name change works ;)  -> to many save buttons (apply/rename)
But i still cant view filenames

______________________________________________________________________
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: 11
Date: Wed, 17 Oct 2007 23:00:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Column  Mode again ; )
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=4575320
By: pshute

So the problem is that the text you want to modify isn't always the same width
in each line?  Then I don't think column mode is going to help you there.  I
would suggest that you need to do a regex find/replace.  The advanced 
find/replace
(control+R) allows you to specify which columns to operate on.

It might be easier to understand the problem if you post a few lines of the
text you're working on.

______________________________________________________________________
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: 12
Date: Wed, 17 Oct 2007 23:02:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to revert lines
        order? (sort descend )
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=4575324
By: popalka

I cannot find it in TextFX->TextFX Tools.
There are only sort lines case [in]sensitive.


______________________________________________________________________
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: 13
Date: Wed, 17 Oct 2007 23:19:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       Wiki Update Announcement
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=4575336
By: codenexus

I agree with Don on this one.

I think two copies are fine.  In fact it will be confusing for a new user to
not see them on the website.

The Wiki isn't the "Pure" documentation.  It really should be for improving
current documentation and FAQ's etc to be pumped back into the project site
and documentation releases.... Speaking of which?  Where are they?

/me goes looking....

:)

______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 17, Issue 49
*************************************************

Reply via email to