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: Improved     Macro
      Suggestion (SourceForge.net)
   2. [notepad-plus - Plugin Development] quicktext     with tab
      modification release (SourceForge.net)
   3. [notepad-plus - Help] Set Default "Save As"       Directory?
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   quicktext with tab
      modification update (SourceForge.net)
   5. [notepad-plus - Help] RE: Set Default "Save As"   Directory?
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Set Default "Save As"   Directory?
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] Does not auto-detect
      Actionscript (SourceForge.net)
   8. [notepad-plus - Open Discussion] Separate indent and tab size
      (SourceForge.net)
   9. [notepad-plus - Help] File Association settings   are not saved
      (SourceForge.net)
  10. [notepad-plus - Help] Enabling Asian language     fonts?
      (SourceForge.net)
  11. [notepad-plus - Help] Macros (SourceForge.net)
  12. n++ and iso format (Andrzej)


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

Message: 1
Date: Wed, 28 May 2008 00:08:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Improved        Macro Suggestion
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=4991271
By: fool4uanyway

>> "
> > so I don't know if this has been mentioned...  
> How come you don't know?  
 
Because I don't pretend to know it "all" just know it "most".
" <<

There are ways to get to know about these things.

You might just have spotted a thread titled "[BUG] Copy/Paste in UTF-8 v4.9.1"
which implies to also say something about not correctly pasting text.

In case you didn't read it elsewhere: there are several ways to paste text from
the clipboard. It seems using CTRL+V is suffering the most from peculiarities.


______________________________________________________________________
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: Wed, 28 May 2008 02:21:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        quicktext       with tab modification release
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=4991463
By: adrianliem

greetings from surabaya,

i just modified the quicktext plugin so it can work with tab hotkey better

it works pretty well (at least for me) in my notepad++, so i think i'd share
it here :)

the changes: other than using tab hotkey, if the quicktext did not find the
snippet from the word on the left of the cursor, it will not display any popup
window, and continue to do a tab character - the normal behaviour (i switched
to notepad++ just yesterday, previously i used E for quite a long time - another
great software, so i changed the behaviour to be like it). also i changed the
lookup selection into the characters on the left, not the whole word.

currently i use notepad++ 4.9.2. if you want to use this modified plugin, the
first thing you have to do is to turn off the tab hotkey from "Settings>Shortcut
mapper>Plugin command>line 85" into something else. then change the "Replace
Tab" from the line 224 into the Tab key, instead of Ctrl Enter.

anyone who want to modify the plugin further (i suppose there should be some
bugs since i don't have any background with the c++ nor scintilla codes), can
recompile the source code by themselves - i already included the source code
too.
please go to http://www.microsoft.com/express/ to download the microsoft visual
c express (if you don't have it yet), and i use
http://scintilla.sourceforge.net/ScintillaDoc.html for the language reference.
then just edit and play with the QuickText.cpp

provided just as it is :)

thanks for the great software.


modified plugin URL:
http://rapidshare.com/files/118248358/QuickText_Modif.zip.html

______________________________________________________________________
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: 3
Date: Wed, 28 May 2008 04:58:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Set Default "Save
        As"     Directory?
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=4991695
By: speedy1701

Hi.

I'm trying to set the default "Save as" folder for Notepad++.

1. In it's desktop shortcut icon, I've set the "Start in" option to my desired
folder.
2. Start notepad++.
3. When I create a new file in notepad++ and choose "save as", my folder
appears.
4. Without exiting notepad++, start another new file.
5. When I try to save this new file, it always defaults back to notepad++'s
installation directory.

Is there a workaround for this?

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: 4
Date: Wed, 28 May 2008 05:06:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        quicktext with tab modification update
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=4991704
By: adrianliem

just patched some hotspot (?) bugs

the update contain only the .dll file and the quicktext.cpp file (the only 
modified
file).

now if only the multi-lines-indent and multi-lines-outdent could work together
with this plugin ...

URL:
http://rapidshare.com/files/118277528/QuickTextTabUpdate.zip.html

______________________________________________________________________
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: Wed, 28 May 2008 05:07:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Set Default
        "Save As"       Directory?
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=4991706
By: speedy1701

I just found the workaround after some more searching:

1. Settings - Preferences - MISC tab
2. Set "Remember the last operation directory" 

I hope in a future release (I'm using 4.9.2), setting a "Save As" directory
will be a more clear-cut option!



______________________________________________________________________
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: Wed, 28 May 2008 06:09:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Set Default
        "Save As"       Directory?
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=4991837
By: fool4uanyway

"Default file path?" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=1888614&forum_id=331754

"Current Folder" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=1870322&forum_id=331754

more:

http://sourceforge.net/search/?words=%2Bremember+%2Blast+%2Boperation&sort=poste
d_date&sortdir=desc&offset=0&group_id=95717&forum_id=331754&type_of_search=forum
s&pmode=0&limit=50


______________________________________________________________________
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: Wed, 28 May 2008 06:48:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Does not
        auto-detect Actionscript
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=4991899
By: elmonty

When I open a .AS file in the latest version of Notepad++, the syntax coloring
is not correct. I have to manually select "Flash actionscript" from the Language
menu in order to show the correct highlighting. It was working properly in the
previous version.


______________________________________________________________________
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: Wed, 28 May 2008 07:12:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Separate
        indent and tab size
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=4991952
By: masys002

Hi,

I?m a beginner with Notepad++, but I found it very useful. Started to use
it this Monday; and I've already written my first plugin.

I develop many cross platform projects (C/C++ on Windows and UNIX) and have
been using different editors (and still are), but I believe Notepad++ will make
some of them obsolete.

My problem is that the my tab size is "physical" set to 8, since I use many
UNIX command line tools like diff, cat, more, etc.

In editors like NEdit (an X editor on UNIX) and in Visual C++ 2005, I can 
configure
the tab size to 8 and the indent size to 2. In VC++ the tab key does an indent,
and not inserting a physical TAB character.

Can Notepad++ act like VC++ regarding tab size and indent sizes? I?m asking
is because I don?t want to go into very old source files and change any TAB
characters to right amount of spaces.

Hope for some help on this issue,
Thomas


______________________________________________________________________
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: Wed, 28 May 2008 07:51:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] File Association
        settings        are not saved
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=4992037
By: jfnieto

Recently I have bought a new PC and I have installed the last version of NP++
(4.9.2). File Association settings seem to work. But when I close the editor
and re-open it, all file associations are lost.

Could you help me?

Thanks in advance.

______________________________________________________________________
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: Wed, 28 May 2008 08:06:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Enabling Asian
        language        fonts?
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=4992075
By: bookmarkjedi

Hi,

Is there a way to enable Asian language fonts in Notepad++?

Thanks,

Tom

______________________________________________________________________
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: Wed, 28 May 2008 08:33:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] 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=4992138
By: bear80

I have created a Macro in Notepad++ and now I need to edit the text.  I was
able to do this with an earlier version of NPP, but now that I have 4.9, I 
can't.
Any ideas?

______________________________________________________________________
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: 12
Date: Thu, 29 May 2008 08:54:36 +0200
From: "Andrzej" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] n++ and iso format
To: <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-2"

Hi,

I am trying to edit my webpage with Notepad ++, can anyone tell me how to force 
the app to save the document in the iso-8859-2 format?

Thanks!
regards
andy
-------------- next part --------------
An HTML attachment was scrubbed...

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
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 24, Issue 64
*************************************************

Reply via email to