[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-11-02 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16965361#comment-16965361
 ] 

Geertjan Wielenga commented on NETBEANS-2500:
-

It’s been in NetBeans probably 5 years longer than that. But focused on HTML 
files, not Java files. 

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-11-02 Thread Alex O'Ree (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16965357#comment-16965357
 ] 

Alex O'Ree commented on NETBEANS-2500:
--

That's a different use case IMO. i want to create a new singleton class, or 
interface, etc. For the code palette, it's more a snippet of code, like a 
frequently used palette for code that is always needed and tedious to retype 
that is project specific, such as getting a database connection, loading a user 
preference, etc. This has been in visual studio for probably 15 years

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-06-15 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864820#comment-16864820
 ] 

Geertjan Wielenga commented on NETBEANS-2500:
-

Yes, I'm holding off on committing this one, i.e., not for 11.1 anyway. Plus, 
it could be argued that you don't need a palette -- you could create new code 
template instead.

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-06-15 Thread Alex O'Ree (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864814#comment-16864814
 ] 

Alex O'Ree commented on NETBEANS-2500:
--

restarting the ide fixed the lack of display issue

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-06-15 Thread Alex O'Ree (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864812#comment-16864812
 ] 

Alex O'Ree commented on NETBEANS-2500:
--

so i right clicked on an item,clicked remove and it removed all them. I then 
tried to readd an item and nothing displays. I had a few warnings in the log

 


WARNING [org.openide.filesystems.Ordering]: Not all children in 
JavaPalette/Items/ marked with the position attribute: [ccc_2.xml], but some 
are: [Item.xml, ccc.xml, ccc_1.xml]
WARNING [org.openide.filesystems.Ordering]: Not all children in 
JavaPalette/Items/ marked with the position attribute: [ccc.xml], but some are: 
[Item.xml, ccc_2.xml, ccc_1.xml]

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-05-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833175#comment-16833175
 ] 

Geertjan Wielenga commented on NETBEANS-2500:
-

Nope. Though it could be added.

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-05-04 Thread Alex O'Ree (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833174#comment-16833174
 ] 

Alex O'Ree commented on NETBEANS-2500:
--

I meant, when dragging from the palette into the code window, the sample 
prompts for input that ends up in the javadoc for the main method.

If i drag code into the palette, is there a mechanism similar to the main 
method javadoc example to prompt for input when insert into the editor window?

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-05-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833171#comment-16833171
 ] 

Geertjan Wielenga commented on NETBEANS-2500:
-

Editing existing items is not supported in any palette in NetBeans. Just delete 
an item and recreate it.

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-05-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833169#comment-16833169
 ] 

Geertjan Wielenga commented on NETBEANS-2500:
-

Drag and drop the item and you'll see the dialog for user input.

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-05-04 Thread Alex O'Ree (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833168#comment-16833168
 ] 

Alex O'Ree commented on NETBEANS-2500:
--

is there a way to edit existing items in the palette? Also, for the sample 
that's provided "Main Method", what's the trick to prompt the user for some 
input?

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2500) Palette needed for Java Source files

2019-05-04 Thread Alex O'Ree (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833167#comment-16833167
 ] 

Alex O'Ree commented on NETBEANS-2500:
--

oh i love it!

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists