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 931 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 Jan 23, 2022

as per https://plugins.jetbrains.com/docs/intellij/notifications.html

there are numerous places in the codebase which do code like this:

Notifications.Bus.notify(
  new Notification("Group ID", "Some Title",
    "Here is the content",
    NotificationType.INFORMATION
  ),
  project);

The equivalent to use (since 2020.3) should be:

NotificationGroupManager.ge
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