iOS Interview Questions @ http://bizzydevapps.weebly.com/
1. Menu Display.
2. Tree View.
3. Tabbed Raw Text.
- Ctrl + N : New Sub MenuItem.
- Ctrl + Shift + N : New Multiple MenuItems at the same level of indent.
- Ctrl + Alt + N : New Multiple Cascading Sub-MenuItems.
- Ctrl + S or Click Save Button in Status Bar : Save XML to file(menu.xml).
- Ctrl + L or Click Load Button in Status Bar : Loads XML to Menu.
- Ctrl + Q : Quick Refresh = Saves and Loads.
- Ctrl + D : CDATA or Content Data for Annotating Defnitions with details(eg: Sample Code).
- Ctrl + G : Generates new GUID. This will be useful if you Copy + Paste a MenuItem. You would need to replace the GUIDs in the MenuItem and its Sub MenuItems... ... with new GUIDs for uniqueness.
- Ctrl + ; : Pastes Current Day and Date.
- Ctrl + Shift + ; : Pastes Current Time.
- Ctrl + U : Finds the Parent/ Upper node.
- Ctrl + F : Find.
- Ctrl + H : Replace.
- Ctrl + R : Refresh all GUIDs. This will be useful when you've copied and pasted a lot of MenuItems... and need to assign new GUIDs to all of the pasted values to maintain uniqueness.
- Tab : Tabifies Selection.
- Shift + Tab : Untabifies Selection.
- Ctrl + I : Imports from tabbed Clipboard data. For Eg:
a b c d e f g e h i j k 1 2 3 4 5 6 7 8 l m n o p q 18. Ctrl + Shift + I : Replaces data (value of id attribute) in Xml with tabbed clipboard data. For Eg:
abc def ghi kml 19. Ctrl + E : Exports to Clipboard as tabbed data.
- To add new concepts or definitions: Insert a new MenuItem(Ctrl + N) as a concept and its definition as a Sub-MenuItem(Ctrl + N).. ..inside the prior created concept MenuItem.
- To add any Code sample to the definition, add a CDATA section(Ctrl + D) within the definition Sub-MenuItem.
- Click Menu to locate it in XML using GUID.(Works only for leaf nodes.)