This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15742] New: Provide substring c++ autocomplete for namespaces


http://sourceware.org/bugzilla/show_bug.cgi?id=15742

            Bug ID: 15742
           Summary: Provide substring c++ autocomplete for namespaces
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: bgirard at mozilla dot com

Mozilla is migrating from using the 'ns' prefix to using namespace. This has
made autocompletion more painful because it's hard to remember what namespace
each symbol is. Ideally combined with Smartcase like VIM where a word entirely
lowercase is match as case insensitive and a word with an uppercase is matched
as case sensitive (http://vim.wikia.com/wiki/Searching).

For example mozilla::layers::CompositorOGL::Render(...) could be completed
using 'compositorogl::render' similar to how it's written in the source file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]