On Wednesday, January 11, 2012 10:14:53 AM UTC+1, ovejo wrote: > > hi im a firebug user, this is a great tool but i think it could be more > user friendly. > > mi suguestions are: > > 1)sintaxis hightlight: > every profesional editors like coda, WebStorm or netbeans mark reserverd > words like var, function in a color (blue), and strings in other (green) > because its help to read code. > Yep, this is one of the features planned for Firebug 1.10, see: http://getfirebug.com/wiki/index.php/Firebug_Roadmap#Orion_Text_View_Integration
> Im not asking for transform firebug console in a js editor but just a few > steps can be very helpfull. > > 2) select piece of code and execute > when i work with console it is very comon to write few lines, run and then > comment somes, and run again and then uncoment and coment another just to > execute one or more lines. > > i think it cam be very helpfull be able to select one or more lines of > code hit run button and execute onli teh selected ones. > > it prevent to coment and uncoment lines or delete and then ctrl +z . > Sounds like a nice enhancement. I believe this could be part of the multiline editor Please crate a new report for this so it isn't lost code.google.com/p/fbug/issues/list 3) functions and globals sugestion: > when i am debugging its very frecuent to manualy call some functions in > code, but i am a disaster and alwais forget the name, so i am forced to > look at source code find the function, copy its name and then paste it, > some times there are some errors in the code and the function does not > exist. > > so it can be very usefull just write the begin of a global function, pres > ctrl+ space and see suggestions, it can be usefull too for vars > Firebug's command line (see in the Console panel) does support autocompletion. What specific case doesn't work for you? > 4) save console sesions: > I realy hate it, when i close firefox (or it crash) and i open it again > my last console command are lost, i am forced to have a .txt in my desk > with my frecuent console commands. > > i think it can be good can hit a buton and be able to save console > comands, it can be great if i can chose between 10 snippets slots and in > later sesions get them back into console. > So, if I understand correctly you want to have command line history persistent across Firefox restarts, correct? If yes, this could also deserve a new enhancement report in the issue list. > 5) hot key for run: > for last (today) id like to ask for a key or sortcut for run console code, > i hate have to leave my keyborad grab my mouse, go to the button and hit > ¿ctrl + enter? > Agree, please report this and we'll fix it. Thanks for all the suggestions! Honza > > > thanks for reading an suggestions > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@googlegroups.com To unsubscribe from this group, send email to firebug+unsubscr...@googlegroups.com For more options, visit this group at https://groups.google.com/forum/#!forum/firebug