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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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] RE: Not all hyperlinks      working
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Fold options in
      userdefine. (SourceForge.net)
   3. [notepad-plus - Help] RE: About Bookmark  navigation
      (SourceForge.net)
   4. [notepad-plus - Help] Compiling sources - warnings
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE:      userDefineLang.xml
      crashes Notepad++ (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE:      userDefineLang.xml
      crashes Notepad++ (SourceForge.net)
   7. [notepad-plus - Help] Title bar question (SourceForge.net)
   8. [notepad-plus - Help] EOL character (SourceForge.net)
   9. [notepad-plus - Help] RE: Title bar question (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Autoclose    Html/Xhtml tag
      in a php page... (SourceForge.net)
  11. [notepad-plus - Help] RE: Title bar question (SourceForge.net)


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

Message: 1
Date: Mon, 13 Apr 2009 08:36:23 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Not all
        hyperlinks      working
To: nore...@sourceforge.net
Message-ID: <7160154.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7160154
By: m8tobe

Just like to clarify on one of the questions raised above; namely (a)

Reason is that after posting my request, I noticed that my www was replaced
with http://www, so I will make another attempt:

Can hyperlinks be enabled on (please ignore the 'underscore') _www.hotmail.com
and not just hyperlink enabled on http://www.hotmail.com

Update: I also noticed that if the url contains https (eg
https://sourceforge.net/forum/message.php?msg_id=7159361), this url is not 
clickable
in Notepad++

I am using version 5.3.1.

Cheers!

______________________________________________________________________
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: Mon, 13 Apr 2009 11:34:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Fold
        options in userdefine.
To: nore...@sourceforge.net
Message-ID: <7161510.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7161510
By: cchris

> Currently I can only have it fold 
> at "start" when in fact it should 
> fold at "foo". 
>
> If it's not possible to do this in 
> user define where would be the best 
> place to start trying to add such a 
> thing? Plugin? Scintilla lexer? 

A Scintilla lexer.

> Or will I have to go into scintilla source itself for this? 

You will learn a variery of things by looking at the various Lex<language>.cxx
files. The one for Lua is a recommended reading, because it shows how to 
backtrack,
which you'll need to determine where "foo" starts.
 
> Also is there an easy way to get 
> rid of the line it draws when code 
> is folded?

I tried to play with the SCI_SETFOLDFLAGS (2233) message, but that would add
horizontal lines rather.
What you can do is setting the width of the fold margin to 0. The setting is
reset whenever the active tab changes.

A quick way to achieve this is to edit Shortcuts.xml and to add, in the <Maros>
section, the following:
        <Macro name="aaa" Ctrl="yes" Alt="yes" Shift="no" Key="99">
            <Action type="0" message="2242" wParam="2" lParam="0" sParam="" />
        </Macro>

Both name and key binding can be change onthe Shortcut manager.

CChris

______________________________________________________________________
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, 13 Apr 2009 11:46:55 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: About Bookmark
        navigation
To: nore...@sourceforge.net
Message-ID: <7161568.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7161568
By: oburlaca

What do you mean by 'when using "Bookmark lines" from the search dialog box.
' ?
I can't see anything related to Bookmarks when I press Ctrl+F.

I'll explain why I'd like to have Ctrl+Shift+[0..9]
Assuming I have 5-6 bookmarks at the moment, but actively working with 3 of
them.
How can I quickly go to a specific bookmark without having to cycle through
other ones?
I should press F2 several times and check if I arrived at the correct bookmark.

... I've searched for a "Bookmark Dialog" window but didn't find any.

______________________________________________________________________
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: Mon, 13 Apr 2009 01:27:12 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Compiling sources -
        warnings
To: nore...@sourceforge.net
Message-ID: <7157076.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7157076
By: cchris

I compiled the 5.3.1 sources using VS C++ 2008 Express.

Compilation went fine, but I am getting about 10 warnings related to 
WordStyleDlg.rc
. The complaints relate to missing header files, most prominently macwin32.h .

The warnings say the project can be compiled, but may look obsolete while those
files can't be found.

It looks like I can ignore the warnings, but why are they here?

CChris

______________________________________________________________________
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: Mon, 13 Apr 2009 01:39:23 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        userDefineLang.xml crashes Notepad++
To: nore...@sourceforge.net
Message-ID: <7157126.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7157126
By: hctaws

In my case, if the name of the user language is larger than 8 characters, it
crashes. Try to change the UserLang name in the .xml file to a shorter one,
I think it works.

______________________________________________________________________
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, 13 Apr 2009 01:54:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        userDefineLang.xml crashes Notepad++
To: nore...@sourceforge.net
Message-ID: <7157207.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7157207
By: hctaws

Correct: the maximum length of the user language name is 7 characters.

______________________________________________________________________
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, 13 Apr 2009 16:09:19 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Title bar question
To: nore...@sourceforge.net
Message-ID: <7163579.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7163579
By: xrenas

I am new user trying to find feature to show title bar of document on task bar,
like Notepad does (I don't wanna see path on a hard drive, just name of document
would be perfect)

And another question, does notepad++ supports multiple windows ? Why I can't
for example drug one specific tab on windows task bar to put it there.

I was looking something better then Windows Notepad, but Notepad has the above
functions by default.

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: Mon, 13 Apr 2009 16:09:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] EOL character
To: nore...@sourceforge.net
Message-ID: <7163583.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7163583
By: zamtona

Hi

Is there a way in Notepad++ to change the End-Of-Line (EOL) character?

I've been told my unhelpful sys-admin that my text editor isn't using the 
preferred
EOL character and it "can cause problems". Not sure why or how.

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: 9
Date: Mon, 13 Apr 2009 16:11:04 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Title bar
        question
To: nore...@sourceforge.net
Message-ID: <7163596.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7163596
By: zamtona

I'm also a new user and the file path in the title bar is also buggin me. Please
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=331754



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

Message: 10
Date: Mon, 13 Apr 2009 16:36:00 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Autoclose       Html/Xhtml tag in a php page...
To: nore...@sourceforge.net
Message-ID: <7163731.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7163731
By: ak0rn

Insert plug-in doesn't work with Unicode NPP :(
Can you please add config for TextFX to allow Autoclose Html/Xhtml tag in a
php page?...

______________________________________________________________________
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: Mon, 13 Apr 2009 16:36:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Title bar
        question
To: nore...@sourceforge.net
Message-ID: <7163740.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7163740
By: xrenas

Oh I found it. 

MISC - "show only filename in titlebar"
Strangely it's not by default.


And I still can't find how to switch to multiple windows with Notepad++. Is
it possible ?


PS: It's sad that help document included into software does not provide search
ability.

______________________________________________________________________
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:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com

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

_______________________________________________
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 35, Issue 19
*************************************************

Reply via email to