warning popup when first line is a single line comment
a
anonymous
started a topic
almost 12 years ago
[This topic is migrated from our old forums. The original author name has been removed]
the debug window with a warning pop up when the first line is a single line comment and the cursor is in the first line
Nov 28, 2012 9:21:18 AM com.jidesoft.editor.CodeEditor getText
WARNING: Invalid location
happens with:
+// some text+
+select 1+
and
+-- some text+
+select 1+
But that version works without warning:
+/* some text */+
+select 1+
regards
Thomas
Product: DbVisualizer Personal 8.0.12
Build: #1776 (2012/11/27 10:13)
Java VM: Java HotSpot(TM) Server VM
Java Version: 1.7.0_07
Java Vendor: Oracle Corporation
OS Name: Linux
OS Arch: i386
OS Version: 3.2.0-4-amd64
Re: warning popup when first line is a single line comment
Thomas,
I just tried repeating this but I don't get any error. I suspect you are doing some more when it occur such as using auto completion or something else?
Can you please reply what exactly your are doing when this happen?
Regards
Roger
a
anonymous
said
almost 12 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: warning popup when first line is a single line comment
open dbvis, open a connection (postgresql), enter statements in the sql editor, set cursor in first or second line and press ctrl-.
same when press button to execute statement at cursor position
Hans Bergsten
said
almost 12 years ago
[This reply is migrated from our old forums.]
Re: warning popup when first line is a single line comment
Hi Thomas,
Thanks for reporting this. It will be fixed in the next feature version, 9.0.
Best Regards,
Hans
Hans Bergsten
said
almost 12 years ago
[This reply is migrated from our old forums.]
Re: warning popup when first line is a single line comment
Hi Thomas,
Just wanted to tell you that this is now fixed in the just released 9.0 version:
http://www.dbvis.com/doc/relnotes/?version=9.0
Best Regards,
Hans
anonymous