Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] SourceModuleAnnotationModel - catchupWithMarkers

Hi Johan,

I have commented out the call to the catchupWithMarkers() because it prevents automatically moving markers when lines are inserted/deleted. e.g. if I have breakpoint at line 10 and insert lines above it - the breakpoint should move down and stay at the same line of code, but this functionality was broken.

Could you please review that code?

Thanks,
Alex



Back to the top