Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Where should I look for the behavior you get for for templates
Where should I look for the behavior you get for for templates [message #147839] Mon, 08 March 2004 20:18 Go to next message
Eclipse UserFriend
Hello,

trying to understand how I can get the behavior for the "for" template.
in M7, when you do the

for (int fs5 = 0; fs5 < dddf.length; fs5++) {

}

It is quite handy to TAB and modify the values.

Is it API? In what class should I look to understand how the code makes
the live synchronization.

Charles
Re: Where should I look for the behavior you get for for templates [message #147863 is a reply to message #147839] Tue, 09 March 2004 03:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

Afaik work has begun to make templates API (it is on the plan of the Text
framework: see
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-text-home/p
lan.html#Milestone_Planning - url may wrap).

HTH,
Regards,
Csaba

"Charles-Philip Bentley" <mordan9@hotmail.com> wrote in message
news:c2j5pf$1cv$1@eclipse.org...
> Hello,
>
> trying to understand how I can get the behavior for the "for" template.
> in M7, when you do the
>
> for (int fs5 = 0; fs5 < dddf.length; fs5++) {
>
> }
>
> It is quite handy to TAB and modify the values.
>
> Is it API? In what class should I look to understand how the code makes
> the live synchronization.
>
> Charles
>
Re: Where should I look for the behavior you get for for templates [message #147871 is a reply to message #147863] Tue, 09 March 2004 03:51 Go to previous message
Eclipse UserFriend
Horváth, Csaba wrote:
> Afaik work has begun to make templates API (it is on the plan of the Text
> framework: see
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-text-home/plan.html#Milestone_Planning - url may wrap).

Correct. Templates and the linked mode (which lets you tab between the
edit boxes) are made API pushed down to org.eclipse.text and
org.eclipse.jface.text.

Follow https://bugs.eclipse.org/bugs/show_bug.cgi?id=11020 for the details.

-tom
Previous Topic:test
Next Topic:Refactoring warning instead of appending this
Goto Forum:
  


Current Time: Tue May 06 13:30:10 EDT 2025

Powered by FUDForum. Page generated in 0.05531 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top