- This topic has 5 replies, 4 voices, and was last updated 20 years ago by
Greg.
-
AuthorPosts
-
eludwigMemberHi all,
Quick question. I am a new recent subscriber and I love the job you guys have done, *especially* with the deployments and appserver support!!
Anyway, to the problem. I have created a connection to an oracle database (thin driver) which works perfectly. I have the metadata for my schema loading with a filter and this all works a champ. What isn’t working is the sql editor. It works ok if I right click a table and chose “Generate SELECT in SQL Editor”. A new editor window opens and the execute button (running man) is highlighted. I can execute SQL and the results are in the result window no problem. There are no dropdowns however.. just gray lines where they would be. Autocompletion is not working either.
If I open a new sql editor using “File > New > SQL Editor” it gets worse. I have no dropdowns and the running man is grayed out. The widow is completely useless. There are still plain gray lines where the dropdowns should be.. just no dropdowns.
Any thoughts on this? I am using the Mac version of Eclipse. I have the latest OSX and the latest MyEclipse.
Thanks, and again: great job on this!!
Ed
March 26, 2005 at 9:27 am #227172
Riyad KallaMemberEd,
IIRC this was an SWT issue on Mac with the dropdown widgets crapping out on their size calculations, lemme double check with our dev and see if we had a workaround.March 26, 2005 at 9:57 am #227178
Riyad KallaMemberUgg, Ed unfortunately SWT seems to be a second class citizen on Linux and Mac, I got this back from our Mac dev:
There may be a workaround we can put in, but we’ll have to investigate for
the next release. Right now, there are 113 SWT bugs specifically on the
Macintosh listed at Eclipse.org.So it is actually SWT’s problem, but we will take a look and see if we can help it. Let’s hope this is fixed in 3.1.
March 26, 2005 at 10:12 am #227179
eludwigMemberRiyad,
Ok.. as long as it is a known issue. Certainly not a showstopper.
Thanks for the quick reply.
Ed
July 12, 2005 at 6:19 am #232773
huhao98MemberIn the eclipse 3.1 MAC release, the SWT dropdown issue has been resolved.
However, the tool icon (eg. the run, load and save) in the SQL editor is disappeared. Not sure it is the SQL editor problem or another MAC SWT problem.
July 12, 2005 at 10:15 am #232795
GregMemberThe missing icons in the SQL Editor are a known issue in the 4.0M2/E3.1 release on OS X. We have it marked in our PR system as a high priority item. It will be fixed in the next milestone release. Sorry for the inconvenience.
-
AuthorPosts