Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-18462 HTML5 Palette: Use text labels instead of images #398

Closed
wants to merge 1 commit into from

Conversation

dazarov
Copy link
Member

@dazarov dazarov commented Oct 6, 2014

No description provided.


if(list != null){
for(String word : list){
keywords += word + " ";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use StringBuilder instead.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done
On 10/06/2014 12:04 PM, Alexey Kazakov wrote:

In
plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/palette/model/PaletteItem.java:

@@ -69,4 +72,21 @@ public boolean getReformat() {
public Tool createTool() {
return null;
}

  • public String getKeywordsAsString(){
  •   if(keywords == null){
    
  •       List<String> list = PaletteInsertManager.getInstance().getKeyWords(xobject.getPath());
    
  •       keywords = "";
    
  •       if(list != null){
    
  •           for(String word : list){
    
  •               keywords += word + " ";
    

Use StringBuilder instead.


Reply to this email directly or view it on GitHub
https://github.com/jbosstools/jbosstools-jst/pull/398/files#r18477818.

{"@context":"http://schema.org","@type":"EmailMessage","description":"View
this Pull Request on
GitHub","action":{"@type":"ViewAction","url":"https://github.com/jbosstools/jbosstools-jst/pull/398/files#r18477818","name":"View
Pull Request"}}

@alexeykazakov
Copy link
Contributor

Still see old images for jQueryMobile and HTML palette.

@alexeykazakov
Copy link
Contributor

Rebased and pushed to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants