Menu

#1 There is no documentation for the directive "parsed-literal"

1.0.x
closed
nobody
Editor (8)
3
2020-04-12
2011-06-10
No

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key directive.literal.help
at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
at java.util.ResourceBundle.getString(ResourceBundle.java:334)
at org.isandlatech.plugins.rest.i18n.Messages.getString(Messages.java:114)
at org.isandlatech.plugins.rest.editor.userassist.HelpMessagesUtil.getDirectiveHelp(HelpMessagesUtil.java:32)
at org.isandlatech.plugins.rest.editor.userassist.hover.RestTextHover.generateDirectiveHelp(RestTextHover.java:149)
at org.isandlatech.plugins.rest.editor.userassist.hover.RestTextHover.getHoverInfo(RestTextHover.java:233)
at org.isandlatech.plugins.rest.editor.userassist.hover.RestTextHover.getHoverInfo2(RestTextHover.java:253)
at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:166)

Discussion

  • Thomas Calmant

    Thomas Calmant - 2011-06-10

    Same bug found for code-block, csv-table, ...

    The problem comes from the hovered region detection : it considers '-' as a word separator.

     
  • Thomas Calmant

    Thomas Calmant - 2011-06-14

    Code fixed.
    Will be included in the next update.

     
  • Thomas Calmant

    Thomas Calmant - 2020-04-12
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
    
     java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key directive.literal.help
        at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
    
    • status: open --> closed
     

Log in to post a comment.