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: BUG: Focus   lost after
      closing of Find dia (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Buffer       overrun detected!
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] Suggestion for   Don HO re:
      Macros (SourceForge.net)
   4. [notepad-plus - Open Discussion] CuteFTP (SourceForge.net)
   5. [notepad-plus - Open Discussion] Suggestion for   Don HO re:
      Macros (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: BUG: Focus   lost after
      closing of Find dia (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Will you     develop this
      nice notepad for Li (SourceForge.net)
   8. [notepad-plus - Help] Second view line break      can't be
      switched off (SourceForge.net)
   9. [notepad-plus - Help] RE: Second view line        break can't be
      switched (SourceForge.net)
  10. [notepad-plus - Help] No direct typing possible   after task
      changing (SourceForge.net)
  11. [notepad-plus - Help] RE: Replace line break      with backspace?
      (SourceForge.net)


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

Message: 1
Date: Mon, 19 Feb 2007 03:17:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG:
        Focus   lost after closing of Find dia
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=4165527
By: nobody

I have this bug too, here is my config.xml (removed the history part):
Running Windows XP Service Pack 2 with all the latest Microsoft Updates, 
Internet
Explorer 7 and Windows Media Player 11.

<?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus>
    <GUIConfigs>
        <!-- 3 status : "large", "small" or "hide"-->
        <GUIConfig name="ToolBar">standard</GUIConfig>
        <!-- 2 status : "show" or "hide"-->
        <GUIConfig name="StatusBar">show</GUIConfig>
        <!-- For all attributs, 2 status : "yes" or "no"-->
        <GUIConfig name="TabBar" dragAndDrop="yes" drawTopBar="yes"
drawInactiveTab="yes" reduce="yes" closeButton="no" doubleClick2Close="no" />
        <!-- 2 positions : "horizontal" or "vertical"-->
        <GUIConfig name="ScintillaViewsSplitter">vertical</GUIConfig>
        <!-- For the attribut of position, 2 status : docked or undocked ; 2
status : "show" or "hide" -->
        <GUIConfig name="UserDefineDlg" position="undocked">hide</GUIConfig>
        <GUIConfig name="TabSetting" size="4" replaceBySpace="no" />
        <!--App position-->
        <GUIConfig name="AppPosition" x="75" y="87" width="839" height="604"
isMaximized="no" />
        <!-- For the primary scintilla view,
             2 status for Attribut lineNumberMargin, bookMarkMargin, 
indentGuideLine
and currentLineHilitingShow: "show" or "hide"
             4 status for Attribut folderMarkStyle : "simple", "arrow", "circle"
and "box"  -->
        <GUIConfig name="ScintillaPrimaryView" lineNumberMargin="show"
bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show"
currentLineHilitingShow="show" Wrap="yes" edge="no" edgeNbColumn="100"
wrapSymbolShow="hide" zoom="1" whiteSpaceShow="hide" eolShow="hide" />
        <!-- For the secodary scintilla view,
             2 status for Attribut lineNumberMargin, bookMarkMargin, 
indentGuideLine
and currentLineHilitingShow: "show" or "hide"
             4 status for Attribut folderMarkStyle : "simple", "arrow", "circle"
and "box" -->
        <GUIConfig name="ScintillaSecondaryView" lineNumberMargin="show"
bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show"
currentLineHilitingShow="show" Wrap="yes" edge="no" edgeNbColumn="80"
wrapSymbolShow="hide" zoom="0" whiteSpaceShow="hide" eolShow="hide" />
        <GUIConfig name="Auto-detection">yes</GUIConfig>
        <GUIConfig name="CheckHistoryFiles">yes</GUIConfig>
        <GUIConfig name="TrayIcon">no</GUIConfig>
        <GUIConfig name="RememberLastSession">yes</GUIConfig>
        <!--
                        New Document default settings :
                                format = 0/1/2 -> win/unix/mac
                                encoding = 0/1/2/3/4/5 -> 
ANSI/UCS2Big/UCS2small/UTF8/UTF8-BOM
                                defaultLang = 0/1/2/..

                        Note 1 : UTF8-BOM -> UTF8 without BOM
                        Note 2 : for defaultLang :
                                        0 -> L_TXT
                                        1 -> L_PHP
                                        ... (see source file)
                -->
        <GUIConfig name="NewDocDefaultSettings" format="0" encoding="0" lang="0"
/>
        <GUIConfig name="langsExcluded" gr0="0" gr1="0" gr2="0" gr3="0" gr4="0"
gr5="0" gr6="0" gr7="0" />
        <!--
                printOption is print colour setting, the following values are 
possible :
                        0 : WYSIWYG
                        1 : Invert colour
                        2 : B & W
                        3 : WYSIWYG but without background colour
                -->
        <GUIConfig name="Print" lineNumber="no" printOption="0"
headerLeft="$(FULL_CURRENT_PATH)" headerMiddle="" headerRight="$(LONG_DATE)
$(TIME)" headerFontName="IBMPC" headerFontStyle="1" headerFontSize="8" 
footerLeft=""
footerMiddle="-$(CURRENT_PRINTING_PAGE)-" footerRight="" footerFontName=""
footerFontStyle="0" footerFontSize="9" margeLeft="0" margeTop="0" margeRight="0"
margeBottom="0" />
        <!--
                            Backup Setting :
                                0 : non backup
                                1 : simple backup
                                2 : verbose backup
                      -->
        <GUIConfig name="Backup" action="0" />
        <GUIConfig name="TaskList">yes</GUIConfig>
        <GUIConfig name="SaveOpenFileInSameDir">no</GUIConfig>
        <!--
                        value 0 for the folloing parameters means invisible :
                        leftWidth, topHight, rightWidth, bottomHight
                        
                                        position value for the PluginDlg:
                                                
                                                0 : left
                                                 1 : right
                                                2 : top
                                                3 : bottom
                                                >= 4 : undocked -> 
FloatingWindow id
                        -->
        <GUIConfig name="MaitainIndent">yes</GUIConfig>
        <GUIConfig name="MRU">yes</GUIConfig>
        <GUIConfig name="DockingManager" leftWidth="223" rightWidth="200"
topHeight="200" bottomHeight="200">
            <FloatingWindow cont="4" x="-53" y="203" width="378" height="663"
/>
            <PluginDlg pluginName="Explorer.dll" id="1" curr="0" prev="-1"
isVisible="no" />
            <PluginDlg pluginName="Explorer.dll" id="0" curr="0" prev="4"
isVisible="no" />
            <PluginDlg pluginName="FunctionList.dll" id="0" curr="1" prev="-1"
isVisible="no" />
            <ActiveTabs cont="0" activeTab="-1" />
            <ActiveTabs cont="1" activeTab="-1" />
            <ActiveTabs cont="2" activeTab="-1" />
            <ActiveTabs cont="3" activeTab="-1" />
        </GUIConfig>
    </GUIConfigs>
</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=331753



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

Message: 2
Date: Mon, 19 Feb 2007 03:40:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Buffer  overrun detected!
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=4165548
By: wizx20

Same error here using outlook 2003 (Dutch).

______________________________________________________________________
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: Mon, 19 Feb 2007 04:45:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion for  Don HO re: Macros
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=4165642
By: nobody

I'm just gonna borrow the thread for a macro-question. I would like to make
a macro that types <!-- Edited the file 2007-12-19 MyName -->.

This works great except for the fact that I can't get the date inserted when
doing this as a macro.

Any ideas how to do 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: 4
Date: Mon, 19 Feb 2007 05:05:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] CuteFTP
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=4165673
By: nobody

Hi all,

Cuteftp has a feature to edit a remote file. It downloads the file (to windows
temp folder) opens it in the preferred program and ask you if you want to upload
it upon saving. This works well with windows notepad but with notepad++ you
can't save the file, it gets greyed out on the first try. You can choose save
as and overwrite the temporary file but cuteftp then doesn't recognize the 
change
and doesn't promt you to upload.

It would be super to have this working! Thanks in advance for any replys.

______________________________________________________________________
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: Mon, 19 Feb 2007 06:02:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Suggestion for  Don HO re: Macros
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=4165751
By: donnybahama

Ctrl+W? A standard? That's a new one for me. Alt+F4 has been a standard for
closing Windows apps since the Windows 2.x days - possibly even before that.
Alt+F4 to close an app, Ctrl+F4 to close a window within an app. I'm not saying
Ctrl+W doesn't work in most MDI apps - I went and tried it in several, and it
does; I had just never heard of it being a standard before. And I don't see
how it's any easier to type one vs. the other... it's two keys either way. At
any rate, I share your sentiments about keyboard and mouse usage.

______________________________________________________________________
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: Mon, 19 Feb 2007 06:05:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG:
        Focus   lost after closing of Find dia
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=4165757
By: donnybahama

I had this bug in 4.02, also. Reverted to 4.01 and all's well.

______________________________________________________________________
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: Mon, 19 Feb 2007 06:10:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Will
        you     develop this nice notepad for Li
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=4165766
By: donnybahama

Another vote for a linux port.

______________________________________________________________________
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: Mon, 19 Feb 2007 06:20:14 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Second view line
        break   can't be switched off
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=4165792
By: nobody

Hi together,

I just insalled the new notepad++ 4.02 and now I've got the problem that I can't
switch off the line break.
In the first window it works but not in the second view.

I it a bug? Or is there an extra switch somewhere?

Greetings, Benjamin

______________________________________________________________________
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: 9
Date: Mon, 19 Feb 2007 06:27:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Second view
        line    break can't be switched
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=4165801
By: nobody

Ok, now I got it.
Searched in Settings not in the main menue....

So everything works wonderfull :-)

______________________________________________________________________
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: 10
Date: Mon, 19 Feb 2007 06:44:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] No direct typing
        possible        after task changing
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=4165823
By: thedutchjewel

Since v4.0.2 there's a prob with task changing. If I go back to Notepad++ from
another task (by using alt+tab or clicking on the notepad++ tab in the task
bar) I can't direct start with typing text, but first have to click in the 
document.
This is very annoying. Is this a feature or a bug?

______________________________________________________________________
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: 11
Date: Mon, 19 Feb 2007 08:55:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace line
        break   with backspace?
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=4166066
By: nobody

Hello,

How to replace tab from a line to linebreak ?

Tks,
Mike

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 9, Issue 53
************************************************

Reply via email to