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] How to use macro to update info in two
      tabs? (SourceForge.net)
   2. [notepad-plus - Plugin Development] Dumb  questions regarding
      Plugins Menu (SourceForge.net)
   3. [notepad-plus - Help] How to save Keybaord        shortcuts
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] How to use       macro to update
      info in two tabs? (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Find and     remove
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] Edit File text   from FTP
      Server (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Activating   Function
      Parameter Hint for TCL (SourceForge.net)
   8. [notepad-plus - Open Discussion] Support for      Indic languages?
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Edit File    text from FTP
      Server (SourceForge.net)
  10. [notepad-plus - Open Discussion] Any Plugin       that Support SFTP
      for Notepad++ (SourceForge.net)


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

Message: 1
Date: Thu, 19 Feb 2009 01:53:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to use macro to
        update info in two tabs?
To: nore...@sourceforge.net
Message-ID: <6461661.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=6461661
By: kychen3333

When opening 2 files in two tabs in Notepad++, I try to copy some info from
one tab to update info in another tab. I used Starting Recording in Macro Menu
to record my keystroke of this process, but it didn't work. These two files
are formatted under their own rules, but they are not like a spreadsheet format,
and that's why I need to use the macro function in Notepad++. I want to update
a great amount of information, so it will save me a lot of time if the macro
works. 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: 2
Date: Wed, 18 Feb 2009 18:49:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Dumb
        questions regarding Plugins Menu
To: nore...@sourceforge.net
Message-ID: <6459110.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=6459110
By: aathell

I've been trying to figure out the best way to handle working with menu item
checks.  I had thought that NPPM_GETMENUHANDLE and NPPM_SETMENUITEMCHECK would
be all that would be needed to let N++ do the heavy lifting.  Wrong!  Or at
least I can't get it to work the way I'd expected.

What I was hoping for was to get the menu handle and send the check message
with my modules cmdID.

I've been reading some of the other plugins and haven't found one yet that uses
NPPM_GETMENUHANDLE, and that message sure isn't returning what I'd expect using:

HMENU hMenu;
::SendMessage(hNpp, NPPM_GETMENUHANDLE, NPPPLUGINMENU, (LRESULT)&hMenu);

So how should I be getting this handle.

Also, if I use the NPPM_SETMENUITEMCHECK then using the module's cmdIDs doesn't
work either, unless the module is the only one loaded and the cmdIDs are offset
by ID_PLUGINS_CMD.

So what should I be doing here, and what plugin would serve as an example of
one that lets N++ do the managment stuff?

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: 3
Date: Wed, 18 Feb 2009 19:33:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to save
        Keybaord        shortcuts
To: nore...@sourceforge.net
Message-ID: <6459393.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=6459393
By: qmark

I use Shortcut mapper to add new keyboard shortcut for some scintilla command.
(copy and paste )

They work fine. Unfortunately, if I close notepad++ and reopen again, they don't
work they disappear from eh shortcut mapper.

how can I save changes made to shortcut mapper. It is a pain to add all new
shortcut every time you open notepad++.

  

______________________________________________________________________
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: Thu, 19 Feb 2009 01:55:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How to
        use     macro to update info in two tabs?
To: nore...@sourceforge.net
Message-ID: <6461674.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=6461674
By: kychen3333

When opening 2 files in two tabs in Notepad++, I try to copy some info from
one tab to update info in another tab. I used Starting Recording in Macro Menu
to record my keystroke of this process, but it didn't work. These two files
are formatted under their own rules, but they are not like a spreadsheet format,
and that's why I need to use the macro function in Notepad++. I want to update
a great amount of information, so it will save me a lot of time if the macro
works. 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: Thu, 19 Feb 2009 06:12:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
        and     remove
To: nore...@sourceforge.net
Message-ID: <6462818.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=6462818
By: laasunde1978

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: 6
Date: Thu, 19 Feb 2009 09:14:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Edit
        File text       from FTP Server
To: nore...@sourceforge.net
Message-ID: <6463906.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=6463906
By: anane

on editplus, there is a feature which open file for edit/read from ftp server.
and it's save directly to ftp server when we choose to save. I think it's simple
feature that notepad++ doesn't implemented yet.

Thx before

______________________________________________________________________
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: Thu, 19 Feb 2009 09:52:36 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Activating      Function Parameter Hint for TCL
To: nore...@sourceforge.net
Message-ID: <6464234.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=6464234
By: duc_de_belfort

I had the same problem defining an AutoComplete-File for another language and
found a solution with leaving out the

        <Environment ignoreCase="no" startFunc="(" stopFunc=")" 
paramSeparator=","
terminal=";" />

line.
Give it a try, good luck!

______________________________________________________________________
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: Thu, 19 Feb 2009 10:17:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Support
        for     Indic languages?
To: nore...@sourceforge.net
Message-ID: <6464426.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=6464426
By: samirgovilkar

Hi,

I was trying to type in a couple of Indic languages in Notepad++ 4.9 and the
characters show up as question marks. Setting the encoding to UTF-8 didn't make
any difference.

A few sample words in various Indic languages:
Marathi: ?????
Hindi: ??????
Gujarati: ???????
Tamil: ?????

Is there any setting that I am overlooking or does Notepad++ not support the
display of Indic language scripts?

Thanks,

Samir


______________________________________________________________________
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: Thu, 19 Feb 2009 10:27:13 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Edit
        File    text from FTP Server
To: nore...@sourceforge.net
Message-ID: <6464524.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=6464524
By: nvarona

notepad++ is a great editor, but it would more be great if notepad++ support
SFTF where we can edit the code directly to server.

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: 10
Date: Thu, 19 Feb 2009 10:36:54 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Any
        Plugin  that Support SFTP for Notepad++
To: nore...@sourceforge.net
Message-ID: <6464654.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=6464654
By: nvarona

I like notepad++, and it's great... but only ftp they can supported... how about
a plugin support for SFTP. The most commonly i used when editing my Linux 
server.
Actually editing my webapps written in python - django framework...

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



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

------------------------------------------------------------------------------
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 44
*************************************************

Reply via email to