| FBA The Creator http://www.fbacreator.com/fbaforum/ |
|
| IDE enhancements http://www.fbacreator.com/fbaforum/viewtopic.php?f=3&t=27 |
Page 1 of 2 |
| Author: | trids [ Thu Apr 03, 2008 5:44 am ] |
| Post subject: | IDE enhancements |
Please consider these suggestions for improvements to the IDE..
And finally, if you do provide support for custom settings, please store the customisations in an INI file. This supports: easy replication between machines, easy backup, easy editing. Thanks In Advance. |
|
| Author: | umbiomar [ Thu Apr 03, 2008 8:25 am ] |
| Post subject: | Re: IDE enhancements |
trids wrote: Please consider these suggestions for improvements to the IDE..
And finally, if you do provide support for custom settings, please store the customisations in an INI file. This supports: easy replication between machines, easy backup, easy editing. Thanks In Advance. And an edit toolbar button to comment/uncommet code block would be great! Regards, umbiomar [email protected] |
|
| Author: | evilmaio [ Thu Apr 03, 2008 8:40 am ] |
| Post subject: | Re: IDE enhancements |
Umbiomar, I know you can't live without this feature, but I've not planned such major ide enhancements, for now. I consider this, and some other requests, low priorities You could use LUA blocks comments in the meanwhile: Code: --[[ Regards. |
|
| Author: | umbiomar [ Thu Apr 03, 2008 3:56 pm ] |
| Post subject: | Re: IDE enhancements |
evilmaio wrote: You could use LUA blocks comments in the meanwhile: Code: --[[ My apologise. I doesn't be aware of the --[[ shortcut. Regards, umbiomar [email protected] |
|
| Author: | cic.lemur [ Sat Apr 05, 2008 8:25 am ] |
| Post subject: | Re: IDE enhancements |
I would also would like to make a request: Home key alternates between first column in row and start of code. --edit-- One more thing, some of the new PDA's do not have standard screen size. Is is possible to have custome sceen resolution when testing on the IDE, eg 240x240 |
|
| Author: | trids [ Mon Apr 07, 2008 5:53 am ] |
| Post subject: | Re: IDE enhancements |
I agree about the functionality of the Home key in the IDE. As for the 240x240 option .. looks like you can set that under Build \ Project Settings in version 0.2.0.22 |
|
| Author: | cic.lemur [ Mon Apr 07, 2008 2:02 pm ] |
| Post subject: | Re: IDE enhancements |
trids wrote: As for the 240x240 option .. looks like you can set that under Build \ Project Settings in version 0.2.0.22 Right, sorry about that. |
|
| Author: | umbiomar [ Mon Apr 07, 2008 6:06 pm ] |
| Post subject: | Re: IDE enhancements |
Just to build a list of IDE enhancement, i think would be useful a "recent opened project" feature under the File menu. |
|
| Author: | Boiled Sweets [ Thu Jun 26, 2008 2:22 pm ] |
| Post subject: | Re: IDE enhancements |
I know you have no time to developp the IDE but when you do please please please... 1. Custom indent size 2. Option to turn off the highlight on the current line!!! MANY THANKS! |
|
| Author: | umbiomar [ Mon Jun 30, 2008 9:38 am ] |
| Post subject: | Re: IDE enhancements |
Hi guys, from version 0.2.0.109 is it possible to customize syntax highlight. Here's a better selection of colors for the IDE (it remember vstudio color schema). Simply copy the following lines to fba_ide.ini: Code: [Debugging_Player] PS. for the author: you forget to highlight strings inside single quote. This is how it should appear: for j=0, gameRows-1 do gameCells[i][j]['snake']= 0 -- no snake gameCells[i][j]['snake_dir']= 0 -- no dir gameCells[i][j]['food']= 0 -- no food end |
|
| Page 1 of 2 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|