Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] IScriptType changes

hello all -

  i just committed some changes that will allow the IScriptType implementations to provide the formatting that will be used in the 'Variables' view. this gives sub-classes a chance to provide their own formatting if they so desire.

  while working on this, i noticed that the active state ruby debugger doesn't display variables correctly anymore, while the dltk engines do. i tracked down the issue and it occurs b/c the active state engine sends back the 'type' in all lower case, while the dltk engines use a mixed case. it seems like it might be safe to just treat the type sent by the engine all in lower case, but then would require the configuration for the scriptDetailFormatter in the plugin.xml to be updated.

  please let me know if you have questions/problems.

--
-jae

Back to the top