Re: [gedit-list] Features request



Thanks for your answer. I'm submitting a wish for the auto-indentation.
If I've some time later, I'll try to hack it myself but I really lack
time these days...

Le mar 25/02/2003 à 15:55, Paolo Maggi a écrit :
> 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]