IDE questions

Previous topic - Next topic

FutureCow

I have a few questions about the IDE interface
1) Can you get the "insert Function/Subroutine" buttons to insert where your cursor is rather than at the bottom of the source file?
2) Does the "Save" function have a hot key? I keep hitting cntl-F then S to save my in progress code and it doesn't work. Why does it have an icon (save, not save-all) but no entry on the file menu?
Actually, none of the items on the "file" menu have hot keys (no letters are underlined on it) - is that a bug?

Moru

1) No idea, I just type it myself so I don't have to bother about where the IDE places it.

2) Ctrl+S for saving one file, ctrl+shift+S for saving all files. It says so on the end of each menu item. It will also automatically save all files (asks first) when you compile the code.