From: SourceForge.net <no...@so...> - 2010-07-14 06:27:08
|
Bugs item #3028297, was opened at 2010-07-12 11:54 Message generated for change (Comment added) made by nikolaevroman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=725495&aid=3028297&group_id=132863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Roman V. Nikolaev (nikolaevroman) Assigned to: Nobody/Anonymous (nobody) Summary: Double logic on table click in Database Scructure Initial Comment: Reproduce: 1. Connect to database 2. Switch to Database Structure 3. Double click on some table Then open Database Detail (for this table) and table name copied in SQL Editor window. For example: I write sql query in SQL Editor and want to see table colunms. I double click on table, and can see columns but my sql query now is broken: table name written in some place of sql query (in current cursor position). Need do something one. ---------------------------------------------------------------------- >Comment By: Roman V. Nikolaev (nikolaevroman) Date: 2010-07-14 10:27 Message: >If you click once on a Element in the database structure view the details >of this elemnet are schown (if available). >If you click double the text of the current element is copied from the >tree into the current editor, so you can easily pickup table and colum >names in your query. Ok. I understand. But double click copy table name in SQL Editor and open Database Detail simultaneously. You need stop open Database Detail on double click. It`s can be bug of Eclipse? My: Version: 3.6.0 Build id: I20100608-0911 SQL Explorer 3.5.1 (And I see the small bug in about window =) ) ---------------------------------------------------------------------- Comment By: Heiko Hilbert (hhilbert) Date: 2010-07-13 17:40 Message: If you click once on a Element in the database structure view the details of this elemnet are schown (if available). If you click double the text of the current element is copied from the tree into the current editor, so you can easily pickup table and colum names in your query. If you want to expand/collpase a tree node (like table name) click on the arrow. Everything has tis own action no double logic. :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=725495&aid=3028297&group_id=132863 |