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 - Open Discussion] RE: Notepad++    4.7.3 Docking
      Modification (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++    4.7.3 Docking
      Modification (SourceForge.net)
   3. [notepad-plus - Help] RE: Vista Compatiblity (SourceForge.net)
   4. [notepad-plus - Plugin Development] Insert tab    on new line?
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] Nppexec       with 2
      Environment variables (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++    4.7.3 Docking
      Modification (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: v4.7.4 -     final version
      of v4.7.x (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE:      Auto-Update/Check for
      update (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: v4.7.4 -     final version
      of v4.7.x (SourceForge.net)
  10. [notepad-plus - Help] Color Highlight blocks of   code
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] Create   projects ?
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Find Bug (SourceForge.net)
  13. [notepad-plus - Help] Install error in 4.7.4 --   nppcm.dll
      (SourceForge.net)


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

Message: 1
Date: Mon, 14 Jan 2008 03:48:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       4.7.3 Docking Modification
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=4720064
By: nobody

I known the focus is back to the document.
But its too annoying that when the focus is on document, then you double click
on the function list's function, the docking window's title will quickly turn
from gray to blue, and then again blue to gray. It got flicker.

______________________________________________________________________
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: Mon, 14 Jan 2008 04:25:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       4.7.3 Docking Modification
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=4720123
By: nobody

I like this version, but when a new N++ version is released I lost it (now with
4.7.4). So it's not possible to include the MOD in all the future version of
N++ (i.e. two different binaries) ?

Thanks

Mauro

______________________________________________________________________
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: Mon, 14 Jan 2008 04:27:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Vista
        Compatiblity
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=4720127
By: nobody

Hey guys,

Simply disable AutoUpdater as said before in this thread, and use the latest
NPP version (4.7 is flagged for Vista compatibility).

By disabling the AutoUpdater, you get away of the UAC prompt and the 
ProcessCreate
followed by the 1022 error.

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



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

Message: 4
Date: Mon, 14 Jan 2008 04:30:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Insert tab      on new line?
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=4720131
By: nobody

Is it possible to write such a plugin? Like in zend, to insert a new tab on
each new line? It just makes the code easier to understand and edit.
Thanks in advance ^_^

______________________________________________________________________
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: Mon, 14 Jan 2008 05:02:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Nppexec with 2 Environment variables
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=4720162
By: nobody

Hello,

why doesn't this command work?

gcc -o $(NAME_PART).exe $(NAME_PART).c
$(NAME_PART)

Only the first "$(NAME_PART)" is replaced by the filename. So the command is
gcc -o test.exe $(NAME_PART).c if the filename is test.* 

How can I solve the 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=482781



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

Message: 6
Date: Mon, 14 Jan 2008 05:19:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       4.7.3 Docking Modification
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=4720184
By: nobody

My plan is to do this, but the first priority is to have no bugs because of
this modification! I - and Don espacily - don't want to have many regression
because of changes or features. Hope 4.8 can have this modification - finaly
it is up to Don.

I will take the sources of 4.7.4 and do again a release, today.


Best Regards
Jens

______________________________________________________________________
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: Mon, 14 Jan 2008 05:50:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        v4.7.4 -        final version of v4.7.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=4720236
By: nobody

Hello Don,

there is a small bug in line length calculation. If I try to show the additional
CR or LF chars, the CR/LF char isn't visible in longest row.

Maybe calculation could be increment by 2 for preventing this display issue?


Best Regards
Jens

______________________________________________________________________
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: Mon, 14 Jan 2008 06:11:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Auto-Update/Check for update
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=4720278
By: qwesp

Hello, i am not sure to post into bug tracker so posting here. I've been using
version 4.7.2 (installed with exe installer). For version 4.7.4 i downloaded
the .zip package and unzipped/overwrited files in npp folder. When i started
npp, it asked me if i want to check for an update. So I said Yes and it started
to download and succesfully downloaded and offered me to install version 4.6
! I cancelled it and now i'm still happy with my 4.7.4 version :). Thx for npp.

______________________________________________________________________
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: Mon, 14 Jan 2008 06:43:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        v4.7.4 -        final version of v4.7.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=4720333
By: nobody

What is also funny, but this may just help you Jens, it that you can infinitely
click on the right arrow of the scroll bar. It will further scroll the 
document's
contents to the left, also the last CR/LF, and way beyond!

You can scroll all the way back by using the left arrow, but a click on the
scroll bar itself will immediately return it to show what it was intended to
show from that position. Of course, you will lose the last CR/LF again, then.


______________________________________________________________________
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: Mon, 14 Jan 2008 06:52:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Color Highlight
        blocks of       code
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=4720346
By: nobody

Is there an option to color-highlight a complete block of code (like 
textmarkers)
It does not matter only highlighting a part of text or the complete line. A
part is mostly distiguished with syntax coloring.
Reason why: When investigating highly indented files it is easy to color some
(big) parts. Saving that coloured blocks is nice but for sure not really
neccessary.

______________________________________________________________________
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: Mon, 14 Jan 2008 06:56:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Create
        projects ?
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=4720352
By: nobody

I've just discovered NPP and I'm delighted about its interface. I do seem to
miss a major feature for a programmers editor.

Has NPP the ability to create a project? I can save my workspace with the 
current
open files, but that isn't handy when using projects with a few dozens of files.
Within a project it should be possible to indicate which files make part of
it. It should then be possible to open a file directly from a project explorer.

Regards,

Pieter

______________________________________________________________________
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: Mon, 14 Jan 2008 07:01:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
        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=4720363
By: sheds

        
When his length of more than 4000 bytes, each playing a word, the CPU will
significantly increase
Crash in length to the text of 60000 bytes long, but the same length in the
text there is no problem in Notepad2
Easily produce a text line as long as more than 60,000 characters on the line.

        
My English is not good, sorry.

______________________________________________________________________
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: 13
Date: Mon, 14 Jan 2008 07:16:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Install error in
        4.7.4 --        nppcm.dll
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=4720394
By: gczffl


When installing version 4.7.4, I get the following error...

http://techdevsys.com/npp_error.jpg

...where the installer can't open the nppcm.dll file.

Re-downloaded the install EXE from different mirrors, all with the same result.

Ideas?

Thanks!

Joe


______________________________________________________________________
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



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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

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

_______________________________________________
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 20, Issue 64
*************************************************

Reply via email to