Send Notepad-plus-plus mailing list submissions to
        [email protected]

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] HOWTO: Help      Notepad++
      Without Coding!!! :-) (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Feature      request - code
      templates (SourceForge.net)
   3. [notepad-plus - Help] How to turn off     autocompletion ?
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] Very limited     ENCODING to
      choose from (v4.3) (SourceForge.net)
   5. [notepad-plus - Help] PHP colour coding (SourceForge.net)
   6. [notepad-plus - Help] RE: PHP colour coding (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: quit      message
      (SourceForge.net)
   8. [notepad-plus - Help] RE: PHP colour coding (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Column Mode (SourceForge.net)
  10. [notepad-plus - Help] RE: How to turn off autocompletion ?
      (SourceForge.net)
  11. [notepad-plus - Help] RE: How to turn off autocompletion ?
      (SourceForge.net)


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

Message: 1
Date: Fri, 12 Oct 2007 22:29:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] HOWTO:
        Help    Notepad++ Without Coding!!! :-)
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=4566722
By: codenexus

So I have seen, over the time I've been reading these forums, a predominant
theme of wanting to help the Notepad++ project but not knowing how to code 
something
or not knowing what to do.

Well yes you can donate money and that is cool.  :)  Don't let me stop you at
all doing this.

There is, however, a really nice way to contribute to this open source project
as well and that is to documentation.  I found the Wiki today and I though it
has been sitting there for AGES (I must have been blind to it for some reason)
I realized this is the key for anyone to help out.

Who can write to the Wiki?

Anyone!  It doesn't matter if you are new to Notepad++ or not!  :)  

This is the genius about bit about it:  If you are new to Notepad++ you may
be a better documentation writer than you think!  It is because when you figure
out how to do something you can put that into the Wiki and other people who
are new and were struggling with the same things will be able to find it.

Those of us who have been using Notepad++ for a while will probably have 
forgotten
these early day struggles and be doing allot of this stuff without thinking
about it.  We will not be aware of it enough to write it down or will just 
assume
that everyone will know that you do it a certain way.  Then again those of us
who are "old hands" should be writing up the more advanced things we are 
learning
about or using Notepad++ for.

"How else would it help just posting into the Wiki?"  You might ask.  Well some
of the current developers and possibly someone in the future, who takes up the
role of "Documentation Lead", will be able to pull on this fantastic resource
to put together awesome documentation and help system for Notepad++.  It should
free up the main developers time (especially Don's) to concentrate on coding
and not worry so much about documentation.

It also is good for those who are constantly writing the same old answer to
the same old question a million times to different new users.  If you are seeing
these answers in the Forum allot then drag them into the Wiki polish them up
and post it.  Then instead of writing the same old replay you can just answer
a common question by posting a link to the relevant Wiki page.  Nice and easy!
Helps supporting questions in the Forums in other words.

So in summary this helps everyone out by letting coders code, people feel that
they can contribute to the project and people have better support when asking
a question.

So what are you waiting for?  Go write how to do things or improve on the Wiki!

CodeNexus

:-)

PS Don't worry about bad documentation or making some mistakes because, being
a Wiki, anyone can come along and help you out by improving the page.  I think
the key to the Wiki should be a feeder to the main documentation that like the
source code of the project is improved over time.




______________________________________________________________________
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, 13 Oct 2007 02:06:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request - code templates
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=4566826
By: nobody

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: 3
Date: Sat, 13 Oct 2007 02:40:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to turn off
        autocompletion ?
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=4566840
By: nobody

Hello to everyone,

I'm using notepad++ for the first time and discovered it while looking for an
editor for editing the StoreArea of TiddyWiki, an self contained .html file
with which one is able to do amazing things. (http://www.tiddlywiki.com/)

notepad++ is till now 'the' editor to do such things, due to its navigation
abilities, and being pretty understandable for a non-developer like me. Many
thanks for this very good piece of software.

However, at the moment in my work with TiddyWiki I'm struggling to turn a kind
of autocompletion off. TiddyWiki uses javascript and code to call other entries
within entries, which look like (where 'tiddler' is TiddlyWiki's general name
for an entry):

<<tiddler tiddlername>>

In this case notepad++ always adds unwanted a </tiddler> to it.

I have tried to turn all autocompletion of a standard notepad++ installation
with its custom plugins off. But to no avail. It still adds </tiddler> to 
tiddlers
with a <tiddler> call.

Does anyone know which settings I might have overseen, where I could turn this
unwanted autocompletion off?

Any hint would be greatly appreciated.

Regards, wolfgang



______________________________________________________________________
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, 13 Oct 2007 03:04:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Very
        limited ENCODING to choose from (v4.3)
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=4566852
By: nobody

Hi! there,

It certainly has the ability to display/edit in many language but in very 
limited
encoding. From the "Fotmat" option, there are very few available encoding. So,
is there a way to make it recognize more encoding? Thanks...

philip


______________________________________________________________________
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: Sat, 13 Oct 2007 03:25:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] PHP colour coding
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=4566863
By: stb74

I have just recently started using notepad++ and its such an excellent tool,
don't know how I have done without it.

I mainly use it for coding in php, but what I find from time to time is when
I change some of the code slightly the colour coded variables, and mysql queries
doesn't work any more.  Its as if I have left out a quotation or semi colon.

If I load the code into dreamweaver or similar the code structure is fine. 
Sometimes if I change the writing language to something else and then back to
php, it fixes the issue.

Can someone please help me.

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: 6
Date: Sat, 13 Oct 2007 04:55:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: PHP colour
        coding
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=4566915
By: codenexus

Can you give an example?

______________________________________________________________________
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, 13 Oct 2007 05:19:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        quit    message
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=4566941
By: zobo

Hi Don, thanks for your answer.

I am already using the _ATTACH and _DETACH routines to perform initialization
and deinitialization.
I had a quick look at the suggestion from the other (FTP) forum thread, but
I think that my problem lies more in the fact that when DLL_PROCESS_DETACH 
happens,
the main window is already freed and NppData.NppHandle is invalid, than in 
problems
with threads.
That's why I suggest that WM_CLOSE message be relayed to plugins before
::DestroyWindow. However It would perhaps be better if it was moved down after
fileCloseAll() returns true. (Note, when my plugin gets WM_CLOSE it only closes
all plugin windows, but stays fully functional as a plugin. All other data gets
freed as DLL_PROCESS_DETACH phase.)
With a few other modifications this kind of messages could be used to query
plugins if they are willing to exit. Think of the situation I have: "PHP 
debugging
session in progress, really quit?"

I will still try to locate the source of the locking problem, but please 
consider
this proposal. If NPP gives any other hint that it's going to shut down before
its main window handle is freed, please let me know.

If you want to see what happens, you only need to put dbgpplugin.dll into 
plugins
directory, start NPP, open the debugger (Plugins/DBGp/Debugger) and exit NPP.
To increase the chance of a lockup, try to undock some of the dialogs (stack,
breakpoints, context...). The main window of NPP will close, but the 
Notepad++.exe
process will stay.

Thanks again, best regards.
-Zobo

______________________________________________________________________
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: Sat, 13 Oct 2007 05:51:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: PHP colour
        coding
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=4566965
By: stb74

At the moment I have open a file and all the code is grand and all the colours
are correct.

<?php in red
if echo while in blue etc 

This code snippet currently has the ech in blue and the o in grey

echo"
</td>
<td align=\"left\" valign=\"top\" width=\"40%\">$data[cup_name]
</td>
</tr>";

I know this is a pretty simple example but then you start to look at the rest
of the code and see if there is any mistakes.

There are times when I modify a mysql query and then all the code from then
on is the default grey.



______________________________________________________________________
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: Sat, 13 Oct 2007 07:54:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Column Mode
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=4567066
By: steakhacher

Yes I agree a lot with you.
The problem is that the based component used by notepad++ (scintilla) does not
support virtual space and a good insertion column mode, nevertheless Don has
add some column mode improvement with alt+c since version 4.x... and you could
make rectangular selection by maintaining alt key down.

______________________________________________________________________
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: Sat, 13 Oct 2007 08:05:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to turn off
        autocompletion ?
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=4567070
By: nobody

what is the selection in the language menu when you are working (html, java
etc?) I just tried and failed to reproduce this problem with a clean install
of n++ 4.3

______________________________________________________________________
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: Sat, 13 Oct 2007 08:40:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to turn off
        autocompletion ?
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=4567102
By: nobody

Thanks for the reply,

Tryed it both, with 'html' and 'normal text'.

However, now I realized this problem occurs only after viewing in Firefox 
2.0.0.7
! (Forgot to add: the macro call itself also changed from <<tiddler 
tiddlername>>
to <<tiddler tiddlername="">>

But in IE7 (I rarely use) there seems nothing added at the end, and the macro
itself appears as <<TIDDLER sometiddler>> in tiddler edit mode. With an "Error
in macro TIDDLER" massage in view mode. (While Firefox simple doesn't show 
anything
of the <<tiddler sometiddler="">> in view
mode)

In this case it must be a browser specific error. But it's really strange, 
because
after viewing the TW in Firefox and reloading it in notepad++ these changes
always show up - without having saved them before while viewing with the
browser.

Also I tried to remove these changes with the editor SciTE - but even here,
though this editor allegedly doesn't do autocompletion - these changes occur
again. So it must be really a browser specific error.

hmmm...



______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 17, Issue 35
*************************************************

Reply via email to