Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCE3DDC37 for ; Sun, 23 Sep 2012 15:35:08 +0000 (UTC) Received: (qmail 72913 invoked by uid 500); 23 Sep 2012 15:35:08 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 72856 invoked by uid 500); 23 Sep 2012 15:35:08 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 72846 invoked by uid 99); 23 Sep 2012 15:35:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2012 15:35:08 +0000 Date: Mon, 24 Sep 2012 02:35:08 +1100 (NCT) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: <376534977.113874.1348414508149.JavaMail.jiratomcat@arcas> In-Reply-To: <803168753.17007.1341616954461.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (CASSANDRA-4423) auto completion in cqlsh should work when using fully qualified name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-4423: ----------------------------------------- Reviewer: brandon.williams > auto completion in cqlsh should work when using fully qualified name > -------------------------------------------------------------------- > > Key: CASSANDRA-4423 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4423 > Project: Cassandra > Issue Type: Improvement > Components: Tools > Reporter: Jackson Chung > Assignee: Aleksey Yeschenko > Priority: Minor > Labels: cqlsh > Fix For: 1.1.6, 1.2.0 > > Attachments: CASSANDRA-4423.txt > > > minor cqlsh improvement: > the auto completion in cqlsh rocks, so this is just to make a nitpick improvement: > if i type > {panel} > cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' and > {panel} > then tab tab after it, it will auto complete into: > {panel} > cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' AND strategy_options:replication_factor = > {panel} > but if i use a fully qualified name: > {panel} > cqlsh> create KEYSPACE test WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' AND > > {panel} > it is not smart enough to figured out the available options. > It'd be nice to make the auto completion works for those fully qualified cases. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira