- 쿼리 결과 텍스트로 출력되도록 수정.
commit3d28e1e6e6be2180e3797a77b2522020f72bf09c
authorhangum <hangum@gmail.com>
Thu, 7 Dec 2017 14:07:20 +0000 (7 23:07 +0900)
committerhangum <hangum@gmail.com>
Thu, 7 Dec 2017 14:07:20 +0000 (7 23:07 +0900)
tree49c6c3b6d4873381835b8243f026a64e7c79a3f6
parent3ae99e75a0c76e75f4bfea23170dabb44d74dd16
- 쿼리 결과 텍스트로 출력되도록 수정.
fixed https://github.com/hangum/TadpoleForDBTools/issues/1082
16 files changed:
com.hangum.tadpole.commons.libs/src/com/hangum/tadpole/commons/libs/core/define/PublicTadpoleDefine.java
com.hangum.tadpole.rdb.core/bin/com/hangum/tadpole/rdb/core/messages.properties
com.hangum.tadpole.rdb.core/bin/com/hangum/tadpole/rdb/core/messages_ko.properties
com.hangum.tadpole.rdb.core/resources/icons/editor/textNote.png [new file with mode: 0644]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/Messages.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/export/sqlresult/ResultSetDownloadDialog.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/MainEditor.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/ResultSetComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/resultdetail/AbstractResultDetailComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/resultdetail/ResultTableComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/resultdetail/ResultTextComposite.java [new file with mode: 0644]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/tail/AbstractTailComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/tail/PlanTailComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/main/composite/tail/ResultTailComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/messages.properties
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/messages_ko.properties