Re: [gedit-list] Features request



Hi

> I'm a developer and mainly uses Emacs. I'd like to use Gedit but miss 2
> very important features that Emacs has: code highlighting and
> auto-increment.
> 
>    - Code highlighting

This feature is under development. You will see it starting from gedit
2.4.0

> 
>    - Auto increment
> 
> I'd like my code to be automatically incremented. For example, if I write:
> 
> int main()
> {
> if(TRUE)
> printf("test\n");
> return(1);
> }
> 
> Gedit should automatically change it to:
> 
> int main()
> {
> 	if(TRUE)
> 		printf("test\n");
> 	return(1);
> }
> 

Probably this feature will be implemented too in the next future.
ATM, no one is working on it, so help is appreciated.

Please, log a RFE on bugzilla.gnome.org (product gedit) for this second
feature explaining all your needs.

Thanks,
Paolo





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]