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 - Open Discussion] RE: Notepad++    v4.1 is
      released (SourceForge.net)
   2. [notepad-plus - Open Discussion] Antony (SourceForge.net)
   3. [notepad-plus - Help] RE: Email function (SourceForge.net)
   4. [notepad-plus - Plugin Development] Hex Editor    plugin crash
      with 4.1 (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: No        Functions -
      Function list plugin (SourceForge.net)
   6. [notepad-plus - Open Discussion] Crash when       pasting in hex
      mode (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v4.1 is
      released (SourceForge.net)
   8. [notepad-plus - Plugin Development] Auto-close    for php
      function ? (SourceForge.net)
   9. [notepad-plus - Open Discussion] Disable  Clickable URLs
      (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: Run in    Opera
      (SourceForge.net)
  11. [notepad-plus - Help] number of types available   to a lang
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] Feature  Request: CTRL+TAB in
      new Find Dialog (SourceForge.net)


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

Message: 1
Date: Thu, 03 May 2007 04:19:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.1 is 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=4292877
By: nobody

Thanks for the update :) find is finally better looking and easier to use. it
was something i was waiting for a long time :)

shiva

______________________________________________________________________
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: Thu, 03 May 2007 04:38:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Antony
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=4292905
By: nobody

********************************
English
********************************
Hello!
I suggest the author to make various highlighting of syntax for reserved words
and for the built-in functions of language Perl. So it is much more convenient,
and similar it is realized in many text editors.
With the help of the user style I managed to make it. But thus it was impossible
to tone some other kinds of highlighting. It is obtained, that it is necessary
to endow either one, or another.: (


********************************
???????.
********************************
????????????!
????????? ?????? ??????? ????????? ?????????
?????????? ??? ????????????????? ???? ? ???
?????????? ??????? ????? Perl . ??? ???????
???????, ? ???????? ??????????? ?? ??????
????????? ??????????.
? ??????? ????????????????? ????? ??? ???????
??? ???????. ?? ??? ???? ?????????? ????
????????? ????????? ?????? ???? ?????????.
??????????, ??? ?????????? ?????????? ???
?????, ??? ??????. :(

______________________________________________________________________
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: Thu, 03 May 2007 04:42:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Email function
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=4292907
By: mieszkolassota

try experimenting with run command & command:

mailto: [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=331754



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

Message: 4
Date: Thu, 03 May 2007 05:01:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Hex
        Editor  plugin crash with 4.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=4292936
By: nobody

Notepad++ 4.1
Hex Editor Plugin v0.8.0 (released with Notepad++ 4.1) and current v0.8.1 final

I get an immediate crash when ever I enter the first letter in a blank file
or any loaded file. Happens also from files loaded by double-click.

The exception Integer division by zero (0xc0000094) occurred in the application
at location 0x018a3592. If I click on OK to terminate I get the following error:
The instruction at 0x00425f3b referenced memory at 0x000007f4. The memory could
not be read.

This is entirely repeatable. If I rename HexEditor.dll so that it isn't loaded
the crash does not occur. Likewise if I use plugin v0.7.0.

System is Win2K SP4.

MarkB

______________________________________________________________________
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: Thu, 03 May 2007 06:26:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        No      Functions - Function list 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=4293081
By: nobody

This will list the functions that YOU have defined in the file that is open.

in php, 

it will list myfun 
if you have defined

function myfun($x) {
  blah
  blah
  blah
}

______________________________________________________________________
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: Thu, 03 May 2007 06:32:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Crash
        when    pasting 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=4293088
By: zukero

Hi,

I'm using n++ 4.02 on win2k.
When pasting anything in the hex mode, n++ just crashes...
Just lost 200 lines of code analysis report :/
Detailed process : 
-copy something in clipboard (even hex numbers)
-n++ opened with several xml/txt files open
-open  a new editor tab
-switch to hex mode
-ctrl+v
-crash


______________________________________________________________________
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: Thu, 03 May 2007 06:40:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.1 is 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=4293104
By: nobody

Please make a bug report on http://sourceforge.net/projects/npp-plugins/.

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: Thu, 03 May 2007 06:50:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Auto-close      for php function ?
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=4293122
By: nobody

Hi, 

Is there a plugin to auto-close the accodances in php function (such as if()
{ } ) ??

Thank you 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: 9
Date: Thu, 03 May 2007 07:21:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Disable
        Clickable URLs
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=4293170
By: nobody

In NPP 4.1 clickable URLs were introcuded.  How can I disable this?

______________________________________________________________________
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: Thu, 03 May 2007 07:35:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Run in  Opera
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=4293199
By: nobody

Hey THX so much now I can launch my xhtml pages with ease now! (IE doesnt like
my CSS)
THANKS SO MUCH for the reply!!!!

______________________________________________________________________
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: Thu, 03 May 2007 07:50:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] number of types
        available       to a lang
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=4293224
By: nobody

This may have been asked before, and there may be a really good reason for it.
In my attempts at customizing Notepad++ for my needs, specifically in terms
of language modifications, I have hit a roadblock in some areas. Specifically
there are some languages such as vhdl and a few others that make use of more
types than the initial 4 that I thought to previously be the limit. What I mean
is that many panguages seem to be limited to instre1, instre2, type1, and type2.
Yes somehow vhdl, autoit, and a few others seem to have more than this 
theoretical
limit up to type5.

What I want to be able to do is use that same number of keyword types in other
languages. Yet for some reason when I add more types, they don't seem to make
a difference. Maybe I am missing something and need to know more about styleIDs
or something. Maybe it is a limitation in the source code for the lexer in 
certain
languages. I don't know, but either way I think it would be a huge boon to 
anyone
trying to write languages for notepad++ to be able to use more than 4 keyword
sets.

As it stands I can add type3, 4, and 5 to a given library and have it show in
the style configurator correctly, but beyond that they do not get colored in
the actual editor. I tried editing the src for those languages in the Lexer
src files, but admittedly I feel as though I am in over my head on that one.

______________________________________________________________________
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: 12
Date: Thu, 03 May 2007 08:35:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request: CTRL+TAB in new Find Dialog
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=4293310
By: nobody

Great job on the new Find in Files results!

I would like to be able to get to the next tab in the Find/Replace/Find in Files
by pressing CTRL+TAB as I am used to with other windows/forms applications.

Could you manage to do this?

With the new files of NotePad++ I overwrote my stylers.xml file. I am not very
keen on this. Luckily, I keep backups of the edited default file, to kick out
those annoying Comic Sans font settings. So I could quite easily replace the
new stylers.xml file by my own, copying the CMake and Search Result style 
settings.
There was still one reference to the Comic Sans font in the CMake style,
however.

Is there no installer for NotePad++ 4.1?
Will there be one?
Will you think of a way to avoid overwriting custom (changed) files?
Or will you warn for this on the download page of the zippped package?

One thing I find very, very annoying in Windows is the Select Folder Dialog.
First of all, I can't simply enter a folder. Can't copy and paste it there,
have to navigate to the desired folder. Have to do this over and over again
I want to select another folder, which may be quite near the one I searched
before.

Could you think of a way to select a folder like files are selected in a select
file dialog? I would very much like to be able to simply paste my folder in
the dialog, like I can do when I want to open a file in a specific folder. I
would very much like to be able to do the same for a folder. It would be so
much more convenient. I don't know if the general select file dialog allows
this kind of behavior.


______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

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


End of Notepad-plus-plus Digest, Vol 12, Issue 8
************************************************

Reply via email to