Posts

Showing posts from November, 2011

How to: Change Eclipse Console Background Color

Open up a console window in Eclipse, right click the console background and you can edit it from there. You can also change this in the preferences under Run/Debug. Oh, and make sure you have a great day now that your eyes are working just perfectly now! :)

Stop losing you breakpoints when debugging Extjs 4

Stop losing you breakpoints when debugging Extjs 4 even when using dynamic loading with this code snippet; Ext.Loader.setConfig({ enabled : true //enable the dynamic dependency loading feature ,disableCaching : false //Comment this line out when you need to reload your Extjs js files });