I-Beam cursor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ilikepython
    Recognized Expert Contributor
    • Feb 2007
    • 844

    I-Beam cursor

    Originally posted by bartonc
    I'm attempting to document Boa Constructor features as I discover them.
    Here is the first handy feature that I find very useful:

    Hold down Ctrl and put the I-Beam cursor over a variable defined elsewhere in a module. The variable will become underlined during this mouse movement. Now click on the variable and the insertion point will be moved to the line where that varibale is defined. Pretty nifty, Huh?
    What's an I-Beam cursor?
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by ilikepython
    What's an I-Beam cursor?
    The I-Beam cursor is the standard cursor that you see while your mouse is in a text editing widget. It is used to help you place the "insertion point" in the text that you want to edit.

    Comment

    • ilikepython
      Recognized Expert Contributor
      • Feb 2007
      • 844

      #3
      Oooh Ok
      Thanks

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by ilikepython
        Oooh Ok
        Thanks
        You are welcome.

        Comment

        Working...