PLD v12.0.2.1818 32-bit, on Windows 7 64-bit
Whenever I un-indent code in a Program window, my bookmarks disappear. Reproduce it:
1. File -> New -> Program Window -> Blank
2. Type the following
3. Put a bookmark at line 3
4. Highlight line 3
5. Un-indent.
Bookmark disappears
It happens on indent too, but that's "hit or miss".
Whenever I un-indent code in a Program window, my bookmarks disappear. Reproduce it:
1. File -> New -> Program Window -> Blank
2. Type the following
Code:
create or replace procedure p is
begin
if true then
null;
end if;
end p;
3. Put a bookmark at line 3
4. Highlight line 3
5. Un-indent.
Bookmark disappears
It happens on indent too, but that's "hit or miss".