From commits-return-7705-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Thu Aug 2 11:35:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CDE12180629 for ; Thu, 2 Aug 2018 11:35:02 +0200 (CEST) Received: (qmail 39515 invoked by uid 500); 2 Aug 2018 09:35:02 -0000 Mailing-List: contact commits-help@netbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@netbeans.apache.org Received: (qmail 39506 invoked by uid 99); 2 Aug 2018 09:35:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2018 09:35:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 999ECC2750 for ; Thu, 2 Aug 2018 09:35:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id PIS2GGAbr7hH for ; Thu, 2 Aug 2018 09:35:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D83905F1BD for ; Thu, 2 Aug 2018 09:35:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6678CE2072 for ; Thu, 2 Aug 2018 09:35:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1F58027760 for ; Thu, 2 Aug 2018 09:35:00 +0000 (UTC) Date: Thu, 2 Aug 2018 09:35:00 +0000 (UTC) From: "John Kostaras (JIRA)" To: commits@netbeans.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NETBEANS-1102) Improve searching for jigsaw modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John Kostaras created NETBEANS-1102: --------------------------------------- Summary: Improve searching for jigsaw modules=20 Key: NETBEANS-1102 URL: https://issues.apache.org/jira/browse/NETBEANS-1102 Project: NetBeans Issue Type: Improvement Components: java - Project Affects Versions: 9.0 Environment: JDK 9 and later Reporter: John Kostaras Fix For: Next Attachments: NB-ModuleDependencies.png When developing jigsaw modularised Java applications, it is not easy to sea= rch in the 90+ modules of the JDK for the class that the user wishes to use= . Either while the user types an import in the java editor and then clickin= g on the error bulb or by right-clicking on *Libraries* in the _Project Exp= lorer,_ a dialog box could be displayed (similar to when adding a dependenc= y in a NetBeans RCP module =E2=80=93 see attachment) that displays the avai= lable jdk modules for the user to choose from. A search filter would filter= this list to what the user types in it. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org For additional commands, e-mail: commits-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists