Tuesday, December 19, 2006

AIRcable's JEdit Plugin

We are starting to work on a plugin to JEdit, the idea is to someday on the future have a full IDE for working with our Basic code.

Here are a list of somethings that our pluging might do in the future (not in order):
  • Find References, this will simply find all the places where a certain line is called.
  • Move Line, this will change a line number and update the references.
  • Move Piece of Code, this will move a selected piece of code to some other place, will also take care of references.
  • Full Code Renumbering: this will make all the code related to each interrupt be togheter (I mean all the lines will be one after each other) then it will renumber all the interrupt and will try to leave 10 lines between one interrupt and the other.
  • Syntaxis higlighting.
  • Systaxis and Gramtic checking, this will also check that all the command used are real, and nothing is miss spelled.
I wait for your suggestions,
Thanks,
Manuel

Friday, December 8, 2006

Ideas for version 0.5

We had been working on the new command line for the AIRcable OS product for about a couple of months. And had reached a stable, usable version which is v0.4

We are planning to make improvements to it, and we will call that version 0.5, here are a couple of ideas he have for version 0.5 if you think you have any let us know and we will see if we can include them.
  • New security framework related to Obex/ObexFTP handling.
  • Two level security for Relay Mode.
  • New LED's schema
  • Correct Obex/ObexFTP timing handling.
  • Obex/ObexFTP will be personalizable.
Thanks,
Manuel