Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Re: [ANN] JFaceDbc1.2 released
Re: [ANN] JFaceDbc1.2 released [message #17104] Thu, 08 May 2003 05:21 Go to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

This thing is nice, on ctrl-space it does auto completion of table names
(unfortunately not on colum names, though). And it looks good :)

Andrea Mazzolini wrote:

>JFaceDbc 1.2 has just been released.
>
>JFaceDbc is a JDBC client application written in Java. It can run as a
>stand-alone application or as an Eclipse Plugin. The GUI is based on JFace
>and SWT libraries from the Eclipse Project.
>
>It can be found at the following URL:
>
>http://sourceforge.net/projects/jfacedbc/
>
>
>
Re: [ANN] JFaceDbc1.2 released [message #17810 is a reply to message #17104] Fri, 09 May 2003 01:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andreamazzolini.users.sourceforge.net

Joerg von Frantzius wrote:

> This thing is nice, on ctrl-space it does auto completion of table names
> (unfortunately not on colum names, though). And it looks good :)

It\'s not easy to do auto completion of column names because the program
should load all the column names when a new database connection is
started. But if you have a table called A and you type \"A.\" you get all
the column names; if you type \"A.col\" you get all the columns wich name
starts with \"col\".
Re: [ANN] JFaceDbc1.2 released [message #18271 is a reply to message #17810] Fri, 09 May 2003 09:28 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

Andrea Mazzolini wrote:

>Joerg von Frantzius wrote:
>
>
>
>>This thing is nice, on ctrl-space it does auto completion of table names
>>(unfortunately not on colum names, though). And it looks good :)
>>
>>
>
>It\'s not easy to do auto completion of column names because the program
>should load all the column names when a new database connection is
>started. But if you have a table called A and you type \"A.\" you get all
>the column names; if you type \"A.col\" you get all the columns wich name
>starts with \"col\".
>
Wow, so there finally is fully auto-completion for table names and
columns! That's great, I got so used to auto-completion that I always
felt kinda handicapped when entering SQL commands...

Thanks for the hint,
Jörg.
Previous Topic:Add page to existing Editor
Next Topic:Eclipse 2.1 linux/gtk, tasks not updating?
Goto Forum:
  


Current Time: Fri Apr 25 18:25:15 EDT 2025

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

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

Back to the top