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

No method window scroll when clicking on current class in schema window

I like to copy schema::class name to my dev notes when working on a fix. Easiest way is to click on class in schema window/pane then copy and paste from details in the editor pane. After clicking on the class, the method window/pane scrolls to the top method, then I have to scroll back down to the method I was working on. Not a biggie but slightly frustrating.

  • Guest
  • Jul 17 2019
  • IDE Backlog
  • Attach files
  • BeeJay commented
    August 06, 2019 22:06

    In Jade2018 doing a Ctrl+B to open a new class browser pre-selects the current class context, so that can potentially be a quicker way to copy the class name without losing context on your current class browser.  You can then close the new class browser window and you're back where you started on the original class browser with no loss of context on the Class/Property/Method lists or the editor pane.

    My upvote is targeted solely at John's additional suggestion of new menu items on the Class/Property/Method menus to copy the fully qualified name for the currently selected Class/Property/Method respectively to the clipboard.

  • John Porter commented
    July 22, 2019 04:55

    Alternatively, maybe some new menu items on Classes, Properties and Methods that copy the fully qualified name to the clipboard, eg MySchema::MyClass::myMethod. I also like to make dev notes, and it is difficult to get the full name. Notepad++ has this function for file names, and I use that a lot. This would make it a lot easier to make dev notes or sending emails to colleagues.