Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 60584 invoked from network); 15 Oct 2009 10:28:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 10:28:54 -0000 Received: (qmail 49103 invoked by uid 500); 15 Oct 2009 10:28:53 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 49018 invoked by uid 500); 15 Oct 2009 10:28:53 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 49008 invoked by uid 99); 15 Oct 2009 10:28:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 10:28:53 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 10:28:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5427D234C1F0 for ; Thu, 15 Oct 2009 03:28:31 -0700 (PDT) Message-ID: <314656797.1255602511343.JavaMail.jira@brutus> Date: Thu, 15 Oct 2009 03:28:31 -0700 (PDT) From: "Alin Dreghiciu (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-1757) Completer for session scopes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Completer for session scopes ---------------------------- Key: FELIX-1757 URL: https://issues.apache.org/jira/browse/FELIX-1757 Project: Felix Issue Type: Improvement Components: Karaf Reporter: Alin Dreghiciu Priority: Minor GoGo has support for scopes (session var "SCOPE") which allows one to not add the prefix like "osgi:". Karaf shell completers does not support this scope so when entering "li" or "sh" and pressing tab the completer will not find the "osgi:list" or "osgi:shutdown". There will be a good addition to hav a completer that knows about scopes and can handle the situation described above. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.