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 - Open Discussion] RE: Revamping    the Notepad++
      web site (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Revamping    the Notepad++
      web site (SourceForge.net)
   3. [notepad-plus - Help] RE: Using "^" in replace (SourceForge.net)
   4. [notepad-plus - Open Discussion] Block Comments   work on
      desktop not on laptop (SourceForge.net)
   5. [notepad-plus - Help] RE: charecter problem (SourceForge.net)
   6. [notepad-plus - Help] RE: Keeping cursor column   position when
      inserting (SourceForge.net)
   7. [notepad-plus - Help] RE: Using "^" in replace (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: how to       modify New File
      behaviour (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE:      Auto-Update/Check for
      update (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Plugin to    insert text by
      shortcuts (SourceForge.net)


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

Message: 1
Date: Tue, 21 Jul 2009 23:19:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Revamping       the Notepad++ web site
To: nore...@sourceforge.net
Message-ID: <7519937.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=7519937
By: nmsalinas

July 21, 2009

Dear Don,

First, thank you for taking the time to answer my questions with such detail.

Seeing that you were open to the idea of revamping the Notepad++ site, I sat
down and created an initial home page. I have the structure of the site itself
pretty clear in my head, but first I wanted you (and people who's opinion you
trust) to see my work. Maybe you like it, maybe you don't. Also, I'm pretty
sure you are going to have plenty of comments, suggestions and requests.

My design goal was this: first, make a bold, impressive home page, and then,
when people click on one of the items on the menu on the right, they enter the
actual site. The site itself (the second layer, which I have not created yet)
will have a banner on top with a logo and a nice narrow and wide chameleon 
picture,
and then a menu that would either be on the left (vertical) or at the top
(horizontal). The rest of the page would be the content. This menu would have
the same options as the one on the home page and people would click on menu
items to navigate to specific pages. Pretty standard. The third layer of the
site would be the functionality that allows you to update the site content using
a password-protected module that would not be visible to users.

The screen-shots I'm attaching to this message are showcasing the following:
1. My web design skills. I'm not a trained designer, I'm a developer with an
eye for order.
2. A suggested home page, kind of like a "splash screen"
3. A selection of colors that would be used as the "color theme" of the site,
i.e., the site itself, all the menus etc would use these colors.
4. The page displays the same no matter which browser you use: IE (7 & 8), 
Firefox
(3.x), and Opera (9.x)

Why did I send 4 separate images that look very much alike? Details follow:
#1: Is the home page
#2: What you see when you mouse over one of the menu items on the right.
#3: What you see when you mouse over one of the menu buttons below the chameleon
picture.
#4: What you see when you mouse over one of the links in the footer.

That's about it.

Quick summary: I'm not some design genius, I'm a software & database developer
that likes organized sites that are easy to maintain. Please do not hesitate
to tell me your sincere thoughts. If you don't like it, no problem, no offense
taken. If you do somewhat, and would like to change stuff such as colors, text,
menu items, etc, please tell me. I'll wait for your initial comments to start
with the site itself.

Thank you again for spending your valuable time reading this message.

Best Regards,

Nissim


______________________________________________________________________
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: Tue, 21 Jul 2009 23:50:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Revamping       the Notepad++ web site
To: nore...@sourceforge.net
Message-ID: <7519972.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=7519972
By: nmsalinas

Hi Don, I sent you an email with the images attached but I don't know if what
I have is the correct email for you. If you can, please send me  your email
to (remove the redundant stuff):
### nmsalinas ### at ### yahoo ### dot ### com


______________________________________________________________________
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, 22 Jul 2009 00:18:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Using "^" in
        replace
To: nore...@sourceforge.net
Message-ID: <7520006.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=7520006
By: inelsonrocha

I guess this is a workaround, but anyway...

Find: "^(.)" - this searches for the first caracter of the line
Replace by: "MyText\1" - this places the text "MyText" just before the match.

The only problem is for empty lines, no text is inserted...
Hope this will 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: 4
Date: Wed, 22 Jul 2009 00:42:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Block
        Comments        work on desktop not on laptop
To: nore...@sourceforge.net
Message-ID: <7520020.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=7520020
By: jslepub

It must be something simple, but its got me stumped.  I can't use CTRL-K (or
C-Shift-K) or CTRL-Q (C-Shift-Q) on my IBM Lenovo T-42.  I use the same version
of notepad on my desktop, it works ok.

I've tried remapping the shortcut keys in NP++, it does not work with other
combos either.  C-k is not mapped to anything else in the OS as far as I know.
The keyboard types KKKkkk see!

Any suggestions would be highly appreciated.  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=331753



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

Message: 5
Date: Wed, 22 Jul 2009 10:36:59 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: charecter
        problem
To: nore...@sourceforge.net
Message-ID: <7520954.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=7520954
By: cchris

There have been many complaints about non ASCII characters on Windows 7 (mostly
languages from eastern Europe). Can a developer repoer about any progress on
the OS specific issue?

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: 6
Date: Wed, 22 Jul 2009 10:40:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Keeping cursor
        column  position when inserting
To: nore...@sourceforge.net
Message-ID: <7520955.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=7520955
By: cchris

Define a macro which does <Left arrow> <Down arrow>, and use this instead of
plain down arrow when writing in a column. Perhaps the column editor can do
that for you, in simple cases.

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: 7
Date: Wed, 22 Jul 2009 10:43:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Using "^" in
        replace
To: nore...@sourceforge.net
Message-ID: <7520960.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=7520960
By: cchris

If you wish to insert fixed text, there is a simpler way: the column editor.
Make a zero size selection spannning all the line starts at which you wish to
insert, alt-c, enter text and apply.

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: 8
Date: Wed, 22 Jul 2009 10:48:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: how
        to      modify New File behaviour
To: nore...@sourceforge.net
Message-ID: <7520966.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=7520966
By: cchris

Ah. Then you must do it from the User Define Language (UDL) panel.

In the upper right corner of that panel, when you select your language, there
is an "extension" text field to enter extensions without leading dot. Multiple
extensions are separated by spaces. Save, close NP++ and reopen.

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: 9
Date: Wed, 22 Jul 2009 10:51:44 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Auto-Update/Check for update
To: nore...@sourceforge.net
Message-ID: <7520970.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=7520970
By: cchris

Anyway I think file releases are notified by SF through RSS if the project is
thus configured. Enabling this option will perform as kind of an auto updater.

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: 10
Date: Wed, 22 Jul 2009 10:53:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Plugin to       insert text by shortcuts
To: nore...@sourceforge.net
Message-ID: <7520973.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=7520973
By: cchris

I think they call this a "macro" :-)

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



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

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


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

_______________________________________________
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 38, Issue 76
*************************************************

Reply via email to