Code Monkey home page Code Monkey logo

Comments (3)

brvier avatar brvier commented on June 25, 2024

Hi,

It s not really the same, the python backend of gedit validate only that
the syntax of code is byte compilable by the python compiler by using ast
default python module (http://docs.python.org/2/library/ast.html).

Mine plugin use flake8, a code checking tool (syntax error, warning about
PEP8, warning about uninstancied variables).

See more informations about flake8 on http://pypi.python.org/pypi/flake8/

Regards

2012/12/14 Ignacio Casal Quinteiro [email protected]

Hi,

I see that your plugin pretends to do more or less the same as the python
backend for gedit-code-assistance. Have you thought about checking if
something is missing from what you have here implemented and integrate it
with gedit-code-assistance?

See: http://git.gnome.org/browse/gedit-code-assistance

Regards.


Reply to this email directly or view it on GitHubhttps://github.com//issues/3.

Benoît HERVIER - http://khertan.net/

from gedit_flake8.

nacho avatar nacho commented on June 25, 2024

yes I know they are different but can't be integrated?

from gedit_flake8.

brvier avatar brvier commented on June 25, 2024

They probably could be merged, from what i quickly see from the gnome git
repository.
But what my plugin does is launching the flake8 command line and parsing
the results to display them in gedit, so it ll be probably more efficient
to directly rewrite that part in c/vala.

i should try your plugin to see what it does but i first look at building
it result in a : configure: error: cannot find install-sh, install.sh, or
shtool in "." "./.." "./../.."
And i'm currently a too busy to look at that now

Regards,

2012/12/14 Ignacio Casal Quinteiro [email protected]

yes I know they are different but can't be integrated?


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-11373846.

Benoît HERVIER - http://khertan.net/

from gedit_flake8.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.