unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
903 stars 266 forks source link

Improved modified file reload behavior #2

Closed fsfod closed 11 years ago

fsfod commented 11 years ago

Disabled OnCodeEditModified being called during a file reload since it was resetting the breakpoints to invalid lines Changed breakpoints that are past the end of the file after a file reload tobe automatically removed Fixed the breakpoint markers in the editor not being reapplied after a file reload Keep editor scroll position between the file reload