8/24/13

Make MPLAB more easier to use




Let us explore MPLAB IDE options and make it easier to work.





Check this window.





Saw the line numbers ?
Well.Lets see how to make it happen.Its pretty simple.All you need is to explore.

Select Edit-->Properties
Editor option window will open.
Select 'C' files type tab.
Check Line Numbers and press apply.And you are done.




And you find any difference in this one from the previous?




Its called Code folding which enables you to fold the code which forms a loop.
Lets make it happen now.Again pretty simple.

Select Edit-->Properties

Editor option window will open.
Select 'C' files type tab.
Check Enable code folding and hit apply.





So how its gonna help you?
I know you guys are really a great programmer,creating a program with thousands and thousand lines of coding.The first one help you to figure out where you are and the second one will make you to fold the loops and make your code looks like really a simple kids stuff.