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: Macro problem (SourceForge.net)
   2. [notepad-plus - Plugin Development] New   Explorer 1.5
      available!!! (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: Plugin    fails to load
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: PHP       QuickText
      goodness. (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: Plugin    fails to load
      (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: html      tag highlighting
      - just like bracket (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: New       Explorer 1.5
      available!!! (SourceForge.net)
  10. [notepad-plus - Open Discussion] Some     suggestions
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Some suggestions
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: BUG? CTRL+W in Hex Mode
      (SourceForge.net)


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

Message: 1
Date: Fri, 10 Aug 2007 14:56:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macro problem
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=4459281
By: bullock

A bug in the macro playback causes the missing indentation.  The PlayBack 
function
should notify NP++ when adding characters, so NP++ can take appropriate action,
such as adding indentation.

I'm sending a suggested bug fix to Don.

Regards.
Greg



______________________________________________________________________
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: Fri, 10 Aug 2007 17:41:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] New
        Explorer 1.5 available!!!
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=4459459
By: jenslorenz


Hello Notepad++ user,

I improved the Explorer a little bit and did some fixes. Some new features are
available. I think you will love them.

--------------------------------------------------------------------------------
----
07/08/11  v1.5 :
--------------------------------------------------------------------------------
----
    Fix: Cut/Copy of elements in Favorites caused crash
    Fix: On typing file names in list, the element has now the correct focus
    Fix: Remove owner drawn header in file list for better OS style support
    Fix: Shell icons works now on every OS correctly. Own icons not added 
anymore
         to system image list.
    New: Next and previous folder button supports drop down history
    New: On "Folder of Current File" the file is now focused
    New: File list partial owner drawn
         - parent icon is manually blitted
         - opened files now marked with an underline
         - If "Ext. attached to Name" is enabled, extension sort is now
possible
    Change: Now using NPPM_GETPLUGINSCONFIGDIR to get *.ini file location
    Change: Support of new Notepad message notifications
    Change: Reorder of toolbar icons in Favorites dialog

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



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

Message: 3
Date: Sat, 11 Aug 2007 01:51:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  fails to load
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=4459711
By: nobody

Nope, we need to return an address there. return funcItem is roughly equal to
return &funcItem[0] and is correct. Thanks for replying, though.

______________________________________________________________________
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: 4
Date: Sat, 11 Aug 2007 07:00:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        PHP     QuickText goodness.
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=4459928
By: codenexus

I wonder if this could/should be included in a release of NP++??

What do people think?

______________________________________________________________________
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: Sat, 11 Aug 2007 07:11:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin  fails to load
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=4459944
By: nobody

Ok, I figured it out. DLL_PROCESS_ATTACH never gets called, so structure is
still uninitialized when N++ calls getFuncsArray(). In fact, DllMain doesn't
get called at all. Looking at the plugin example, this looks like a bug to me.
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: 6
Date: Fri, 10 Aug 2007 18:03:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        html    tag highlighting - just like bracket
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=4459477
By: jive01

Fantastic Martinjin,

I think you should keep the colored hi-lighting. This is a fantastic plugin,
and I can't wait to see it progress! (I understand however that real life takes
precedence ;) .)  Keep us posted on the next update!

______________________________________________________________________
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: 7
Date: Fri, 10 Aug 2007 18:17:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4459499
By: jive01

Fantastic improvements Jens! There is a bug: os: windows xp home, athlon 3400
- all of the items text in the explorer becomes bold and sometime pixelated
off and 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=482781



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

Message: 8
Date: Sat, 11 Aug 2007 00:33:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4459664
By: steakhacher

First a would like to thank you for this wonderful plugin and more again for
this new plugin version.

Nevertheless it seems that you have not corrected bug that I have related with
notepad++ 4.2 RC with find in file. Indeed if you make find in files from 
explorer
plugin the directory is not feeled with appropriate path. I repost that it to
be sure that you are knowing the problem.

Another thing, I have seen that file that you open with explorer plugin are
underline so I think it is an excellent idea, nevertheless, when you close its
from notepad++ they are not un-underline I am not sure that it is really a 
problem,
rhe best behavior could be that files  wich has been open and close are for
example in a soft grey, and file already open are underline. But I thinks it
already very good.

An other improvement could be on the filter, it could be great if there was
no need to type enter to execute the filter, like in your function list. I think
too that it could be interesting that when typing somethings for exemple "test"
in filter, in the same way that if you are finding with *test*

Other things, I am a fan of the find in files results displaying at the bottom
of np++, do you thing that you can add a function in rigth clik on a file to
be able to automatic fill the find in files dialog box, with Filter: name of
file, Directory: path of file.

Even if I have made lots of little remarks, I would like to resay that your
making wonderful job, and that your explorer plugin is one of the reason why
I use notepad++ everyday.

Thanks a lot


______________________________________________________________________
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: Sat, 11 Aug 2007 07:42:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer 1.5 available!!!
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=4459968
By: nobody

Thank you Jens for this improvement. As a Win2K user the use of proper OS icons
makes it so much easier to use.

However, (you knew that was coming, didn't you?) if Favourites is on top and
NPP starts up two of the Folder icons are shown as green Up arrows (arrow starts
at right and bends up 90 degrees) and those that have my own icons (ico file
in a subfolder of My Documents and set in the desktop.ini file for that folder)
are blank. A subsequent window refresh draws them in, so if another window 
covers
NPP and NPP then comes on top, the icons are OK. Going to the Explorer tab and
coming back to Favourites also redraws the icons correctly.

Selecting any File in Favourites changes the icon to a hand icon (blue sleeve
hand coming in from left), the sort that sits under a drive icon in shared 
networked
drives. Opened Favourite Files are not underlined.

Explorer tab works as advertised but I've had 2 crashes so far "The instruction
at 0x00f8db25 referenced memory at 0x00fca0a0. The memory could not be read".

If I click OK to terminate I get "The instruction at 0x00426050 referenced 
memory
at 0x000007f4. The memory could not be read".

I can repeat this every time. I open a file from Explorer tab. It is underlined.
I change focus to another program and then when I click back on NPP it crashes.

Hope this helps Jens. Your efforts are much appreciated.

Mark B




______________________________________________________________________
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: Sat, 11 Aug 2007 07:57:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Some
        suggestions
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=4459978
By: nobody

I have some suggestions to give you guys, and I think they are very important
too to write code programs...

1-what happens if I open a lot of files, i.e. 50 or 100? Clearly we can't see
all their tabs. Then, this looks very bad. Maybe if we can see all tabs, without
need push the buttons left and right (that are not useful/nice to me, those
buttons)...

2-some important features:
2.1-compare files! (see in ConTEXT about it),
2.2-statistics about the file! (see in ConTEXT about it),
2.3-show preview of HTML files! (see in EditPlus about it),
2.4-change default colors of the files! WTF?! I see green, blue, red, gray.
It's very confused nasty! :( I need to see files more clean (see in Eclipse
about it)

3-the folding option is great in Notepad++, thanks for that. But, the arrow's
mouse looking with the wrong side is nasty! The correct should be the arrow
to point to left, right?

OK, men. That is it. Sorry if my text was confuse because I don't speak english
good yet. And don't worry about the features, I just give them because I can
see a good software e would like to seed it improve continually.

Greetings,
Icaro Dourado ([EMAIL PROTECTED])

______________________________________________________________________
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: Sat, 11 Aug 2007 08:04:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Some
        suggestions
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=4459985
By: icarocd

hello again, I just would like to say that who wrote the text about was me...
I did't be logged at tha time.

______________________________________________________________________
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: Sat, 11 Aug 2007 08:14:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG?
        CTRL+W in Hex Mode
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=4459999
By: icarocd

anyway, CTRL+W should be CTRL+F4, by default!!!

______________________________________________________________________
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 15, Issue 25
*************************************************

Reply via email to