turboc3 beginners editor commands

Upload: swapnil-kharatmal

Post on 05-Apr-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 Turboc3 Beginners Editor Commands

    1/8

    1. Start Turboc3a. Open start menu and click on run

    b. The Run window will appear like this

    Type c:\turboc3\tc.exe as shown in figure

    Turboc3 window will appear like this

  • 7/31/2019 Turboc3 Beginners Editor Commands

    2/8

    c. Press Alt + Enter for full screen view2. Editor settings

    These are one time settings

    a. Press Alt + O for options menuOptions menu will be popped up as follows

    b. Using UP/DOWN arrow keys select environment->editor menu

  • 7/31/2019 Turboc3 Beginners Editor Commands

    3/8

    Press enter

    Change the settings as per following figure

    Uncheck check box: [ ] Create Backup Files

    Tab Size: 4

    Default Extension: CPPAnd select OK or press Enter

  • 7/31/2019 Turboc3 Beginners Editor Commands

    4/8

    c. Select Options->save menu

  • 7/31/2019 Turboc3 Beginners Editor Commands

    5/8

    Click OK or press Enter to save settings

    3. Create New Filea. Press Alt + F to open file popup menu

    Press Enter to create new file

  • 7/31/2019 Turboc3 Beginners Editor Commands

    6/8

    4. Save Filea. Press Alt + F to open file popup menu. Then Select save option

    Or

    Press F2

    The screen will look like

    In save file as textbox type full path

    e.g.

    d:\ganesh\hello.c

  • 7/31/2019 Turboc3 Beginners Editor Commands

    7/8

    5. Open filea. Press Alt + F to open file popup menu. Then Select open option

    Or

    Press F3

    The screen will look like

    In Name textbox type full path of filename

    e.g.

    d:\ganesh\hello.c

    6. Window Commandsa.

    Close Window: Alt + F3b. ZOOM/RESTORE: F5

    c. Move to next Window: F67. Cursor Movement Commands

    a. Left Arrow Key: Move cursor one character leftb. Right Arrow Key: Move cursor one character Rightc. Up Arrow Key: Move cursor previous lined. Down Arrow Key: Move cursor next linee. Home: Move Cursor to start of linef. End: Move Cursor to end of line

    SHIFT KEY Combinations

    g. SHIFT + Left Arrow Key: Move cursor and select text up to one character lefth. SHIFT + Right Arrow Key: Move cursor and select text up to one character Righti. SHIFT + Up Arrow Key: Move cursor and select text up to previous linej. SHIFT + Down Arrow Key: Move cursor and select text up to next linek. SHIFT + Home: Move Cursor and select text up to start of linel. SHIFT + End: Move Cursor and select text up to end of line

  • 7/31/2019 Turboc3 Beginners Editor Commands

    8/8

    CTRL KEYCombinations

    m. CTRL + K H: Hide Current Selectionn. CTRL + HOME: Move cursor to start of line on current screeno. CTRL + END: Move cursor to last line on current screenp. CTRL + Left Arrow Key: Move Cursor to one word leftq. CTRL + Right Arrow Key: Move Cursor to one word Rightr. SHIFT + CTRL + Left Arrow Key: Move cursor and select text up to one word lefts. SHIFT + CTRL + Right Arrow Key: Move cursor and select text up to one word Right

    8. Copy Paste Commandsa. SHIFT + DEL : Cutb. CTRL+ INS : Copyc. SHIFT+ INS : Paste

    9. Exit Turboc3Press Alt + F to open file popup menu. Then Select Quit option

    Or

    Press ALT + X