Coder Social home page Coder Social logo

topcoder_editor_plugin's Introduction

This is a simple Topcoder Editor Plugin for C++.
Features:

This plugin will automatically generate the required header files & a structure comprising of your classname,methodname,return type, & parameter types.A sample is shown below:
													
#include<iostream>
.
.
.
.
using namespace std;
class <classname>{
public:
				<return type> <methodname>(<parameter type> {parameter name},...,...){
				
				}
};
All fields provided with <> will be automatically generated.
All fields provided with {} should be provided by user.

Adding & using the plugin:
1. Just go to "Options"->"Editors"
2. Press "add" button
3. Enter your preffered name in the "Name" field.
4. Enter "mytcplugin" in the "entrypoint" field.
5. Enter the directory name in which your plugin's .class file resides.
6. Turn on the default radio button.
6.Click on "save"->"ok"->"close".
7. Also make your default language C++
7.Open a problem 

Future Improvements:

This is only Version 1 of this plugin.I'll look to add compile feature in future after topcoder makes it available.Also support for other languages may be included.

topcoder_editor_plugin's People

Contributors

sbcd90 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

topcoder_editor_plugin's Issues

KawigiEdit

Why not use KawigiEdit ... a similar plugin with all the features u've mentioned

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.