Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse syntax coloring on Netbeans

I'm now using NetBeans as my Java IDE after having used Eclipse for a while. Is there a way to export Eclipse's syntax highlighting settings for use in NetBeans, or otherwise configure NetBeans syntax highlighting to behave like Eclipse?

like image 507
nmartins Avatar asked Dec 24 '10 12:12

nmartins


1 Answers

@nmartins: I guess eclipse color syntax coloring in netbeans would be a manual process...you can try other available color profiles by going to

netbeans->tools->options->Fonts & Colors tab and choose different Profile from drop down and click OK. You may find something closer to eclipse.

However you can get eclipse keyboard shortcuts in netbeans by selecting "eclipse" from drop-down in netbeans->tools->options->Keymap

like image 194
ag112 Avatar answered Sep 28 '22 10:09

ag112