History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-29713
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Jeff Kreska
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Javascript javadoc paramters are always listed as invalid. completion doesn't work for them either

Created: 27 Aug 08 23:17   Updated: 11 Sep 08 22:16
Component/s: Editor. Code Completion, Editor. Error Highlighting
Fix Version/s: Diana 8769

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. Picture 14.png
(50 kb)
Environment: OSX 10.5.4

Build: 8,733
Fixed in build: 8,756
Severity: Low


 Description  « Hide
javadoc parameters in javascript files always show as invalid.
I have the following :
/**
  • Ctor for this class.
  • @param options Blah blah blah
    */

The editor shows options highlighted with 'Incorrect parameter name'



 All   Comments   Work Log   Change History      Sort Order:
Maxim Mossienko - 01 Sep 08 18:02
Could you please attach function definition as well?

Jeff Kreska - 01 Sep 08 19:05
weblet.ContentWeblet = Class.create( {
/**
  • @param options blah blah
    */
    initialize: function(options) {
    },

/**

  • @param id Blah blah
    */
    show: function(id) {
    }
    } );

Jeff Kreska - 11 Sep 08 22:14
I am sitll getting invalid parameter name errors. It looks like the validator doesn't understand the type {type} tags. See the screenshot I am attaching.

Jeff Kreska - 11 Sep 08 22:16
Screenshot attach doesn;t seem to work on OSX or I don't know how to use it.