thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

[PyAnalysis] Make output more usable #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PyStudio 0.4

What is the expected output? What do you see instead?
Make PyAnalysis window more usable:
- sortable columns (not sorted only by code line)
- option to show only messages from specified level (like only errors)
or
- group output by type
- display global evaluation of code

What version of Editra are you using? On what operating system?
Editra 0.7.08 (rev 72322)

Please provide any additional information below.
I like how Spyder show pylint output.

Best regards

Original issue reported on code.google.com by matri...@gmail.com on 10 Aug 2012 at 8:28

Attachments:

GoogleCodeExporter commented 9 years ago
I believe several of these issues have been resolved or improved upon in 0.5 
which was just released today.

Will leave this issue open for now though for further consideration.

Original comment by CodyPrec...@gmail.com on 12 Aug 2012 at 6:54

GoogleCodeExporter commented 9 years ago
That's great new PyStudio is online but:

New PyStudio not loading with last svn, when I run "Editra -d" I found:

[22:49:56][pluginmgr][info] Found plugin: pystudio
[22:49:56][pluginmgr][err] Couldn't Load StackThread: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Debugger: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load SyntaxChecker: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Variables: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load ModuleFinder: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load BreakPoints: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Project: No module named 
Project.ProjectMgr
[22:49:56][pluginmgr][err] Couldn't Load Expressions: No module named 
Project.ProjectMgr

Original comment by matri...@gmail.com on 12 Aug 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Ugh, I forgot to add:
What version of Editra are you using? On what operating system?
Editra 0.7.12 (rev 72329), Windows 7 x32, Python 2.7.2 (ActivePython version 
2.7.2.5), wxPython 2.9.4.0

Best regards

P.S. Maybe you can make "Platform info" in "About Editra" selectable.

Original comment by matri...@gmail.com on 12 Aug 2012 at 8:58

GoogleCodeExporter commented 9 years ago
Sorry was build issue in plugin. 0.6 uploaded just now.

About dialog is a system dialog not all systems support having the text 
selectable in the dialog. (GTK is only one as far as I can remember)

Original comment by CodyPrec...@gmail.com on 15 Aug 2012 at 3:13

GoogleCodeExporter commented 9 years ago
Thank you for updating PyStudio to 0.6 but it's still not working for me. I 
added info to issue 213.

For 'About' dialog I created 757 issue in Editra issues list:
https://code.google.com/p/editra/issues/detail?id=757

Best regards

Original comment by matri...@gmail.com on 15 Aug 2012 at 11:05

GoogleCodeExporter commented 9 years ago
uhg, was some more issues on windows. Made some more changes and it works on my 
machine but would like more testing this time.

So if you could, can you please try the rebuilt version 0.6 attached to issue 
214 (http://code.google.com/p/editra-plugins/issues/detail?id=214)?

To see if it works? If so I will release version 0.7.

Original comment by CodyPrec...@gmail.com on 15 Aug 2012 at 8:17

GoogleCodeExporter commented 9 years ago
Now that PyStudio 0.7 working for me I would like to have a little more ;)

+ Option to select default checker at file save
+ Option to show only specific messages (like only warnings and errors)
+ Maybe option to run both checkers at once

Attached image how it could look like.

Best regards

Original comment by matri...@gmail.com on 16 Aug 2012 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
One more thing:

+ When double clicking on message move to line and center that line to center 
of the view.

Simple example for pep8 check:
<code language="python">
def main():
    print 'Line'

#-----------------------------------------------------------------------------#
    # Separator
    print 'Line'

</code>

Original comment by matri...@gmail.com on 16 Aug 2012 at 6:59

GoogleCodeExporter commented 9 years ago
I updated image

Original comment by matri...@gmail.com on 16 Aug 2012 at 2:49

Attachments: