Skip to content

Commit

Permalink
Changes in project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsargiot committed Feb 17, 2013
1 parent 905058d commit f0bc8ee
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
49 changes: 27 additions & 22 deletions debugger_plugin.nja
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
{
"mainFile": "",
"venv": "/home/jsargiot/envs/ninja/virtualninja/bin/python",
"name": "Debugger Plugin",
"license": "GNU General Public License v3",
"url": "https://github.com/jsargiot/ninja-debugger-plugin",
"pythonPath": "python",
"preExecScript": "",
"programParams": "",
"supported-extensions": [
".py",
".html",
".jpg",
".png",
".ui",
".css",
".json",
".ini"
],
"project-type": "NINJA-Plugin-Project",
"postExecScript": "",
"description": "A plugin to debug python code in ninja"
{
"mainFile": "C:/jsargiot/PERSONAL/CODE/ninja-debugger-plugin/debugger_plugin/Debugger.py",
"use-tabs": false,
"venv": "/home/jsargiot/envs/ninja/virtualninja/bin/python",
"relatedProjects": [],
"name": "Debugger Plugin",
"license": "GNU General Public License v3",
"url": "https://github.com/jsargiot/ninja-debugger-plugin",
"pythonPath": "python",
"preExecScript": "",
"additional_builtins": [],
"programParams": "",
"indentation": 4,
"PYTHONPATH": "",
"supported-extensions": [
".py",
".html",
".jpg",
".png",
".ui",
".css",
".json",
".ini"
],
"project-type": "NINJA-Plugin-Project",
"postExecScript": "",
"description": "A plugin to debug python code in ninja"
}
6 changes: 3 additions & 3 deletions debugger_plugin.plugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "",
"version": "0.1",
"class": "Debugger",
"module": "debugger-plugin",
"version": "0.2",
"class": "DebugPlugin",
"module": "debugger_plugin",
"authors": "Joaquin Sargiotto <[email protected]>"
}

0 comments on commit f0bc8ee

Please sign in to comment.