A keyboard shortcut to comment/uncomment out a piece of code is common in other programming IDE\'s for languages like Java, .Net. I find it a very useful technique when 开发者_JS百科experimenting thro
Is there a way to make a minor modification of the default appearance of cells in the current Notebook without specifying the a开发者_JAVA技巧ll set of options?
It used to be Ctrl+= in Mathematica 7, but in Mathematica 8 instead of writing below this shortcut starts free-form input. The documentation at tutorial/KeyboardShortcutListing hasn\'t been updated. W
I have 3 classes A,B,C . Class A creates B .. class B creates class C. Class C raises events after some action/operation with some data, which is handled by event handler in Class B.