Skip to content
ajordison edited this page Jun 14, 2020 · 2 revisions

Welcome to the CBM-Prg-Studio wiki!

A very rough roadmap for V4:

Configuration

The configuration will be in two parts. There'll be a 'global' config on the options form for setting things like the java binaries and kickass location. There should also be a project configuration page (a bit like the current project settings form) for setting project specific stuff, like the location and contents of the kickass config file etc.

Output

Currently the output is just sent to the output window, so we'll need a way to split up kick's output to send it to the proper output/error/warning tab.

Syntax highlighting

This is just a regex expression so it'll be easy to add.

Exports

The tools which export data (which is pretty much all of them) will need to export with the proper directives.

Debugger

Shouldn't need any changes.

Projects

Even though Kick isn't project based I think the user should still have to create a kick project with the project wizard. This will make managing the menus, tools etc. easier as there will be a global flag to indicate that you're using Kick. This means that there'll still be a .cbmprj file but it will be kick specific.

Git

Need to add branching/merging.

Clone this wiki locally