-
Hello,
Can you please provide full Sybase support for Strored Procedure Text and objects ?
This was availiable in the previous version so you can you make a quick reverse ingeneer to provide the right class ?
I will be happy to make test on a sybase server if you can't.
Thank you.
Regards.
2007-04-24 12:47:35 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
Hello,
Can you provide a features that convert
String myString=myString0+myString1+myStringN....+mySringNplus1;
into a
StringBuffer buff=new Stringbuffer(100);
buff.append(myString0).append(myString1).append(...).append(mySringNplus1);
String myString=buff.toString();
or Any shorter one line version.
Best Regards.
Christophe.
2007-03-07 10:54:15 UTC in CodeSugar Eclipse Plugin
-
Hello,
A new feature exists in Eclispe's 3.2 Quick fix.
It's the magic button "Find Similar Problems"
When you click on that button you can apply the same fix for the same problem.
Can you please implements this feature with checkstyle.
Thank you
Regards.
2007-03-06 16:58:51 UTC in Eclipse Checkstyle Plug-in