From commits-return-33038-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Sat Aug 1 21:20:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id AD3FA180622 for ; Sat, 1 Aug 2020 23:20:02 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id D9540124D4F for ; Sat, 1 Aug 2020 21:20:01 +0000 (UTC) Received: (qmail 81126 invoked by uid 500); 1 Aug 2020 21:20:01 -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 81103 invoked by uid 99); 1 Aug 2020 21:20:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2020 21:20:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E2C62405BF for ; Sat, 1 Aug 2020 21:20:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 3E5C67801DC for ; Sat, 1 Aug 2020 21:20:00 +0000 (UTC) Date: Sat, 1 Aug 2020 21:20:00 +0000 (UTC) From: =?utf-8?Q?Matthias_Bl=C3=A4sing_=28Jira=29?= To: commits@netbeans.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (NETBEANS-2534) Add support for parsing / code completion of draft CSS properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NETBEANS-2534?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bl=C3=A4sing updated NETBEANS-2534: --------------------------------------- Comment: was deleted (was: IMHO this issue is to broad/unspecific to be solveable. There will al= ways be draft properties and thus when is this done? Only concrete requests= are realistic.) > Add support for parsing / code completion of draft CSS properties > ----------------------------------------------------------------- > > Key: NETBEANS-2534 > URL: https://issues.apache.org/jira/browse/NETBEANS-2534 > Project: NetBeans > Issue Type: Improvement > Reporter: Pete Whelpton > Priority: Major > > Browser vendors are now adding support for new CSS feature often whilst t= he CSS specification is still in its draft / experimental phase.=C2=A0 Netb= eans needs to be able to support draft CSS properties / values, whilst maki= ng it obvious that those properties are in a=C2=A0*draft* state. > =C2=A0 > What I would propose: > 1) The CSS module properties files=C2=A0netbeans/ide/css.editor/src/org/n= etbeans/modules/css/editor/module/main/properties/ need some kind of flag, = e.g. a tilde symbol ~ before each draft property to flag it > 2) GrammarParser in the CSS Lib module needs to be aware of this symbol, = and the parseElement method would then create a new DraftModuleProperty (or= similarly named) class, or the existing Property class would have a isDraf= t boolean property added to it > 3) Code Completion for CSS would be updated so that draft module properti= es / values used the spanner icon=C2=A0[https://github.com/apache/netbeans/= blob/master/ide/web.common.ui/src/org/netbeans/modules/web/common/ui/resour= ces/config-badge.gif]=C2=A0 > As always, more than willing to help in any way possible -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- 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