By Oleg Mazurashu,on December 25th,2009% NetBeans allows to change font in Output window. It is very easy. You need only: right mouse click in Output window select Larger or Smaller font open Choose font dialog Here I select Vivaldi font with size 18 If you would like to use default font need to do the same operations . . . →Read More:Changing font in Output window in NetBeans By Oleg Mazurashu,on December 25th,2009% Extra spaces is a problem in every code. Personally I always delete trailing spaces in my code. NetBeans has possibility to delete trailing spaces:Source->Remove Trailing Spaces Note:In my point of view for this feature need to add possibility to run it when user saves file as in AnyEdit plugin for Eclipse. . . . →Read More:Removing trailing spaces in NetBeans By Oleg Mazurashu,on December 15th,2009% You can use global or project specific code formatting options in NetBeans. I am going to show how you can change both of them. . . . →Read More:Changing formatting in NetBeans By Oleg Mazurashu,on December 15th,2009% By default NetBeans stores it’s settings in a directory called .netbeans under the user’s home directory. But what if you need to use other settings for other projects (for example home projects)? It is simple,need to use other settings directory. There are 2 ways. You can edit netbeans.conf file or you can specify what . . . →Read More:Using different settings directories for different projects in NetBeans By Oleg Mazurashu,on December 8th,2009% NetBeans is great IDE not only for Java development. But I use it only in this case. In NetBeans forum I found several questions about how to change main project. When you create new project system always ask:”Set as Main Project“. It is good,but what if you need to change Main Project? . . . →Read More:Setting main project in NetBeans By Oleg Mazurashu,on December 8th,2009% What if you have a lot of icons on toolbar and you want to add new one? Yes,you can delete several of them,or replace,but if you need to add one you want to use some other simple approach. . . . →Read More:Making small toolbar icons in NetBeans By Oleg Mazurashu,on November 30th,2009% As I wrote in previous post it is easy to customize file templates in NetBeans. But there I showed how you can change only author’s name. Here I am going to show how you can change template by adding new variable. This variable called site and its value is http://thedevelopersinfo.com. . . . →Read More:Using file templates for adding new data in generated files in NetBeans 6.7.* By Oleg Mazurashu,on November 30th,2009% Company’s code convention dictates own way in writing code. You need to put licence at the top of the file,write detailed descriptions of the class,set who is an author,set version of class or interface,comment your methods and so on. At this time if not all but most of the IDE allows . . . →Read More:Using file templates for customizing author in generated files in NetBeans 6.7.* By Oleg Mazurashu,on October 10th,2009% The problem I found that NetBeans 6.7.1 doesn’t allow adding link to Javadocs. It wants to use archive with Javadocs. Also I want to add JDK sources to the NetBeans IDE. . . . →Read More:Tune NetBeans IDE for showing JDK sources and JavaDocs. | A sample text widgetEtiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa. Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna,tincidunt vitae molestie nec,molestie at mi. Nulla nulla lorem,suscipit in posuere in,interdum non magna. | "If people do not believe that architecture is simple,it is only because they do not realize how complicated life is." - J.H. von Neumann |
Recent Comments