www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11940] New: Auto-complete for import's need icon distinction

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11940

           Summary: Auto-complete for import's need icon distinction
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: VisualD
        AssignedTo: nobody puremagic.com
        ReportedBy: turkeyman gmail.com



Type 'import.', assuming you have auto-complete enabled, the auto complete list
of modules should appear.
Some of these are modules, others are
sub-folders/groups/whatever-you-wanna-call-them.
It would be good to add a second icon to distinguish the groups from the
modules, otherwise you don't know which ones you can recurse into short of
trial and error.
Reuse the project outline folder icon maybe?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 17 2014
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11940


Jacob Carlborg <doob me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob me.com



Does it show the modules like a hierarchical structure? I thought it would show
the modules in a flat structure with fully qualified names.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 17 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11940


Rainer Schuetze <r.sagitario gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario gmx.de



PST ---
 Reuse the project outline folder icon maybe?
Actually, this is a regression, it used to do this in earlier versions. It was lost when adding the desciption tooltip. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 02 2014
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11940




PST ---

 Does it show the modules like a hierarchical structure? I thought it would show
 the modules in a flat structure with fully qualified names.
It lists packages and modules at the current level depending on what is already written before the caret. Showing the contents of packages when hitting the completion hotkey again might be a sensible addition. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 02 2014