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] Muli-monitor     window move
      problem (SourceForge.net)
   2. [notepad-plus - Help] tiny html (SourceForge.net)
   3. [notepad-plus - Open Discussion] Notepad++ v4.0   RC is
      available (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: SAS       Syntax
      Highlighting (SourceForge.net)
   5. [notepad-plus - Help] Mouse Scroll wheel  settings
      (SourceForge.net)
   6. [notepad-plus - Help] Word "Switching" (SourceForge.net)
   7. [notepad-plus - Open Discussion] U3 tech (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC is
      available (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v4.0 RC is
      available (SourceForge.net)


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

Message: 1
Date: Fri, 05 Jan 2007 13:36:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Muli-monitor    window move 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=4088957
By: nobody

N++ Ver 3.9

Excuse me if someone has pointed this out problem before. 

I have a Dell laptop/dock setup. Often I'll have N++ up on the second monitor.
If I de-dock the laptop, the N++ "stays" on the second screen. Usually Windows
apps let you open the title bar menu by space+alt. Not so with N++. I use this
Windows shortcut key often enough that I'm wondering why the standard Windows
shortcut key setup isn't used with the titlebar menu in N++. In that menu, as
you know, is "move." Through alt+tab I can switch to applications that are off
screen, then press the "m" key, and the mouse cursor changes to the 4-arrow
configuration (arrows pointing left, right, up and down) and at this point,
usually, you can use the arrow keys to move windows around. This way you can
move windows off screen; on screen.

Was this an oversight or a choice in N++?

Otherwise guys keep up the good work! 

Ken Creten


______________________________________________________________________
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: Fri, 05 Jan 2007 14:38:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] tiny html
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=4089015
By: nobody

How to install tiny html in 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=331754



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

Message: 3
Date: Fri, 05 Jan 2007 17:33:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ v4.0  RC is 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=4089141
By: donho

Happy New Year.

Here's Notepad++ v4.0 Release Candidate :
http://notepad-plus.sourceforge.net/commun/misc/npp.v40.RC.zip

Thanks to Jens, this version comes with docking capacity.
It means you can dock any plugin dialog (if the plugin supports this feature)
on the 4 sides (left, right, top and bottom) of Notepad++.
Furthermore, you can have several plugin dialogs on one side, switch from one
to another by clicking the tab.
There're more features to be discovered, so just play arround with it.

v4.0 new features and fixed bugs (from v3.9) :

1.  Fix the crash issue.
2.  Add Docking feature for plugin dialogs.
3.  Fix the bug that current "open" and "save as" directory are inchanged with
the shortcut Ctrl+Tab.
4.  Fix the bug that the new added languages in v3.9 can not be hidden from
the language menu.
5.  Fix the volatile search direction bug.
6.  Fix the Tab display problem.
7.  Add Haskell language support.
8.  Add the option to open/save files in the last operation directory (see in
Preferences dialog).
9.  Enhance Document switcher (MRU and switch crossing view abilities)
10. Fix "Find Next" unicode bug for Find Replce Dialog.
11. Support Unicode in displayed result of Find in files & Find in all opened
files.
12. Add Reload from disk feature.
13. Update Scintilla component to 1.71

The official 4.0 release is planned in about one week, if there's no critical
bug found.

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: 4
Date: Fri, 05 Jan 2007 18:02:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        SAS     Syntax Highlighting
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=4089149
By: nobody

Your user defined languages are easily transportable.  They are stored in an
XML file in your Documents and Settings Folder. (C:\Documents and Settings\[YOUR
NAME}\Application Data\Notepad++\UserDefineLang.xml).  I agree it would be great
if a nice definition was built in.  Until that time here is mine.  It is 
somewhat
incomplete but has been "good enougth" for me.  We should collaborate here to
create a quality syntax definition.

<NotepadPlus>
    <UserLang name="SAS" ext="sas SAS">
        <Settings>
            <Global caseIgnored="yes" />
            <TreatAsSymbol comment="no" commentLine="no" />
            <Prefix words1="no" words2="no" words3="yes" words4="yes" />
        </Settings>
        <KeywordLists>
            <Keywords name="Delimiters">&quot;&apos;0&quot;&apos;0</Keywords>
            <Keywords name="Folder+">PROC proc DATA data</Keywords>
            <Keywords name="Folder-">run RUN</Keywords>
            <Keywords name="Operators">( ) , . ; + &lt; = &gt;</Keywords>
            <Keywords name="Comment">1/* 2*/ 0</Keywords>
            <Keywords name="Words1">FORMAT Format format quit FREQ freq PRINT
print MEANS</Keywords>
            <Keywords name="Words2">INPUT input value VALUE Value IF if THEN
then DO do END end ELSE else AND and&#x0D;&#x0A;truncover recfm lrecl filename
libname %let ODS Ods ods html HTML CLOSE close listing LISTNG missing norow
nocol TABLES table TABLE tables BY by ID id sum SUM SUMBY sumby var VAR 
nopercent
retain infile options file FILE TITLE1 TITLE2 TITLE3 TITLE4 FOOTNOTE rtf
RTF</Keywords>
            <Keywords name="Words3">@ $char $ebcdic s370ff $ $EBCDIC S370FF
z Z S370FPD</Keywords>
            <Keywords name="Words4">%</Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000080"
bgColor="FFFFFF" fontName="" fontStyle="1" />
            <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000080"
bgColor="FFFFFF" fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD1" styleID="5" fgColor="000080" 
bgColor="FFFFFF"
fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD2" styleID="6" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD3" styleID="7" fgColor="008080" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD4" styleID="8" fgColor="000080" 
bgColor="FFFFFF"
fontName="" fontStyle="1" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="008000" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="2" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000"
bgColor="FFFFFF" fontName="Courier New" fontStyle="2" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="008080" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER1" styleID="14" fgColor="800080"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER2" styleID="15" fgColor="800080"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
        </Styles>
    </UserLang>
 </NotepadPlus>

______________________________________________________________________
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: Fri, 05 Jan 2007 19:03:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Mouse Scroll wheel
        settings
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=4089190
By: mofoq

I accidentally hit a key (I don't remember what) and now my mouse's scroll wheel
doesn't scroll vertically...it cycles through the open tabs.  Where/how can
I change it back?

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



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

Message: 6
Date: Fri, 05 Jan 2007 21:56:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Word "Switching"
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=4089266
By: nobody

Can you make it search for a word, say "one" and change all instances of that
word to another, such as "two."

For example: "omg i went that one day to that one place and did that one thing!"
would turn to: "omg i went that two day to that two place and did that
two thing!"

______________________________________________________________________
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: 7
Date: Sat, 06 Jan 2007 01:17:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] U3 tech
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=4089372
By: nobody

hi guys can NP++ work with U3 technology (the ability to run software from USB
Sticks)?

______________________________________________________________________
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: Sat, 06 Jan 2007 04:03:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC is 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=4089472
By: nobody

Congratulation Don and Jens !!! Those are excellent improvements !
I played a bit with the explorer, function list and favorites Plugins and the
fact that they are tabbed is excellent ! Jens the addings you did to travel
through the history of functions is also great.
Continue the good Job


______________________________________________________________________
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: Sat, 06 Jan 2007 05:25:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC is 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=4089526
By: nabito

Hi Don,

The result of "find in files" is still placed below the "Find" dialog.
It isn't docked at the bottom of the main window like in many other editors.
I have to say that it's really inconvenient :(

Please, do you consider to work on it? I hope so :)

Thank you very much for this great editor!


______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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


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

Reply via email to