JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

F11 on selected method in method list control opens Class Browser window showing the selected method

Pressing F11 on any method list control in Jade IDE should bring up a Class Browser window showing the selected method for quick class access to the method's class (& schema).


This eliminates manually opening up a new Class Browser window and navigating to the desired class.


The work around is to type "self" in the method source code window (provided the system has source code) and pressing F11 on the word "self".

  • Kevin Chu
  • Jul 21 2022
  • Future consideration
  • Attach files
  • BeeJay commented
    July 24, 2022 09:51

    In the interim there's an easier work-around than using a self. reference in the method source. Using the Ctrl+B keyboard shortcut will open a new class browser against the class and schema where the currently selected method is defined. You'll still have to reselect the method but it's way quicker than using the 'C' button on the tool bar and then press F4 to navigate to the class, and you can always use the Ctrl+7 keyboard shortcut to quickly navigate to the method again.