"It doesn't work"...we all love that, right? That's all I could fit in the title line! Specifically:
- if I hover the cursor over a variable, I'm not shown its value.
- double-clicking the left margin to set a breakpoint yields an error dialog: "This properrty or method id not allowed on this object. file-mouse.ex offset=9107". I also get a SlickC stack dump:
mouse.ex 9107 mou_command_click(0,1) p_window_id:4 p_object:OI_TEXT_BOX p_name:
mouse.exe 8378 mou_select_word() p_window_id:4 p_object: OI_TEXT_BOX p_name:
- right-clicking on a symbol in an effort to inspect it, add it to the watch list, etc. yields an error dialog: "This prroperty or method is not allowed on this object. file-controls.ex offset=189". SlickC stack:
mouse.exe 11177 mouse:_mou_menu(BLOCK) p_)window_id:4 p_object: OI_TEXT_BOX p_name:
mouse.exe 11114 mou_click_menu_block() p_window_id: 4 p_object: OI_TEXT_BOX p_name:
It may be of relevance to note that the mouse doesn't interact with SECore, either. I can't position the cursor with the mouse (no errors reported, but nothing happens when I click in a source module); I can't select text with the mouse (again, no error, just "nothing happens"), and the scroll wheel doesn't scroll the text. Is all that supposed to work, too, or is the mouse unsupported in Core/FlexBuilder 3 mode?
How much of this stuff is supposed to work? Are all these actions just unsupported, or do I have something broken?
Also, how can I find out what version of SECore and FlexBuilder support I have installed, so that I can be sure I have the latest stuff?