Announcement

Collapse
No announcement yet.

Pb editor quirk

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pb editor quirk

    This duplication of code ---

    Code:
     End Sub           '(DisplayDrsAccount)
    
    CallBack Function DrsCallback
    CallBack Function DrsCallback
     Static chg&
    is done by the editor. The first time I thought I may have
    inadvertently caused it somehow, but hardly had I fixed it,
    it happened again (and then "Block/scanned statements not
    allowed here"). I have seen this happen before at the very
    top of the code when the "compile " statement was also
    duplicated in the same way. This one is halfway down the code.

    Anyone also experienced this? Weird, like a virus, rather!


    ------------------

  • #2
    Dieny,

    I have had this problem, also had had chars vanishing from
    lines. Restarting the machine seemed to fix it but now I use
    synedit and I dont have that problem anymore


    ------------------




    [This message has been edited by Neil Hosgood (edited July 07, 2001).]

    Comment


    • #3
      CTRL+D should duplicate the previous line - maybe you hit that instead of CTRL+E (run)?

      There have been zero reported problems of the IDE duplicating lines by itself!


      ------------------
      Lance
      PowerBASIC Support
      mailto:[email protected][email protected]</A>
      Lance
      mailto:[email protected]

      Comment

      Working...
      X