Plugin Interface bugs

Victorious

Member²
IDE_SetBookmark(1,1,10)
Set Bookmark on line 11 instead of 10;

IDE_GetBookmark(1,X,Y) return Y=11, actually bookmark set on line 10;

IDE_GotoBookmark(1) set editor cursor on Bookmark line - 1.

My Addon Easy Bookmark in PLSQL Dev 7.1.1 receive 1-3 hook evens, prior 7.1.1 only one)
 
We have fixed the Plug-In bookmark functions. If you have made a fix to work around the "1 offset" issue, please check for version 712 in your next release.
 
Back
Top