Matt D.
Matt D.
I would prefer to disable this feature selectively for braceless statements. For example, a one-line "if" statement doesn't need a visual indicator as it's only one line and the display...
I've tried the following without success: ``` (define-key ac-menu-map "ESC" 'ac-stop) (define-key ac-completing-map "ESC" 'ac-stop) ```
The information provided by ac-source-semantic is very limited. For example, this is the result from the popup of a basic Rectangle class: Class: ``` class Rectangle { int width, height;...
Full synopsis here: https://stackoverflow.com/questions/55708736/
This is the final result of a comprehensive analysis of Aurelium Skills for null pointer annotations, including the accompanying exceptions and logging. This commit makes no changes in functional behavior...
Comprehensive analysis of Aurelium Skills for null pointer exceptions, including NPE bugs fixes that were found as a result. There are still lots of instances of unsafe access where assumptions...
### Expected behavior Color is expected to be present, as it is in Spigot. ### Observed/Actual behavior Color appears gray when *any* color is used. ### Steps/models to reproduce ```...
Prevent UI window from resizing on the LEFT side when touching the right edge of the client window
I have a request to fix a pet peeve of mine with the Guild Wars UI. I'm not sure if it can be patched out, but it would be awesome...
Compiled under the latest Cygwin x32 and attempted to compress some files resulted in the following error: "error creating block encoder" The command line options I used were: pixz -9...
GNU Emacs 24.5.1 in `-nw` terminal mode. Slimmed .emacs: ``` (require 'cedet) (setq semanticdb-default-save-directory "~/.semanticdb/") (semantic-mode 1) (add-to-list 'load-path "~/.emacs.d/function-args") (add-to-list 'load-path "~/.emacs.d/swiper") ;; function-args dependency (require 'function-args) (fa-config-default) ```...