View previous topic :: View next topic |
Author |
Message |
Etherous
Joined: 05 Sep 2009 Posts: 6
|
Posted: Thu May 12, 2011 2:22 pm Post subject: Would be nice if... |
|
|
... all the elements collapsed in the outline didn't get expanded whenever the file is parsed
... views could be moved around, like in Eclipse
... there were error detection and suggestions
... those vertical lines every 4 spaces could be turned off
... Ctrl-W closed the file, not the program
... Ctrl-Q closed the program
... Ctrl-clicking an import opened the module imported
... Ctrl-clicking an identifier jumped to its definition
... cutting or pasting multi-lines refreshed the outline
... Shift-Tab decreased indent of line(s)
... new files appeared automatically without needing to add them
... instead of simply failing, parser returned a specific and helpful error
... hovering over an identifier highlighted instances of that identifier |
|
Back to top |
|
|
Kuan Hsu
Joined: 15 Apr 2006 Posts: 143 Location: Taiwan
|
Posted: Sun Jun 12, 2011 4:57 am Post subject: Re: Would be nice if... |
|
|
Etherous wrote: | 01... all the elements collapsed in the outline didn't get expanded whenever the file is parsed
02... views could be moved around, like in Eclipse
03... there were error detection and suggestions
04... those vertical lines every 4 spaces could be turned off
05... Ctrl-W closed the file, not the program
06... Ctrl-Q closed the program
07... Ctrl-clicking an import opened the module imported
08... Ctrl-clicking an identifier jumped to its definition
09... cutting or pasting multi-lines refreshed the outline
10... Shift-Tab decreased indent of line(s)
11... new files appeared automatically without needing to add them
12... instead of simply failing, parser returned a specific and helpful error
13... hovering over an identifier highlighted instances of that identifier |
Fast and simple reply:
(01 )...? It should be done....
(02 )...It's too difficult to me, sorry(and I'm not sure old dwt can do this or not...?)
(03 )...like (11), it base that the parser can hold and return the error, let me check...
(04 )...Go Tools -> Options... -> Editor -> trun "Show Indentation Guides" off
(05 )...It cause poseidon crash! I don't know what's happen!
(06 )...Alt+F4 is another choice...
(07 )...Will add at rev.280(just call the _jumpToDefintion function)
(08 )...like (07)
(09 )...It is possible to be done, but will slow down poseidon.....
(10 )...It's good suggestion( already added at rev.280)
...... |
|
Back to top |
|
|
Kuan Hsu
Joined: 15 Apr 2006 Posts: 143 Location: Taiwan
|
Posted: Tue Jun 14, 2011 10:22 pm Post subject: Re: Would be nice if... |
|
|
Kuan Hsu wrote: |
(05 )...It cause poseidon crash! I don't know what's happen! |
Will Fixed at REV.282 |
|
Back to top |
|
|
Nrgyzer
Joined: 12 Dec 2009 Posts: 31
|
Posted: Sun Aug 14, 2011 3:48 am Post subject: |
|
|
It would be also cool if the parser supports keywords like "@property". When I create a class with such property-methods, the parser always says "Parsed Failure." and code completion won't work. When I remove the keyword, the parsing will be successful and the code completion works. |
|
Back to top |
|
|
Kuan Hsu
Joined: 15 Apr 2006 Posts: 143 Location: Taiwan
|
Posted: Mon Sep 05, 2011 8:00 am Post subject: |
|
|
Nrgyzer wrote: | It would be also cool if the parser supports keywords like "@property". When I create a class with such property-methods, the parser always says "Parsed Failure." and code completion won't work. When I remove the keyword, the parsing will be successful and the code completion works. |
Please try to set Tools->Options...->Parser->DMD2.x is checked |
|
Back to top |
|
|
Nrgyzer
Joined: 12 Dec 2009 Posts: 31
|
Posted: Sat Oct 08, 2011 3:37 pm Post subject: |
|
|
Kuan Hsu wrote: | Nrgyzer wrote: | It would be also cool if the parser supports keywords like "@property". When I create a class with such property-methods, the parser always says "Parsed Failure." and code completion won't work. When I remove the keyword, the parsing will be successful and the code completion works. |
Please try to set Tools->Options...->Parser->DMD2.x is checked |
Already checked, but nothing changed... I always get "Parsed Failure.". |
|
Back to top |
|
|
|