gui icon indicating copy to clipboard operation
gui copied to clipboard

Results 110 gui issues
Sort by recently updated
recently updated
newest added

Here's a screenshot of the issue: ![](http://i.imgur.com/0q4y5bT.png) Reported originally on IRC by s455wang. I don't see this on a machine with GTK 3.14.

With Racket 6.6.0.5 (20160914-62f5b2c): ``` #lang scribble/manual @defproc[(+ [x integer?] [y integer?]) integer?]{ AAA BBB CCC DDD EEE FFF GGG HHH III JJJ KKK LLL.} ``` Pressing Alt+Q with the...

Using Racket v 6.6.0.5 (20160914-62f5b2c): ``` #lang scribble/manual @defproc[(+ [x integer?] [y integer?]) integer?]{ AAA.} @defproc[(* [x integer?] [y integer?]) integer?]{ BBB.} @defproc[(/ [x integer?] [y integer?]) integer?]{ CCC.} ```...

Racket version: 20160914-62f5b2c (today's nightly) With the default paragraph width of 60, the `X` on the third line is character number 61, but Alt+Q does nothing. If an extra character...

_From @jsmaniac on August 26, 2016 23:41_ ``` #lang scribble/lp2 @itemlist[ @item{Foo @itemlist[ @item{Bar}]}] ``` The file above should likely indent as: ``` #lang scribble/lp2 @itemlist[ @item{Foo @itemlist[ @item{Bar}]}] ```...

DrRacket menu items are blacked out on Ubuntu/Unity (Xenial with Racket 6.6). Screenshot below (see the increase/decrease font items): ![](http://i.imgur.com/TKOQPij.png) They become un-blacked out when a new tab is opened....

_From @jsmaniac on February 26, 2016 16:54_ In the following program, the expression bound to `define-foo` is improperly indented ``` #lang scribble/lp2 @chunk[ (let ([define-foo 'test]) define-foo)] ``` Using `#lang...

Change default to one that highlights nested structure, i.e. anything but the current "Basic grey". As the default for a new user, "Spring" has these advantages: - lightest (versus "Shades...

There is no method for resetting the style of a frame% after creation. This would be important for a fullscreen feature. Basically (with hypothetical set-style function) : (call-with-values (lambda ()...

The DrRacket language dialog appear black in the bottom half. See screenshot. ![language-dialog](https://cloud.githubusercontent.com/assets/244723/11608677/40778e80-9b3e-11e5-932a-78efb757e104.png)