Scintillator feedback and questions for 12.7.0.26

Howdy!

I was wondering why the long time between betas – now we know! [:D] So on to the initial evaluation:

  1. Any chance of adjusting the text line height based on font size? I’m using the Lucida Console font. Sizes 6 through 11 all have the same line height. I currently use size 9 and occasionally smaller when I need to see more lines on the screen, but that no longer works. It sounds picky, but when dealing with large package bodies (>1300 lines), it makes a noticeable difference.
  2. I’m not sure if the reduced vertical density from the text line height is playing optical tricks on my old eyes, but do the fonts look thinner?
  3. Can the datatypes be pulled out of the keyword styling list by default? The keyword highlighting is taking precedence over datatypes, making the datatype highlighting void. The workaround is obvious, of course. [:)]
  4. Any possibility for BEGIN/END block highlighting?
  5. undo doesn’t seem to work after hitting . Eep!
    I’m excited to play with the new editor more! And now that the first year+ long project is done, I just may have time. I apologize in advance… [;)]

Rich

  1. Not sure. I see this too. I'm not sure if it would help any, but Scintilla supports text zooming. Hold CTRL and use the mouse wheel. It makes it smaller, but appears to paint a little differently than 100% zoom and using a smaller font.

  2. I set mine to Lucida Console 10 and compared 12.6 to beta and both are using the same dimensions to paint and when blown up in Paint all of the pixels appear to match verbatim. Scintilla supports a few different drawing technologies. I could slip a hidden
    INI option in for you to play with and see if it's worth surfacing as a real option. I've been hesitant to option everything I could have to avoid unnecessary clutter.

  3. This is a bug. It was working properly before and I broke it. Datatypes need to be in keywords because datatype highlighting is dependent on an active connection. Toad populates the highlighter with datatypes that are valid for that version of Oracle. As
    I write this it seems like overkill. A master list that contains all valid datatypes is probably sufficient. At any rate, I'll fix the glitch for next beta.

  4. A little later in the cycle. This is one of the most challenging areas and I haven't had any time to fully wrap my head around it. Scintilla is great because it provides all of the building blocks necessary to do almost anything; however, it does very little
    automatically. There are two ways to approach this. The first is to add code similar to the old component which will take time and add overhead. The second is to use the parser which will provide more accurate results, but the dynamic highlighting will be
    delayed in display until we have results back from the parser. We're already digesting the parser results so this method adds less overhead and will be more accurate.

  5. !! Actually it looks like it's working for me, but not working properly. If you have auto indent option enabled the first CTRL+Z removes the indent and a second the newline. Is this what you're seeing? I'll fix this.

On 12/11/2014 12:07 PM, Rich J. wrote:

Scintillator feedback and questions for 12.7.0.26

Thread created by Rich J.
Howdy!

I was wondering why the long time between betas -- now we know! So on to the initial evaluation:

  1. Any chance of adjusting the text line height based on font size? I'm using the Lucida Console font. Sizes 6 through 11 all have the same line height. I currently use size 9 and occasionally smaller when I need to see more lines on the screen, but that
    no longer works. It sounds picky, but when dealing with large package bodies (>1300 lines), it makes a noticeable difference.
  2. I'm not sure if the reduced vertical density from the text line height is playing optical tricks on my old eyes, but do the fonts look thinner?
  3. Can the datatypes be pulled out of the keyword styling list by default? The keyword highlighting is taking precedence over datatypes, making the datatype highlighting void. The workaround is obvious, of course.
  4. Any possibility for BEGIN/END block highlighting?
  5. undo doesn't seem to work after hitting . Eep!
    I'm excited to play with the new editor more! And now that the first year+ long project is done, I just may have time. I apologize in advance...

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

Hey Michael!

  1. Playing with the zoom now – ooooooooooh! This looks promising!
  2. Yeah, I was going to screenshot both then compare, and I got to way overthinking (overcriticalthinking?) it. Does the screenshot compress the output? Could the compression of two different shots end up with the same output? Could the image rendering of the zoom of the screenshots affect the quality? Etc. Like my overuse of smilies, I’m thinking this one should probably just be skipped…
  3. Coolness!
  4. No worries! (from me at least)
  5. I don’t have indenting on. I initially thought the lack of undo (and no Oracle DBA likes that) was due to the syntax highlighter popup, but in the same line it’s all good. When hitting return, I do see a flicker that might be the syntax popup, but I can’t be sure.
    Thanks much!

Rich

Playing with the zoom and different fonts/sizes and I think this will work beautifully!

Is there a “reset to 100%” sequence? And perhaps a zoom% indicator in the connection-colored status line at the bottom, maybe, possibly?

Thanks!

Rich

No way to do so now, but my thought is to "borrow" something I've seen in Chrome before that addresses this...

On 12/11/2014 12:46 PM, Rich J. wrote:

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Rich J.
Playing with the zoom and different fonts/sizes and I think this will work beautifully!

Is there a "reset to 100%" sequence? And perhaps a zoom% indicator in the connection-colored status line at the bottom, maybe, possibly?

Thanks!

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

  1. Can you send me your user files offline? michael.staszewskiquest.com

Thanks,
Michael

On 12/11/2014 12:40 PM, Rich J. wrote:

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Rich J.
Hey Michael!

  1. Playing with the zoom now -- ooooooooooh! This looks promising!
  2. Yeah, I was going to screenshot both then compare, and I got to way overthinking (overcriticalthinking?) it. Does the screenshot compress the output? Could the compression of two different shots end up with the same output? Could the image rendering of the zoom of the screenshots affect the quality? Etc. Like my overuse of smilies, I'm thinking this one should probably just be skipped...
  3. Coolness!
  4. No worries! (from me at least)
  5. I don't have indenting on. I initially thought the lack of undo (and no Oracle DBA likes that) was due to the syntax highlighter popup, but in the same line it's all good. When hitting return, I do see a flicker that might be the syntax popup, but I can't be sure.
    Thanks much!

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.
Or Unsubscribe from Toad for Oracle - Beta notifications altogether.
Toad for Oracle - Beta Discussion Forum

Flag this post as spam/abuse.

#1, this was an oops and it's fixed for next beta with clean user files only. To fix in the current beta modify the font for the "Brace Highlighting" style from 11 to Default.

On 12/11/2014 12:07 PM, Rich J. wrote:

Scintillator feedback and questions for 12.7.0.26

Thread created by Rich J.
Howdy!

I was wondering why the long time between betas -- now we know! So on to the initial evaluation:

  1. Any chance of adjusting the text line height based on font size? I'm using the Lucida Console font. Sizes 6 through 11 all have the same line height. I currently use size 9 and occasionally smaller when I need to see more lines on the screen, but that
    no longer works. It sounds picky, but when dealing with large package bodies (>1300 lines), it makes a noticeable difference.
  2. I'm not sure if the reduced vertical density from the text line height is playing optical tricks on my old eyes, but do the fonts look thinner?
  3. Can the datatypes be pulled out of the keyword styling list by default? The keyword highlighting is taking precedence over datatypes, making the datatype highlighting void. The workaround is obvious, of course.
  4. Any possibility for BEGIN/END block highlighting?
  5. undo doesn't seem to work after hitting . Eep!
    I'm excited to play with the new editor more! And now that the first year+ long project is done, I just may have time. I apologize in advance...

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

[sniff] That’s…beautiful, man. My fonts are all really…[sniff sniff] purdy again.

Sorry. I have something in my eye. [openly weeps]

HUGE THANKS, Michael!!!

Rich

I have something in my eye

It might be the eyepiece of the microscope you're using to see such small fonts. Back off of it a bit.

On 12/12/2014 11:20 AM, Rich J. wrote:

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Rich J.
[sniff] That's....beautiful, man. My fonts are all really...[sniff sniff] purdy again.

Sorry. I have something in my eye. [openly weeps]

HUGE THANKS, Michael!!!!

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

Rich, next beta will start to trickle in support for #4. It's currently limited to BEGIN-END and CASE statements, but it will be expanded. It's also been changed to use the parser which provides very accurate results and the ability to expand it to highlight all important tokens of the current block as asked for in this popular idea. The "Current Block" style used for the highlight can be changed on the Editor|Font and Styling options page.

Once I have this complete the same logic can be used to reintroduce the folding ranges that were present in prior releases.

Screenshot1.png

Michael

Excellent! I’ll make sure to check 'er out next year when I’m back.

Merry Christmas!

[G][*][B]

Rich

Rich, I had to take this out of the next beta to fix some stuff so don't look for it yet, but it's next up on my list.

On 12/19/2014 03:40 PM, Michael Staszewski wrote:

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Michael Staszewski
Rich, next beta will start to trickle in support for #4. It's currently limited to BEGIN-END and CASE statements, but it will be expanded. It's also been changed to use the parser which provides very accurate results and the ability to expand it to highlight
all important tokens of the current block as asked for in this
popular idea
. The "Current Block" style used for the highlight can be changed on the Editor|Font and Styling options page.

Once I have this complete the same logic can be used to reintroduce the folding ranges that were present in prior releases.

Michael

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

Nooooooo! My world is ending!

Oh, but not because of this. I’ll live. And thanks for the heads-up!

Merry New Year, Michael!
Rich

Next beta has dynamic highlighting in place. It should be mostly complete now.

Michael

On 01/05/2015 12:56 PM, Rich J. wrote:

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Rich J.
Nooooooo! My world is ending!

Oh, but not because of this. I'll live. And thanks for the heads-up!

Merry New Year, Michael!

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

Done for next beta. The look and feel was shamelessly borrowed from Chrome.

From: Rich J. [mailto:bounce-rjesse@toadworld.com]

Sent: Thursday, December 11, 2014 12:46 PM

To: toadoraclebeta@toadworld.com

Subject: RE: [Toad for Oracle - Beta Discussion Forum] Scintillator feedback and questions for 12.7.0.26

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Rich J.

Playing with the zoom and different fonts/sizes and I think this will work
beautifully!

Is there a “reset to 100%” sequence? And perhaps a zoom% indicator in the connection-colored status line at the bottom, maybe, possibly?

Thanks!

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

Sweet! Is “next beta” .45 or the beta after that?

Rich

.46 it’ll be there.

From: Rich J. [mailto:bounce-rjesse@toadworld.com]

Sent: Friday, February 20, 2015 9:41 AM

To: toadoraclebeta@toadworld.com

Subject: RE: [Toad for Oracle - Beta Discussion Forum] Scintillator feedback and questions for 12.7.0.26

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Rich J.

Sweet! Is “next beta” .45 or the beta after that?

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

I’m getting an easy 30%+ increase in vertical density with a simple click-scroll!

Which is just as easy to undo when I take off my trifocals…

Thanks Michael!

Rich

You're welcome.

Trifocals! I'm sure the microscopic font size you use has nothing to do with that.

Michael

On 02/23/2015 05:14 PM, Rich J. wrote:

RE: Scintillator feedback and questions for 12.7.0.26

Reply by Rich J.
I'm getting an easy 30%+ increase in vertical density with a simple click-scroll!

Which is just as easy to undo when I take off my trifocals...

Thanks Michael!

Rich

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.