Google Code Exporter
Google Code Exporter
``` It might be a good option to have the outline window content sorted basing on the line numbers in addition to the alphabetical order. ``` Original issue reported on...
``` The text editor widget focus outline is drawn on the screen and sits there regardless where the actual keyboard focus is. It would be nicer if the outline corresponds...
``` Steps: - try to complete something. A scroll list will appear - click outside of the scroll list Expected behavior: - the scroll list disappear - the focus or...
``` When a debugging session is started each and every stop at a next line is recorded in the editing history. It might be annoying (sometimes). It is still not...
``` Currently, if a file or directory was deleted from either a project browser or a file system browser, the breakpoints will stay in the list. It is not a...
``` It currently leads to: - no files loaded - no breakpoints - ignored exceptions restored This probably is not right. There must be nothing, like a complete clean start...
``` The position of the tooltip is not calculated properly. It comes up in a center of the screen. ``` Original issue reported on code.google.com by `[email protected]` on 8 May...
``` The private and protected class members are mangled by the debugger with a type name prefix. It would be nice if the debugger demangles them. ``` Original issue reported...
``` Setup: - Exception is in the exclude list - Exception is in the client exception list - 'Add to ignored' button is disabled Action: - delete the Exception from...
``` It would be nice if Codimension automatically offered a drop-down box with code completions for objects (probably not for imports). Have a configuration option for this (unchecked by default)....