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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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] Is there any limit for a    number of
      columns? (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: New 5.2      Search
      functionality (SourceForge.net)
   3. Auto Completion problem/bug (Farshid Hassani bijarbooneh)
   4. Suggestion for nicer integration with external    software.
      (Jurko Gospodneti?)
   5. [notepad-plus - Open Discussion] RE: New 5.2      Search
      functionality (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   Dreamweaver files
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE:   Directory browser
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: How to    use color
      picker? (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: copy as   highlighted
      (colored) text (SourceForge.net)
  10. [notepad-plus - Plugin Development] Math  Plugin: Unicode
      version released (SourceForge.net)


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

Message: 1
Date: Sat, 07 Mar 2009 23:37:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Is there any limit
        for a   number of columns?
To: nore...@sourceforge.net
Message-ID: <6682557.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6682557
By: piotr_dobrogost

Hi

I opened xml UTF-8 encoded file in N++ 5.2 and I see garbage after column number
10108. I have View/Wrap turned on.
Is there any limit for a number of columns or is this a bug?

Regards
Piotr Dobrogost


______________________________________________________________________
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: Sat, 07 Mar 2009 12:48:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        5.2     Search functionality
To: nore...@sourceforge.net
Message-ID: <6673905.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6673905
By: yniq

Just so you know - there's an easy way of selecting the extended and regular
expression modes  'Find what', 'Directory, or 'Match case' fields, and so on,
using the keyboard:
press the alt+<key> where key if the letter which is underlined in the dialog
box.
also - "tab" moves between the different fields as well, space selects things
etc.

In 5.2 I made sure that almost all fields (if not all of them - i can't 
remember)
have this alt+<key> keyboard shortcut, so theoretically you can do anything
using the keyboard (like in any professional tool).

And as for keyboard shortcuts (ctrl+f etc.) - everything is customizable by
the user.

I don't really like using the mouse unless I have to but I completely agree
that different users are used to different things and making everything optional
is a good idea.


______________________________________________________________________
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: Sun, 08 Mar 2009 22:27:32 +0100
From: Farshid Hassani bijarbooneh
        <farshid.hassani_bijarbooneh.5...@student.uu.se>
Subject: [Notepad-plus-plus] Auto Completion problem/bug
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <20090308222732.3c1q0kkciswg0...@webmail6.uu.se>
Content-Type: text/plain;       charset=ISO-8859-1;     DelSp="Yes";
        format="flowed"

Hello,

I'm making an api for Comet language. there are some functions where  
the name of the function is like: ConstraintSystem<LS>(int[],int)
i noticed that no matter how i make the xml file the auto completion  
won't show the function parameters in a tooltip. for instance my xml  
code is:
<KeyWord name="ConstraintSystem&lt;CP&gt;" func="yes">
     <Overload retVal="Constraint&lt;CP&gt;">
           <Param name="int[]" />
           <Param name="int" />
     </Overload>
</KeyWord>

when i type the first parenthesis i expect to see the list of  
parameters for this function but it simply doesn't show anything, if i  
remove <CP> from the name of the function it works fine so it seems to  
be a bug or i'm missing something.
appreciate any ideas.

Best,
Farshid




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

Message: 4
Date: Sun, 08 Mar 2009 22:52:06 +0100
From: Jurko Gospodneti? <jurko.gospodne...@docte.hr>
Subject: [Notepad-plus-plus] Suggestion for nicer integration with
        external        software.
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <gp1emb$pn...@ger.gmane.org>
Content-Type: text/plain; charset=windows-1250; format=flowed

   Hi.

   When calling an external editor for other software, in general the 
only that software can know that the editor has 'done its job' is to 
wait for its process to terminate. Now, we can make this technique work 
with Notepad++ by passing it the -multiInst command-line option, but 
that solution could be made to 'look nicer' for the user.

   Notepad++ could have a separate executable, let's call it 
notepad++starter, that would run regular notepad++ and if started with a 
list of files to open, remain as a windowless process in the background 
doing nothing but waiting for its files to get closed by Notepad++.

   I saw a similar technique be used in the Beyond Compare comparison 
software. They have the main bcompare.exe executable which can show 
multiple tabbed comparisons, similar to how Notepad++ displays multiple 
tabbed documents. But they also have a separate bcomp.exe executable 
which can be used, e.g. from different version control software like 
TortoiseSVN or TortoiseCVS and it will correctly wait for its user to 
finish with the started comparison (important for instance so a 
temporary file being compared would not get deleted too soon), but still 
display the comparison as a tab in an already running bcompare.exe instance.

   All in all, quite a cool effect. :-)

   Hope this helps.

   Best regards,
     Jurko Gospodneti?




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

Message: 5
Date: Sun, 08 Mar 2009 02:11:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        5.2     Search functionality
To: nore...@sourceforge.net
Message-ID: <6684382.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6684382
By: donho

> I do NOT in any way like the fact that when a search is over that the search
window now closes.

A hidden setting (manually set dlgAlwaysVisible as "yes" in config.xml) will
be added in the next version to restore this behaviour. However, the default
behaviour will be "hiding the dialog if any result found". As well, almost all
settings of find/replace dialog will be remembered on the next session.


> The news section of the webpage 
> (http://notepad-plus.sourceforge.net/uk/site.htm)
is pretty dated.

I do my best to keep it updated. I'm waiting for a new design of site to get
it done well.
If anyone want to contribute about it, they are welcome.

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



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

Message: 6
Date: Sun, 08 Mar 2009 09:56:20 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Dreamweaver files
To: nore...@sourceforge.net
Message-ID: <6689881.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6689881
By: shamuntoha

Notepad++ ! great job you did guys.. 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=482781



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

Message: 7
Date: Sun, 08 Mar 2009 10:12:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Directory browser
To: nore...@sourceforge.net
Message-ID: <6690110.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6690110
By: shamuntoha

Thanks for your reply.

I mean the embed local file explorer inside N++ like treeview left or right
docking. To browse (No. 2).

(in my previous posts, i was asking a feature like DreamWeaver CS4 did, they
can sniff/read your header paths and create sub tab to browse contents and edit
by clicking sub tab, which is very unique feature while i was using, but alas
its not FREE)



______________________________________________________________________
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: Sun, 08 Mar 2009 10:29:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        How to  use color picker?
To: nore...@sourceforge.net
Message-ID: <6690306.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6690306
By: shamuntoha

Many thanks for your links and hints.

You are right this is it. But i am looking forward N++ embed plugin. You know
you can use many tools in your task bar increase more threads, but having a
released version of N++ including all those features are more organized.




______________________________________________________________________
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: Sun, 08 Mar 2009 17:00:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        copy as highlighted (colored) text
To: nore...@sourceforge.net
Message-ID: <6695090.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6695090
By: rikkey

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



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

Message: 10
Date: Sun, 08 Mar 2009 17:24:10 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Math
        Plugin: Unicode version released
To: nore...@sourceforge.net
Message-ID: <6695405.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6695405
By: somic

The Unicode release (v0.0.4.0) of the Math Plugin for Notepad++ is available
at this page:

http://www.semelinanno.com/downloads/anmxnpp/anmXNpp_Page.html

or you can download it directly from this link:

http://www.semelinanno.com/downloads/anmxnpp/ver0040/anmXNpp_v0040.zip

I remain waiting for any comments, bugs' reports (hopefully not many) and
suggestions.

Regards,
Somic

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

_______________________________________________
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 34, Issue 14
*************************************************

Reply via email to