ForecastYahooRest icon indicating copy to clipboard operation
ForecastYahooRest copied to clipboard

Live Template ?

Open Spierki opened this issue 8 years ago • 4 comments

Hey, In your conference you talked about live template which are supposed to be available on your github but I don't found it, have you a link ?

Spierki avatar Sep 23 '16 11:09 Spierki

Hey Spierki, Thanks for having interest on this project, thanks for having watch the conference, thanks for requesting the Templates ! I just commit them, you can find them at the root of the project, Android2EELiveTemplates.jar. To import them you just have to :

  1. Save the Android2EELiveTemplates.jar file on your computer (or pull the project Forecast) to be up to date
  2. Choose File | Import Settings on the main menu and and specify the location of the received .jar file.
  3. In the Select Components to Import dialog box that opens, select the Live Templates check box and click OK.

And it should be ok. To use them, just begin with arch_ and select the one you want. For information, arch_%1 means %1 is the name (almost) of the class where you should use the template. For exemple, arch_ServManager_InitCode have to be used in your ServiceManager and will initialize this class with all the needed code and two samples to add BusinessServices or AndroidServices. Hope it'll help you. And do not hesitate to send feedback. And thanks for your interest ! Kind regards, Mathias

MathiasSeguy-Android2EE avatar Oct 06 '16 13:10 MathiasSeguy-Android2EE

Hey Mathias,

Thank you very much for the repo and all your work !

I'm gonna try your templates this week.

Thanks again !

Spierki avatar Oct 10 '16 07:10 Spierki

I found one error when you generate a service method, in the run method in the associate runnable you're calling the async method instead of the sync one.

Spierki avatar Oct 10 '16 07:10 Spierki

Hey Spierki, Thanks for detecting it. I just commit the fix :) Have a nice day, a fucking good nice day :)

MathiasSeguy-Android2EE avatar Oct 10 '16 12:10 MathiasSeguy-Android2EE