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: Can i        search with
      unknown content between? (SourceForge.net)
   2. [notepad-plus - Open Discussion] Can i search     with unknown
      content between? (SourceForge.net)
   3. [notepad-plus - Help] hint and auto complete      help/problem
      with "."s (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Trojan       alert from AVG
      8.0 for version 5.1 (SourceForge.net)
   5. [notepad-plus - Plugin Development]       FTP_synchronize symbolic
      lynks + favorites (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Plugin:   NPPTextFX
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Open CHM file with      selected word
      (SourceForge.net)
   8. [notepad-plus - Help] RE: multiple windows (SourceForge.net)


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

Message: 1
Date: Sun, 09 Nov 2008 00:02:17 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Can
        i       search with unknown content between?
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=5605105
By: ssgsmt

in the Find dialog, change search mode to Regular expression and try

http://www\.(.*)\.net

search regular expressions for more 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=331753



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

Message: 2
Date: Sat, 08 Nov 2008 23:22:16 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Can i
        search  with unknown content between?
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=5604919
By: viriance

Hi!
The problem is I have a list with URLs, about ten thousand.
Most of them goes with www. , but there are many without. The domains are 
different
- .net, .com, .biz etc.
For example, I need to find and delete URLs with www. and in .net zone only.
So I should make the search with "www.xxx.net", where xxx is variable, it can
be three letters or ten, with numbers or without.
So theres a question - how should I make a search? Maybe there is a symbol,
that stands for variable content?
In need of help. 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: 3
Date: Sun, 09 Nov 2008 02:14:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] hint and auto
        complete        help/problem with "."s
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=5605663
By: jaysharpe

I use NotePad++ a lot for programming in lua, and started making a auto function
complete file which worked fine strait away.

However, when i tried to use the hints for parameters I hit a problem, a BIG
one.

The functions i use are like "timer.Create()" "timer.Simple()" and i wanted
to add in hints for the parameters. However, the "." in the function makes NP++
think it's two entirely different functions all together, when they're not!

Here's a test xml file i did just to validate my error.

<NotepadPlus>
        <AutoComplete>
          <Environment ignoreCase="no" startFunc="(" stopFunc=")" 
paramSeparator=","
/>
            
        <KeyWord name="TESTONE" func="yes">
            <Overload retVal="FooBar">
                <Param name="TESTONE works! No problem" />
            </Overload>
        </KeyWord>
                
        <KeyWord name="TEST.TWO" func="yes">
            <Overload retVal="FooBar">
                <Param name="TESTTWO doesn't work! UH OH!" />
            </Overload>
        </KeyWord>

       </AutoComplete>
</NotepadPlus>

You could try it yourself if you want to see what i meen. But with TEST.TWO
no hint or any sign of a hint existing shows. But with TESTONE as soon as i
hit ( the hint shows telling me it worked.

Is there a way for me to make notepad++ ignore "."s in the lua language? Or
will there actually be any support for lua and the problem which a lot in the
Garrys Mod community (link to pages of the GMod lua syntax style:
http://wiki.garrysmod.com/wiki/?title=Lua   as you see, there's alot of 
this.that
function.foobar) are having?

There is also the same problem with "."s in the auto complete functions. I made
a list with all the functions i use, and almost every single one, has a "."
in it. So when i'm typing a function out, such as "Player.Kill()" here's what
happens:

Types in "Player"
*list shows with all the functions with Player at the start*
Types in ".Ki" to make "Player.Ki" thinking it would show "Player.Kill"
*list disappears*

It happens because once the "." is typed in, NP++ thinks whatever is after it
is a whole new function -Which is isn't-

Is there anything at all to help me through this problem I (and others) have?

I really want more flexibility with the Auto Complete/Call Hint settings like
when a new function is defined and what characters to ignore/allow.

Is there anyone that can help me?

______________________________________________________________________
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: Sun, 09 Nov 2008 13:43:56 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Trojan  alert from AVG 8.0 for version 5.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=5608539
By: geraldlindsly

I just tested scanning just the Notepad++ directory with a resident  shield
exception set (see Tools/Advanced Settings/Resident Shield/Exceptions) and the
scanner didn't complain.

______________________________________________________________________
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: Sun, 09 Nov 2008 13:54:28 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        FTP_synchronize symbolic lynks + favorites
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=5608596
By: majormark

Hello Harry B.,

Can you implement these two features in FTP_synchronize plugin:

- follow symbolic lynks in UNIX
- favorites


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: 6
Date: Sun, 09 Nov 2008 15:31:16 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Plugin: NPPTextFX
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=5609009
By: pachat

Hi,

Thanks for this great plugin.

I like the AutoCloseHTMLTags working in HTML files, but I would like to have
it working also in PHP files (where I also type HTML code). Is this possible ?

______________________________________________________________________
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, 09 Nov 2008 19:49:51 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Open CHM file
        with    selected word
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=5610086
By: djn2

It depends on the internal file structure of the CHM file. Your best bet is
to go over to http://www.keyworks.net/keytools.htm , download and launch 
KeyTools
and then take a peek at the helpfile with the 'Examine' utility - the last one
on the bottom.
If the helpfile has an usable structure with the searched word as part of the
internal filename it can be easily done.
Take a look at this thread to see how I did it for the PHP manual:
   http://sourceforge.net/forum/forum.php?thread_id=2082783&forum_id=331754
For more advanced options see this page:
   http://www.help-info.de/en/Help_Info_HTMLHelp/hh_command.htm

Hope this helps.

djn


______________________________________________________________________
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: 8
Date: Sun, 09 Nov 2008 19:53:24 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: multiple
        windows
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=5610108
By: djn2

"C:\Program Files\Notepad++\notepad++.exe  -multiInst"

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 30, Issue 22
*************************************************

Reply via email to