fonction reduction

Post your requests and ideas on the future development of mikroC.
Post Reply
Author
Message
entropie
Posts: 19
Joined: 03 Jul 2007 11:13

fonction reduction

#1 Post by entropie » 23 Dec 2008 13:07

it's would be interresting to reduce every fonction code (between the two {}) )in the Editor in a single line (+/- reduction) , like C/C++ ide !

example:

code...
void fonction (void)
+ {......}
code...

clik on -+ section produce the entire fonction:

code...
void fonction(void)
- { a=a-1;
Eeprom_Write(1,a); // sample
}
code....

lojikmemo
Posts: 11
Joined: 20 Dec 2008 03:45

#2 Post by lojikmemo » 26 Jan 2009 11:15

YES

it would be great

Post Reply

Return to “mikroC Wish List”