3

I am using aptana3.0.6, I create a class using dojo.declare, such as:

dojo.declare("com.a.B", [dijit._Widget, dijit._Templated], {
    b1 : 'b1',
    b2 : function() {

    }
});

When i open the outline view, there is nothing in it,it's empty.

What i want is that: b1,b2 list in the outline view.

Thanks!

cpx
  • 17,009
  • 20
  • 87
  • 142
qlqllu
  • 221
  • 2
  • 11

2 Answers2

0

IBM worklight (free developer edition) supports the Dojo class outline (and widget palette etc.)

But see my post:

Class outline of unnamed Dojo declare classes in Worklight

for a problem with unnamed classes.

Greetings,

Daniel van Mil.

Community
  • 1
  • 1
0

The current 3.0.x series of Aptana does not support dojo style classes in the outline view.

https://aptanastudio.tenderapp.com/discussions/questions/117-configuring-aptana-for-javascript-dojo

Richard Ayotte
  • 5,021
  • 1
  • 36
  • 34