The Wayback Machine - https://web.archive.org/web/20220709130401/https://github.com/topics/dlang
Skip to content
#

dlang

d logo

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.

Here are 957 public repositories matching this topic...

loic-joly-sonarsource
loic-joly-sonarsource commented Mar 15, 2022

Is your feature request related to a problem? Please describe

Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...

Right now, to add a new compiler in the conformance view, I have to start from an empty

ui good first issue request
aduros
aduros commented Dec 13, 2021

The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.

We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.

Games can then use hex string literals to easily display these:

text("Press \x80 to jump!", 0, 0);
good first issue
SingingBush
SingingBush commented Jun 27, 2022

At some point it could be useful to hook into Intellij's Tips and Tricks. Essentially this would require the following extension point:

<tipAndTrickPromotionFactory implementation="io.github.intellij.dlanguage.tipsandtricks.DlangTipAndTricksFactory"/>

along with a class that create's the UI for the relevant tip. Something like:

class DlangTipAndTricksFactory : TipA
Drill
v0idpwn
v0idpwn commented Oct 3, 2019

Is your feature request related to a problem? Please describe.
Yes. GUI is for children and CLI doesn't give me the launching capabilities.

Describe the solution you'd like
A non-gui/non-cli frontend

Describe alternatives you've considered
Ncurses

Additional context
None

feature request good first issue hacktoberfest

Created by Walter Bright

Released December 2001

Organization
dlang
Website
dlang.org
Wikipedia
Wikipedia

Related Topics

dmd dub gdc language ldc phobos