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 - Plugin Development] New plugin:   NativeLang
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] Function list    for ruby
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] Function      list for ruby
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] Feature  request: keep focus
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] Feature  Request : Extended
      Macro Language (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Problem   on DBGp 0.6b
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Problem   on DBGp 0.6b
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Feature      Request :
      Extended Macro Language (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: New       plugin: Window
      Manager (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: Problem   on DBGp 0.6b
      (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: New       plugin: Window
      Manager (SourceForge.net)
  12. [notepad-plus - Help] Application will not        start.
      (SourceForge.net)


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

Message: 1
Date: Fri, 30 Nov 2007 00:31:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] New
        plugin: NativeLang
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=4651429
By: jenslorenz


Hello users and plugin developers,

now you have the posibility to change your plugin language easily, but the 
particular
plugin you want to translate must support this plugin NativeLang.dll.

Following plugins support multi-language with NativeLang.dll.
Explorer.dll
Spell-Checker.dll
WindowManager.dll


Download plugin here:
http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=254114

Download/Upload language file here:
http://sourceforge.net/forum/forum.php?forum_id=759947

Copy the language file into the Notepad++ plugins configuration folder. 
Name of file: NativeLang.ini


Have fun



______________________________________________________________________
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, 30 Nov 2007 02:44:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Function
        list    for ruby
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=4651595
By: yuvarajv

Hi,

The new function list doesnt support Ruby files. I have just updated my xml
file to provide a basic support for def & class. This can be a starting point
for someone who wants to add full support of function list.

Here is the addition that i made..

<Language name="Ruby" imagelistpath="">
   <CommList param1="#" param2="" />
   <CommList param1="//" param2="" />
   <CommList param1="/\*" param2="\*/" />
   <Group name="CLASS" subgroup="" icon="0" child="0" autoexp="0" matchcase="1"
fendtobbeg="" bbegtobend="">
        <Rules regexbeg="class[\s]+" regexfunc="[\w]+" regexend="" bodybegin=""
bodyend="" sep="" />
   </Group>
   <Group name="Def" subgroup="" icon="0" child="0" autoexp="0" matchcase="1"
fendtobbeg="" bbegtobend="">
      <Rules regexbeg="def[\s&amp;]+" regexfunc='[&quot;\w_]+' regexend=""
bodybegin="" bodyend="end" sep="" />
   </Group>
</Language>

This works for the alpha version of function list.

Thanks
Yuvaraj

______________________________________________________________________
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: Fri, 30 Nov 2007 02:47:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Function        list for ruby
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=4651599
By: yuvarajv

Hi, 
 
The new function list doesnt support Ruby files. I have just updated my xml
file to provide a basic support for def (methods) & class. This can be a 
starting
point for someone who wants to add full support of function list.
 
Here is the addition that i made.. 
 
<Language name="Ruby" imagelistpath=""> 
<CommList param1="#" param2="" /> 
<CommList param1="//" param2="" /> 
<CommList param1="/\*" param2="\*/" /> 
<Group name="CLASS" subgroup="" icon="0" child="0" autoexp="0" matchcase="1"
fendtobbeg="" bbegtobend="">
<Rules regexbeg="class[\s]+" regexfunc="[\w]+" regexend="" bodybegin="" 
bodyend=""
sep="" />
</Group> 
<Group name="Def" subgroup="" icon="0" child="0" autoexp="0" matchcase="1"
fendtobbeg="" bbegtobend="">
<Rules regexbeg="def[\s&amp;]+" regexfunc='["\w_]+' regexend="" bodybegin=""
bodyend="end" sep="" />
</Group> 
</Language> 
 
This works for the alpha version of function list. 
 
Thanks 
Yuvaraj


______________________________________________________________________
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: Fri, 30 Nov 2007 02:52:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        request: keep focus
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=4651605
By: nobody

whenever i switch from notepad++ to another application and then back to 
notepad++
i have to re-set the cursor to its last position. Notepad++ doesn't keep the
focus in the text window.
With all other apps i use i can switch with alt-tab from one app to another
and back and just continue typing, but not so with 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=331753



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

Message: 5
Date: Fri, 30 Nov 2007 04:36:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request : Extended Macro Language
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=4651785
By: nobody

Hi,

I'm not the first which ask for this, but a "evoluted" language support for
macros would be greatly welcome !!
For example, Javascript, VBScript or similar would be great !!

It would allow great macros functionnality (like in Visual Studio
and others....)

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



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

Message: 6
Date: Fri, 30 Nov 2007 04:52:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Problem on DBGp 0.6b
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=4651798
By: nobody

It's ok now. I found that I config the php.ini wrongly.

The DBGp can now be used. But the error message still show each time notepad++
is restarted, is it normal?
And A file path in the break point section is changed to a temp file path, and
the temp file is opend in notepad++, is it normal too?

______________________________________________________________________
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, 30 Nov 2007 04:57:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Problem on DBGp 0.6b
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=4651803
By: zobo

That means that the plugin cannot map the file and does SOURCE retrieval. This
is mostly unwanted. Check config that "Use SOURCE" in unchecked.

Try this settings: "127.0.0.1", "", "E:\xampp\htdocs\", "E:\xampp\htdocs\"

If it STILL doesn't work, I'll resend the latest build.

-Zobo

______________________________________________________________________
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: Fri, 30 Nov 2007 05:08:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request : Extended Macro Language
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=4651817
By: nobody

Show me you're not the first!


______________________________________________________________________
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, 30 Nov 2007 05:16:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     plugin: Window Manager
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=4651828
By: nobody

Just tried, but seems it got some problems(or bugs??):
1) "Right click opens the tab context menu from Notepad++", I have right 
clicked,
but nothing happened.
2) When I open few files, say 5 files, the list will show that 5 files, the
list will not remove the closed files, I tried removing 4 files, the list still
showing 5 files after that.

And the following is some my opinions:
1) Why use single click to open the tab? Why not double click? It's so 
inconvenience
that I always open the tab suddenly as I don't expect it to.

2) Why don't provide a search function just like the one Function List 2.0 have?
I always open a lot of files and its difficult to found certain tab.

3) Is a history function just like Function List 2.0, but with a drop down 
style,
good? So that we can go back to the previous (or more old) used tab.

4) Why the title header cannot sort the file name & path? I prefer this works
like the Windows List built in Notepad++.


Thanks for all your works on the plugins!!

______________________________________________________________________
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, 30 Nov 2007 05:26:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Problem on DBGp 0.6b
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=4651841
By: nobody

Just tried again, don't know why its ok now, no more error message & temp file.
Thanks for your plugin and also 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=482781



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

Message: 11
Date: Fri, 30 Nov 2007 05:30:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     plugin: Window Manager
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=4651846
By: nobody

You should install the latest version of Notepad++ than right click will work.
However in the meantime I found myself some issues. I fixed it and a new version
come asap.

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



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

Message: 12
Date: Fri, 30 Nov 2007 07:03:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Application will
        not     start.
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=4651981
By: nobody

Hello, 

  This application has failed to start every time now after I installed 
Microsoft
Visual Basic 2008 Express edition.

  Is this a known problem? If so what is the work around? 

  The Visual Basic application is a key component to my work. 

  This error that comes up points to a location but there is no file there

______________________________________________________________________
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



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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

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

_______________________________________________
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 18, Issue 97
*************************************************

Reply via email to