D_Parser
D_Parser copied to clipboard
Issue dump
could motivate alex|D-Guy toward other things by pointing out that immutable plugin_t(
produces the string null
for it's tooltip :D
<@Orvid > where plugin_t is an immutable struct
<alex|D-Guy> hmm
- Orvid_ wonders what happened to adding a D to the D project icon (it's currently just blue, no letter on it at all :D) <alex|D-Guy> etcimon probably removed it <alex|D-Guy> as I...sadly noticed it back then :/
- Orvid_ pokes etcimon to convince him to bring back the D :P *<Orvid_> The default constructors for structs also don't want to work right :(
- <Orvid_> More specifically, if it's the first time displaying the default constructor (the one that fills all the fields), it shows up fine, but if you go back to the empty constructor, that's now blank, and if you go back again, that's blank too <alex|D-Guy> ah, right, there was some kind of error at that point
- <Orvid_> enum isn't in the module-scope auto-complete anymore
- <Orvid_> Also, on field initializations, modifiers need to be in the completion context, because for
data_type_t data_type_string = |
immutable doesn't show up when I tried to instantiate an immutable struct :P - <Orvid_> Also, it won't give me any completion on a param of type qstring, if it's defined as
alias qstring = QVector!(char)*;
<Orvid_> just doesn't like the param for some reason... <Orvid_> throw is also not in the statement completion context, which it should be
Towards the tooltips: ´<Node object no longer exists>´ -- Yikes
@Orvid , where is QVector defined?