You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ie. got to clojure.set join
click Source button, notice the syntax highlighting is on, then Ctrl+click Doc, the syntax colours are gone, now drag any one of the buttons like 5 pixels and release this will make the syntax highlighting to activate while the pressed buttons appear depressed but they are still in effect in the doc text (aka both source and doc are still in the doc text below). But now, click on the next(or any) map-invert (without pressing any of the buttons like Source/Doc) will keep the join doc on. So this is basically the second "bug".
The text was updated successfully, but these errors were encountered:
The syntax coloring is switched on only when the source code is displayed by itself. That was a deliberate choice as otherwise the other items, like docs and see-alsos are also clojure-syntax colored. All items are displayed together in a single text widget, so it's either all or nothing. Unless you show the docs and the source-code in different text-widgets, I'm afraid there is no perfect solution (?)
That second bug is weird... I have to "think" about that one...
ie. got to clojure.set join
click Source button, notice the syntax highlighting is on, then Ctrl+click Doc, the syntax colours are gone, now drag any one of the buttons like 5 pixels and release this will make the syntax highlighting to activate while the pressed buttons appear depressed but they are still in effect in the doc text (aka both source and doc are still in the doc text below). But now, click on the next(or any)
map-invert
(without pressing any of the buttons like Source/Doc) will keep thejoin
doc on. So this is basically the second "bug".The text was updated successfully, but these errors were encountered: