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: spellcheck (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Hex       Editor 0.9.2
      released (SourceForge.net)
   3. [notepad-plus - Plugin Development] NPPM_DOOPEN   expected
      failure behaviour? (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   NPPM_DOOPEN expected
      failure behaviour? (SourceForge.net)
   5. [notepad-plus - Help] replacing tabs in pasted    text
      (SourceForge.net)
   6. [notepad-plus - Help] Calltips not working (SourceForge.net)
   7. [notepad-plus - Open Discussion] A context menu   bug in
      Notepad++ v5.1.4 (SourceForge.net)
   8. Version number (Emil Sekula)
   9. [notepad-plus - Open Discussion] RE: indent       auto-wrapped
      lines (SourceForge.net)
  10. [notepad-plus - Translation] RE: Italian  Translation updated
      (SourceForge.net)


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

Message: 1
Date: Mon, 09 Feb 2009 01:53:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        spellcheck
To: nore...@sourceforge.net
Message-ID: <6378128.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=6378128
By: jaloola

What happened to my post:

https://sourceforge.net/forum/message.php?msg_id=6360690
By: jaloola

You did it wrong...

What you do is:

1) Go to http://aspell.net/win32/.
2) Download the full installer and install it to the default directory they
prompt you to install to (of course, change Program Files to Program Files
(x86)
)
3) Then download the English Dictionary and install that using the default
directory,
just add x86.
4) Install any other languages the same way...
5) Then Notepad++ should recongize it, like it did for me...

Of course, change the path back to the original one and uninstall Aspell. (You
don't put it in the Notepad++ directory, that's wrong...)

Allen Zhu
allen.jalo...@gmail.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: 2
Date: Mon, 09 Feb 2009 01:36:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Hex     Editor 0.9.2 released
To: nore...@sourceforge.net
Message-ID: <6378051.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=6378051
By: dennye

+1 for including it in the standard bundle. I regulary use it and i think its
a great feature for notepad++.

What i would like to see for the hexedit-plugin is some kind of highlighting
or the ability to setup labels for hex files depending on the file extension.
Just a bit like the code highlighting, but for fixed byte positions (or ranges)
in my files.

best regards,
Denny

______________________________________________________________________
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: 3
Date: Mon, 09 Feb 2009 02:53:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        NPPM_DOOPEN     expected failure behaviour?
To: nore...@sourceforge.net
Message-ID: <6378373.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=6378373
By: aathell

What is the expected behavior of NPPM_DOOPEN while a file does not exist?

According to the message comments it should return 0; but I just tested it out
and received the "%s doesn't exist. Create it?" message from 
Notepad_plus::doOpen
and after answering 'No' more times than I cared to count Notepad++ finally
gave an exception.

almostautomated

______________________________________________________________________
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: 4
Date: Mon, 09 Feb 2009 04:47:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NPPM_DOOPEN expected failure behaviour?
To: nore...@sourceforge.net
Message-ID: <6378900.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=6378900
By: aathell

OK; I tracked down what was happening, and it was on my end.  I've been using
messageProc for handling SendMessage functions; and by using NPPM_DOOPEN within
messageProc when the doOpen failed the message was sent back through messageProc
via relayNppMessages.

That is what was causing the multiple failures.  Using SendMessage directly
resolved it; although there is still the 'Create new file' message prior to
my plugin's failure failure message.  That's to be expected.

almostautomated

______________________________________________________________________
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: Mon, 09 Feb 2009 05:10:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] replacing tabs in
        pasted  text
To: nore...@sourceforge.net
Message-ID: <6379021.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=6379021
By: tschucha

Is there a way to replace tabs in pasted text?

I have notepad++ configured to use spaces instead of tabs.  When I paste text
into a document where the pasted text contains tabs the tabs end up in my 
document.
I would like to configure notepad++ to automatically convert the tabs in the
pasted text to spaces or as a second alternative to have a way to do this after
the text is pasted into my notepad++ document.

The text I am pasting is multiple lines that have this format:

xxxxx\tyyyy\tzzzzzz etc

I have tried selecting the newly pasted text and then doing TextFX->TextFX
Edit->Leading space to tabs or tabs to spces but this does not work.

Any suggestions?



______________________________________________________________________
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: Mon, 09 Feb 2009 07:19:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Calltips not
        working
To: nore...@sourceforge.net
Message-ID: <6379817.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=6379817
By: flynsarmy

How do you use calltips? I set my document to PHP, ensured my php.xml file 
exists
in /plugins/APIs (its the default one downloaded with npp so it should be 
correct
and sorted), then i type: "<?php str_replace( " (without the quotes) and no
tooltips appear. Autocompletion is enabled because i can type "str_re" (without
quotes) and the rest will appear in the drop down list. Do i have to hit some
special key to get the calltip to appear? Should it automatically appear when
i hit the ( key?

______________________________________________________________________
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: Mon, 09 Feb 2009 11:27:01 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] A
        context menu    bug in Notepad++ v5.1.4
To: nore...@sourceforge.net
Message-ID: <6381431.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=6381431
By: imgen

        After changing the language of notepad++, all the menu items that is
customerize from the plugin menu are lost. But if you relanuch notepad++, the
lost items will be back.
        Hope somebody will investigate this issue very soon. And another thing,
how to add native language support for plugin menu items? I reckon thata this
problem is caused by the lack of native language supoort of the plugin menu
items.



______________________________________________________________________
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: 8
Date: Mon, 9 Feb 2009 11:54:25 +0100
From: Emil Sekula <emil.sek...@gmail.com>
Subject: [Notepad-plus-plus] Version number
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <f3b186250902090254w4d741ae2j6de9815ffb825...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hello
I think it could be nice to put correct version number of Notepad++.
Before it was 5.14 and now 5.2 so some update notifiers doesn't
recognize correct version because 14 is more than 2.
Regards
Emil Sekula



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

Message: 9
Date: Mon, 09 Feb 2009 08:32:36 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        indent  auto-wrapped lines
To: nore...@sourceforge.net
Message-ID: <6380277.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=6380277
By: leeoniya2

looks like a half-ass implementation of a tab-stop. while it could be useful
in some cases, given that NP++ is an editor for code/text, any code written
that relies on this behavior would look terribly broken and out of alignment
if opened in another text editor.

a different solution would be to somehow recognize certain text blocks as 
wrappable
and make the leading tabs auto-indent (which already exists) and to prevent
them from being deleted via backspace and instead put the cursor to the end
of the previous line if backspace is pressed at the beginning of such a line.
also tab would need to do block indent/unindent on the entire block without
directly selecting it.

that would work well, however i can't think of any kind of logic that would
be able to auto-detect such blocks reliably. maybe just make it an manually-set
edit-mode, that would be a great way to implement tab-stops as well without
needing extra config files/etc.

Leon

______________________________________________________________________
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: Mon, 09 Feb 2009 09:04:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Italian
        Translation updated
To: nore...@sourceforge.net
Message-ID: <6380483.558...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Updated version for v5.2.
Here: http://localhostr.com/files/e0fa0e/italian.zip :)

______________________________________________________________________
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=558104



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

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-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 33, Issue 21
*************************************************

Reply via email to