From f0bc8ee23aa89db35ab74f399bf543cdd26e0c7a Mon Sep 17 00:00:00 2001 From: jsargiot Date: Sun, 17 Feb 2013 20:49:31 -0300 Subject: [PATCH] Changes in project. --- debugger_plugin.nja | 49 +++++++++++++++++++++++------------------- debugger_plugin.plugin | 6 +++--- 2 files changed, 30 insertions(+), 25 deletions(-) diff --git a/debugger_plugin.nja b/debugger_plugin.nja index 971aa33..9fd8b7a 100644 --- a/debugger_plugin.nja +++ b/debugger_plugin.nja @@ -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" } \ No newline at end of file diff --git a/debugger_plugin.plugin b/debugger_plugin.plugin index 67c3ab9..a1f80c9 100644 --- a/debugger_plugin.plugin +++ b/debugger_plugin.plugin @@ -1,7 +1,7 @@ { "url": "", - "version": "0.1", - "class": "Debugger", - "module": "debugger-plugin", + "version": "0.2", + "class": "DebugPlugin", + "module": "debugger_plugin", "authors": "Joaquin Sargiotto " }