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. python syntax check (Mo Jia)
   2. Re: [notepad-plus - Help] Command Line Launching (JohnCymru)
   3. Re: [notepad-plus - Help] Command Line Launching (JohnCymru)
   4. I want to release a notepad++ plugin,     how to do that?
      (??? (Yonggang Luo))
   5. The totally new Notepad++ plugin NotepadStarter 1.1.0.0 to
      replace system default notepad.exe released (??? (Yonggang Luo))
   6. Re: The totally new Notepad++ plugin NotepadStarter 1.1.0.0
      to replace system default notepad.exe released (??? (Yonggang Luo))
   7. Version 1.3.0.0 of NotepadStarter released. (??? (Yonggang Luo))


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

Message: 1
Date: Thu, 24 Apr 2014 12:11:39 +0800
From: Mo Jia <life.130...@gmail.com>
Subject: [Notepad-plus-plus] python syntax check
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <caj17hsexbmnqxxrlgrb++zuyg8fxst2p-kfns+mmg0mvmpv...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi everyone :

    I succes follow
http://stackoverflow.com/questions/4987920/python-correctness-i-e-lint-analyzing-for-notepad/6273211#6273211
    to find syntax error in notpad++ .

    When I am try to add F6 (using NppExec ) with :
C:\\Python33\\Scripts\\pylint.bat --reports=n -f parseable
"$(FILE_NAME)"
    to get the same result it get error like this

C:\\Python33\\Scripts\\pylint.bat --reports=n -f parseable "tmp.py"
Process started >>>
No config file found, using default configuration
C:\Python33\lib\site-packages\pylint\reporters\text.py:79:
UserWarning: parseable output format is deprecated. This is equivalent
to --msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
  'to --msg-template=%s' % (self.name, self.line_format))
************* Module tmp.py
tmp.py:1: [F0001(fatal), ] No module named tmp.py
<<< Process finished. (Exit code 1)
================ READY ================

tmp.py is the current file.

So how can do it like from the stackoverflow.com

console.show()
console.clear()
console.run('cmd.exe /c '
            + 'C:\\Python26\\Scripts\\pylint.bat --reports=n -f parseable '
            + '"%s"' % notepad.getCurrentFilename())

   I just need a quik key to run it , but use python-scripyt it need
click show-console and then paste the code .
Any suggestion?



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

Message: 2
Date: Wed, 7 May 2014 04:31:28 +0000 (UTC)
From: JohnCymru <johnpcy...@gmail.com>
Subject: Re: [Notepad-plus-plus] [notepad-plus - Help] Command Line
        Launching
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <loom.20140507t062358-...@post.gmane.org>
Content-Type: text/plain; charset=us-ascii

SourceForge.net <noreply@...> writes:

> 
> 
> Read and respond to this message at: 
> https://sourceforge.net/forum/message.php?msg_id=4451798
> By: keyser_soze_
> 
> I has an instance of notepad++ running with a file from c:\temp\directory1
\. 
> 
> >From a command prompt, I cd'd to another directory, say 
c:\temp\Directory2\.
> This directory contained a file "example file.Text".  I tried to launch 
notepad++
> with 'notepad++ "Example file.txt" from this directory but kept getting 
the
> error: "File c:\temp\directory1\example file.txt does not exist."
> 
> I then shutdown the existing instance of notepad++ and tried again and 
received
> the same error.
> 
> Are there settings I need to set to allow me to use notepad++ from the 
command
> line in this fashion?
> 
> 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
> 
> -------------------------------------------------------------------------
> 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/
> 


You need to add the notepad++ and its path to your Path environment 
variable. See the link below for doing it versions of Windows from 2K to 
W&/8. If you know what you are doing you can also do it from the command 
line but the GUI method is easier.




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

Message: 3
Date: Wed, 7 May 2014 04:39:08 +0000 (UTC)
From: JohnCymru <johnpcy...@gmail.com>
Subject: Re: [Notepad-plus-plus] [notepad-plus - Help] Command Line
        Launching
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <loom.20140507t063813-...@post.gmane.org>
Content-Type: text/plain; charset=us-ascii

JohnCymru <johnpcymru@...> writes:

Oops, link is http://www.computerhope.com/issues/ch000549.htm





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

Message: 4
Date: Thu, 15 May 2014 06:30:42 +0800
From: ???(Yonggang Luo)  <luoyongg...@gmail.com>
Subject: [Notepad-plus-plus] I want to release a notepad++ plugin,      how
        to do that?
To: "Notepad++" <notepad-plus-plus@lists.sourceforge.net>
Message-ID:
        <CAE2XoE9kmg7FjrPznKPD=r9rde9rea8dwzn-e678qflf_ok...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

The url is at
https://github.com/lygstate/NotepadStarter

-- 
         ??
?
???
Yours
    sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 5
Date: Fri, 16 May 2014 00:18:54 +0800
From: ???(Yonggang Luo)  <luoyongg...@gmail.com>
Subject: [Notepad-plus-plus] The totally new Notepad++ plugin
        NotepadStarter 1.1.0.0 to replace system default notepad.exe released
To: "Notepad++" <notepad-plus-plus@lists.sourceforge.net>
Message-ID:
        <cae2xoe8sjyfsnwwzxsyresb+cqqfniv1lkjfqhvby40cbiz...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

The first full release of the totally polished Notepad++ plugin to replace
system default notepad.exe.
To install this, just extract the files into Notepad++ installing
directory, NotepadStarter.exe and notepad++.exe should be at the same
directory, then running NotepadStarterInstall.bat to install it by "Image
File Execution Options",
If you want replace the system notepad.exe completely, please running
NotepadReplace.bat, that should works.

-- 
         ??
?
???
Yours
    sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 6
Date: Fri, 16 May 2014 00:20:08 +0800
From: ???(Yonggang Luo)  <luoyongg...@gmail.com>
Subject: Re: [Notepad-plus-plus] The totally new Notepad++ plugin
        NotepadStarter 1.1.0.0 to replace system default notepad.exe released
To: "Notepad++" <notepad-plus-plus@lists.sourceforge.net>
Message-ID:
        <cae2xoe9nekfdrr42sp77vez1qy5ljxga5px8vj3p4k+gej6...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Forget the URL:
https://github.com/lygstate/NotepadStarter/releases/tag/1.1.0.0


2014-05-16 0:18 GMT+08:00 ???(Yonggang Luo) <luoyongg...@gmail.com>:

> The first full release of the totally polished Notepad++ plugin to replace
> system default notepad.exe.
> To install this, just extract the files into Notepad++ installing
> directory, NotepadStarter.exe and notepad++.exe should be at the same
> directory, then running NotepadStarterInstall.bat to install it by "Image
> File Execution Options",
> If you want replace the system notepad.exe completely, please running
> NotepadReplace.bat, that should works.
>
> --
>          ??
> ?
> ???
> Yours
>     sincerely,
> Yonggang Luo
>



-- 
         ??
?
???
Yours
    sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 7
Date: Fri, 16 May 2014 13:33:20 +0800
From: ???(Yonggang Luo)  <luoyongg...@gmail.com>
Subject: [Notepad-plus-plus] Version 1.3.0.0 of NotepadStarter
        released.
To: "Notepad++" <notepad-plus-plus@lists.sourceforge.net>
Message-ID:
        <cae2xoe93y5zawtzgq1hjook3wsd8wgvv5dd9b46+nhjupvq...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

https://github.com/lygstate/NotepadStarter/releases for download the newest
revision

https://github.com/lygstate/NotepadStarter/  for the description:


Introduction

This tool designed as a Notepad++ plugin by Yonggang
Luo<https://github.com/lygstate/NotepadStarter/blob/master/luoyonggang(at)gmail.com>,
when it installed as a Notepad++ plugin or running NotepadStarter.exe in
the Notepad++ app directory, it's will automatically replace the system
default notepad.exe application with Notepad++ (Without need for removing
anything from the windows system.). It's tested under Windows 7, but
Windows XP should also works.

This tool is based on the sources from
npplauncher<http://superstepho.free.fr/> by
[Stepho,2005] and npplauncher at
sf<http://sourceforge.net/projects/npplauncher/>
 by Mattes H. 
Mattesh,2013<https://github.com/lygstate/NotepadStarter/blob/master/mattesh(at)gmx.net>
.
 <https://github.com/lygstate/NotepadStarter#design>Design

NotepadStarter make use of a debugger feature in Windows the system will
call a hooked process with appended parameters to allow debugging the
intended application. This hook application will be call whenever the
correct application was resolved.

notepad.exe receives always only one parameter which is now just deferred
to Notepad++. Because notepad.exe is a blocking executable, so
NotepadStarter behaves blocking as notepad.exe. Notepad++ have multiple tab
page, so NotepadStarter will terminated when the corresponding tab page
closed or the corresponding Notepad++ application is closed.
 <https://github.com/lygstate/NotepadStarter#contributions>Contributions

Comments, issues and contributions can be done at
Github|NotepadStarter<https://github.com/lygstate/notepadstarter>


-- 
         ??
?
???
Yours
    sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...

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

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs

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

_______________________________________________
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 49, Issue 1
************************************************

Reply via email to