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] indenting size   vs tab size
      (SourceForge.net)
   2. [notepad-plus - Help] Problem with update (SourceForge.net)
   3. [notepad-plus - Help] RE: Problem with update (SourceForge.net)
   4. [notepad-plus - Plugin Development] Need ideas    for batch,
      script, merge plugin (SourceForge.net)
   5. [notepad-plus - Help] RE: How can N++ be used     with source
      control? (SourceForge.net)
   6. [notepad-plus - Help] Save files from ftp (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE:   JavaScript Macro
      plug-in 0.3.0 released (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: indenting    size vs tab
      size (SourceForge.net)
   9. [notepad-plus - Help] Converting *.syn files to   notepad++
      language (SourceForge.net)
  10. [notepad-plus - Help] RE: Problem with update (SourceForge.net)


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

Message: 1
Date: Sat, 21 Feb 2009 21:51:00 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        indenting size  vs tab size
To: nore...@sourceforge.net
Message-ID: <6484923.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=6484923
By: gene_thomas

Notepad++ is great. Tabs every 8 columns, that is the most common standard,
Unix and Windows terminals print tabs to 8 columns, and Tabs are 8 columns in
Python. Code indented to 8 columns looks bad, 4 is better for me, Most 
programming
editors let you set a indent-width (4) and a separate tab-width (8), so when
you hit the Tab key the cursor or highlighted lines are indents 4 spaces, not 8.

This is the only things that isn't great about Notepad++.

Gene 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: 2
Date: Sat, 21 Feb 2009 23:27:32 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Problem with update
To: nore...@sourceforge.net
Message-ID: <6485585.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=6485585
By: nod32fen

When I open Notepad++, then ? -> Update Notepad++, Notepad++ show me this
error:

[IMG]http://img3.imageshack.us/img3/8365/capturei.jpg[/IMG]

When I choose OK, Notepad++ show me new error:

[IMG]http://img216.imageshack.us/img216/5025/capture.jpg[/IMG]

I use Notepad++ 5.2
        
How can I solve this problem?

______________________________________________________________________
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: 3
Date: Sat, 21 Feb 2009 23:36:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem with
        update
To: nore...@sourceforge.net
Message-ID: <6485653.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=6485653
By: jaloola

Everyone on Windows Vista gets this  error.

This is because the Notepad++ updater requires Administrator Elevation, or what
you see as a User Account Control (UAC) box popping up when you run something
like msconfig.

So, to upgrade, you have two options:

1) What I do, update directly from the Notepad++ Website, notpad-plus.sf.net,
which always has the latest version before the updater.
2) Or, you can run Notepad++ as a Administrator (Right Click and Select Run
as Administrator)

Hope this helps and clarifies it for you!

Don, this is a bug that should be fixed.

Allen Zhu
a l l e n . j a l o o l a @ g m a i l . c o m

______________________________________________________________________
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: Sat, 21 Feb 2009 14:37:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Need
        ideas   for batch, script, merge plugin
To: nore...@sourceforge.net
Message-ID: <6482685.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

I'm a long time C++ programmer with little experience in web dev and scripts.

I'm writing a plugin to compile (I don't know that's the right term for web
dev)  web pages so I can place something like <!-- include "menus.html" -->
inside a web page, and compile to generate the final page.

I only maintain my own web site. I end up with dozens of pages all following
the same form, same header, same basic menus, same copyright notice. Updating
all the pages is a bit of a pain. I'd like to make a menu change in a single
file for example. Kind of like CSS only for the content. Maybe there's something
like CSS for content already?

I assume this type of feature has been around forever and there are dozens of
ways to accomplish the same thing. However, I've not been able to find any.
Maybe I don't know the right term to search. I couldn't see where a makefile
would do this although I'm no makefile expert. I also couldn't see where the
SimpleScript would do this.

I'm looking for advice on whether I'm totally wasting my time. What term I 
should
search to find such a tool. I do want to be able to do this "compile" from NPP.

If this might be useful I'm happy to take suggestions and post my plugin when
done. I don't think this would take me very long to write.

Thanks for any suggestions, advice.

______________________________________________________________________
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: Sat, 21 Feb 2009 16:17:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How can N++ be
        used    with source control?
To: nore...@sourceforge.net
Message-ID: <6483028.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=6483028
By: cchris

There is an SVN plugin available. Check the Plugin development forum for a 
Subversion
plugin.

Currently, it only supports commit/commit all/update/update all. "Currently"
means as of 1 month ago, so perhaps there has been an upgrade in between.

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: Sat, 21 Feb 2009 20:46:22 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Save files from ftp
To: nore...@sourceforge.net
Message-ID: <6484467.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=6484467
By: jriggs420

Im using the ftp control to connect to my web server.  It has the option to
save the files locally (green arrow down) - what is the location that file is
save to?  Is there any way to change it?  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: 7
Date: Sat, 21 Feb 2009 21:07:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        JavaScript Macro plug-in 0.3.0 released
To: nore...@sourceforge.net
Message-ID: <6484596.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Sorry from the belated reply, I was out of town for some vacations.

I'm pretty sure my office machine doesn't have any VC++ 2005 libs, since my
job is not in computer programming.
So I'll try this out and give you feedback within a few days.

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=482781



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

Message: 8
Date: Sun, 22 Feb 2009 05:36:35 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        indenting       size vs tab size
To: nore...@sourceforge.net
Message-ID: <6487781.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=6487781
By: gene_thomas

SciTE and Notepad2 (both also using the Scintilla editor engine) both support
separate tab and indent size settings so (I hope) it won't be hard to just 
provide
a GUI field for the Scintilla indent size.

______________________________________________________________________
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: Sun, 22 Feb 2009 09:45:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Converting *.syn
        files to        notepad++ language
To: nore...@sourceforge.net
Message-ID: <6489100.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=6489100
By: tn_dsgner

I need to use another languages in notepad++. I want to convert *.syn files
to notepad++ language. Is there any converter fot it? How can i convert them
to notepad++ languages? Also where can i find that converter?
Here are some examples files, which i want to convert to notepad++ language.

http://www.textpad.com/add-ons/files/syntax/adams.zip
http://www.textpad.com/add-ons/files/syntax/nastran_2005.zip

Thanx

______________________________________________________________________
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: Sun, 22 Feb 2009 13:00:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem with
        update
To: nore...@sourceforge.net
Message-ID: <6490219.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=6490219
By: nod32fen

Thank you very much!

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

_______________________________________________
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 33, Issue 48
*************************************************

Reply via email to