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 - Help] BUG: URL underlining        turns off after
      Finding (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Feature      Request: Save As
      opens file's own dir (SourceForge.net)
   3. [notepad-plus - Help] Unordered Lists in HTML (SourceForge.net)
   4. [notepad-plus - Help] RE: Remember last   operation directory
      after close (SourceForge.net)
   5. [notepad-plus - Help] RE: Remember last   operation directory
      after c (SourceForge.net)
   6. [notepad-plus - Help] Close Tags (SourceForge.net)
   7. [notepad-plus - Help] file difference (SourceForge.net)
   8. [notepad-plus - Help] RE: Unordered Lists in      HTML
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Feature      Request: Ruler
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] Change the       default font face
      please (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Feature      Request: Save As
      opens file's own dir (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Notepad++    v4.1 is
      released (SourceForge.net)


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

Message: 1
Date: Wed, 09 May 2007 09:08:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] BUG: URL
        underlining     turns off after Finding
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=4304359
By: nobody


When you search for a string using the "Find in all open documents" the Find
Result window causes the URLs to no longer be underlined and clickable for that
session.

I use this function to track where users downloaded a program I wrote. It's
much better than having to manually copy and paste each URL.

______________________________________________________________________
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: Wed, 09 May 2007 10:29:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: Save As opens file's own dir
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=4304541
By: bullock

I just tried the same experiment, but with different results. 

I open NP++, and it reloaded files from the last session.  When I click either
"Save me As" on the file's tab, or "Save As..." under the File menu, I get the
same thing: The Save File Dialog is prepositioned in the file's directory. 
Repeating these steps on a different tab whose file is in a different directory,
again the Save File Dialog is prepositioned in that file's (different)
directory.

I'm using NP++ 4.1.  You?

Can you compile NP++ from the source code with debug information?  If so, put
a breakpoint near the top of the method

char * FileDialog::doSaveDlg() 

in the file FileDialog.cpp and inspect the value of the variable "dir".  Also,
put one on the line

        fDlg.setDefFileName(PathFindFileName(str));

in the method 

bool Notepad_plus::fileSaveAs()

in the file Notepad_plus.cpp and trace into the execution of that method call.

Let us know what else you learn.

Regards.
Greg

______________________________________________________________________
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: Wed, 09 May 2007 11:55:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Unordered Lists in
        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=4304677
By: nobody

I am wondering if this functionality exists in Notepad++:

I'm working with an HTML document and I type the following:

one
two
three

Is there something in Notepad++ that allows me to to select those three items,
click a button or do a keyboard shortcut, and have the HTML for an unordered
list (comprised of those three items) generated for me?

If not, what might be the best way for me to do this in Notepad++?

Thanks much.  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=331754



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

Message: 4
Date: Wed, 09 May 2007 14:44:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Remember last
        operation directory after close
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=4304936
By: nobody

There's a setting in the preferences to remeber the last directory, but it 
doesn't
work.  It also doesn't remeber file filters in the search dialog.  At least
it should use the current directory and file extension by default like the old
versions use to.

______________________________________________________________________
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: 5
Date: Wed, 09 May 2007 15:19:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Remember last
        operation directory after c
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=4304974
By: coder775

You could post a bug on the setting if it is broken.  There's already a bug
report on the file filters and directory defaults for search, and that might
be addressed very soon.  --Joel


______________________________________________________________________
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, 09 May 2007 15:25:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Close Tags
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=4304981
By: nobody

Hallo

How can I have auto Close Tags? So when I start a Tag, I want to have the close
Tag to this at the next. E.g. When I type "<table>" I want to have
"<table></table>".

Is that possible with 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: 7
Date: Wed, 09 May 2007 15:44:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] file difference
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=4304994
By: webleyaxsor

is there a way to open 2 text documents and have the differences highlighted
so you can see
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: 8
Date: Wed, 09 May 2007 15:49:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Unordered Lists
        in      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=4305004
By: coder775

Currently it is probably too much work to do it in Notepad++.  You could use
an HTML WYSIWYG (what you see is what you get) editor like the open-sourced
NVU.  http://www.nvu.com

There, you'd just select the block of text and click on the "Bulleted list"
toolbar button.

There's others that also do this.

If you are not a programmer, you might be able to record macros to do this in
Notepad++.

To record a macro:
1) Click the record button in the toolbar
2) Perform the operations
3) Click the stop button
4) Test your macro by clicking the play button
5) You can save your macro by selecting the "Macro > Save current recorded 
macro"
menuitem

One macro starts it:
1) Press the <Home> key to move the cursor to the left of the line.
2) Type "<ul>" (without the quotes)
3) Press the down-arrow button to move to the next line

One macro is repeated for each line in the list:
1) Press the <Home> key to move the cursor to the left of the line.
2) Type " <li>" (without the quotes; space included for formatting)
3) Press the <End> key
4) Type "</li>" (without the quotes)
5) Press the down-arrow button to move to the next line

One macro ends it:
1) Press the <Home> key to move the cursor to the left of the line.
2) Type "</ul>" (without the quotes)
3) Press the down-arrow button to move to the next line

I'd recommend just recording the middle macro, and typing the <ul> and </ul>
separately.  Then position the cursor on the first item in the list, and execute
the middle macro as many times as needed.  --Joel


______________________________________________________________________
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: Wed, 09 May 2007 15:57:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: Ruler
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=4305014
By: coder775

While you are right that the post doesn't really answer the specific request
in the way the original poster asked, it does answer the question for those
of us who like Notepad++ as a source code editor.

Notepad++ is basically a very good source code editor.  If I need to do a lot
of text formatting where a fixed ruler is desired, there are better tools with
that purpose in mind.  And they tend to have inches or cm, whereas this is a
true _character_ line pair that works well with the default fixed font.  --Joel



______________________________________________________________________
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: 10
Date: Wed, 09 May 2007 16:09:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Change
        the     default font face please
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=4305029
By: nobody

Dear Don Ho, 

I tried your software Notepad++ version 4.1 and found it very good. I also 
introduced
this wonderful editor on my website
at http://www.joomlagate.com/component/option,com_remository/Itemid,48/func,file
info/id,237/ .

But I also found one minor disadvantage that will stop Chinese people to use
it.

I am a Chinese so I chose simplified_chinese language when installing Notepad++.
The first time I type in some words into it, I found the layout very ugly. That
is because you had set an ugly default font for Notepad++. Especially when I
try to enter some Chinese characters, the words looks very ugly.

The worse is, I can't found the option to change the default font face. Maybe
you had set that option, but it is not easy to be found and changed.

Hope you can give me some help.

Thank you.

______________________________________________________________________
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: 11
Date: Wed, 09 May 2007 17:55:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: Save As opens file's own dir
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=4305102
By: bullock

In Settings: Preferences...: Global, I have the box "Remember the last operation
directory" unchecked.  If it's checked on yours, then that probably accounts
for the difference.

Regards.
Greg


______________________________________________________________________
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: 12
Date: Wed, 09 May 2007 20:06:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.1 is released
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=4305180
By: nobody

Dear Don!
NPP is my best favourite editor. However, while working in Japanese project
i can not use NPP. It's better if NPP support Shift-JIS and EUC encode.
Best regard.

P/S : Sorry about my bad English.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

_______________________________________________
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 12, Issue 25
*************************************************

Reply via email to