From dev-return-21955-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Tue Jun 1 19:45:36 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 82B6C180670 for ; Tue, 1 Jun 2021 21:45:36 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 7A3B66120F for ; Tue, 1 Jun 2021 19:45:30 +0000 (UTC) Received: (qmail 50094 invoked by uid 500); 1 Jun 2021 19:45:29 -0000 Mailing-List: contact dev-help@netbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@netbeans.apache.org Delivered-To: mailing list dev@netbeans.apache.org Received: (qmail 50030 invoked by uid 99); 1 Jun 2021 19:45:28 -0000 Received: from spamproc1-he-de.apache.org (HELO spamproc1-he-de.apache.org) (116.203.196.100) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2021 19:45:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamproc1-he-de.apache.org (ASF Mail Server at spamproc1-he-de.apache.org) with ESMTP id 712871FF490 for ; Tue, 1 Jun 2021 19:45:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamproc1-he-de.apache.org X-Spam-Flag: NO X-Spam-Score: -0.2 X-Spam-Level: X-Spam-Status: No, score=-0.2 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamproc1-he-de.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=luniks.net Received: from mx1-ec2-va.apache.org ([116.203.227.195]) by localhost (spamproc1-he-de.apache.org [116.203.196.100]) (amavisd-new, port 10024) with ESMTP id P4EDbtVGNpdw for ; Tue, 1 Jun 2021 19:45:25 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=45.10.26.53; helo=mail.luniks.net; envelope-from=torsten.roemer@luniks.net; receiver= Received: from mail.luniks.net (mail.luniks.net [45.10.26.53]) by mx1-ec2-va.apache.org (ASF Mail Server at mx1-ec2-va.apache.org) with ESMTPS id 7388CBD224 for ; Tue, 1 Jun 2021 19:45:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 098AA1680542 for ; Tue, 1 Jun 2021 21:45:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=luniks.net; s=dkim; t=1622576721; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:content-language; bh=QrexbVYkiPE863FMEcPYYS5IB/RB4bdr45qFL17HFjI=; b=MDYFFaXlm/bhHSYzg2YMl/eNATUTcT81JeS5qjBW2OTn7iuBjDBSkzIkSkc7rYDdZi+LaR ImslJ8pc+RuZf3zraC3dbx/OjJubsR+arnmMNyOdt4jmusF1CJw8qqhHpCl71Ck1vobkUY wdDJycLB2lp5BKTzABGgh2MHhQwz7fQ= To: dev@netbeans.apache.org From: =?UTF-8?Q?Torsten_R=c3=b6mer?= Subject: Compile on Save support for vanilla javac Message-ID: <5a318472-75ae-7a5a-7e05-657dfc9f2d04@luniks.net> Date: Tue, 1 Jun 2021 21:45:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Last-TLS-Session-Version: TLSv1.3 Hello, thanks to https://github.com/apache/netbeans/commit/46c1794125d317f190cd4fdc0309ad67c166faf0 Compile on Save does not require nb-javac any more, so I'd like to submit my first PR to NetBeans to remove the note "(requires nb-javac plugin)". First I'd like to say, the manual "Contributing Code" is just great! So here my questions: 1. Should the "Learn more about Compile on Save ..." link be removed as well? Currently the page it refers to does not seem to exist (any more). Or should a new page be created? 2. When starting NetBeans for the first time, there will be a notification suggesting to install nb-javac. Should this be removed as well? 3. When opening a project when nb-javac is not installed, the plugin installer wants to install nb-javac. Should this be disabled? And something else - when developing NetBeans in NetBeans, how do I get my changes reflected in the instance started by running Main? Cheers, Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org For additional commands, e-mail: dev-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists