GithubHelp home page GithubHelp logo

cpptoolkitsublimetext's People

Contributors

mccartnm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

cpptoolkitsublimetext's Issues

Proper Docs

CppToolkit has some docs but it needs to be fleshed out.

Let's try to clean up the various bits and remove the cruft nomenclature that is my fast tought typing.

Implementation Move To Source

When we have an impl already defined in the header a-la:

class foo
{
    int blarg() const { return m_val; }
}

We should be able to move that function into the source with the impl details.

Auto Impl Not Firing When Opening Files

In the event the source file isn't opened yet, the view.is_loading() == True and therefore the view.size() is 0. This causes no text to be entered.

Need to put the command callback on a thread to wait for the view to be done loading. This is a little dangerous for massive files.

Multiline Comments Before Method Decl Bork The Parser

class foo {

public:
    /*
        bar
    */
    void baz(int schmoo);

};

Right clicking on that will bust up the parser and give you "generate getter/setter" rather than the declaration options we're looking for.

Need to have the line-finder build in a block-by-block fashion to assert that we're not in a comment for appending.

Implement Whole Classes

When it comes down to it, we want the ultimate command which would take a class and all of it's methods and members and build their implementation.

This is the culmination of all commands so far as well as some crafty new abilities. We'll have to be extra smart about this and it will probably take an extra version to get to. Hence why it's on 0.5.0.

Hotkeys

Before we call this 1.0.0, we should have the ability to execute the various commands based on the cursor position.

This should be a matter of finding our where the user is selected and then simply routing to the command pending it's get_command() returns with the valid hotkey_name.

Some of the scaffolding is there

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.