-
```
According to this article: https://developers.google.com/eclipse/docs/gwt_rpc I
must get next tooltip when creating interface:
https://developers.google.com/eclipse/images/rpc_create_async_inter…
-
We need to be able to write to cutomized files when a QuickFix is performed.
For that reason we did a fork and added a parameter named "String? customPath" to the "addGenericFileEdit" from abstract c…
-
### Problem Statement
Currently the have two ways to centralized control all breakpoints: by running `dap.clear_breakpoints()` or `dap.list_breakpoints()`. The later allows for overview and jumping…
-
the output
![image](https://user-images.githubusercontent.com/5415510/30527350-3151bf6a-9c5a-11e7-83f3-e1456e68e523.png)
expected result
![image](https://user-images.githubusercontent.com/54155…
-
I use the quickfix list pretty heavily, including adding an `efm` entry for the stack trace format in our log messages so I can use `:cexpr @*` to quickly navigate. I've ran into a few cases where cre…
-
Thank for this amazing plugin! I found strange behavior in "Preview quickfix": if I first preview a tag and then open it, the new window maintains the same colors and settings of preview window (also …
-
Example event message
Session FIX.4.4:TEST->TEST2 disconnecting: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
at QuickFix.SocketI…
-
**What**
Potential bug: predeclared class instance is assigned to a variable.
Potential reason: missed *New* operator.
Automatic fix: Add missing *New* operator.
**Why**
Predeclared class insta…
-
According to the API spec. the fullname field is not required, but this isn't throughly tested (I believe most stuff on the frontend will just display an empty full name, should maybe display the user…
wstrm updated
5 years ago
-
The current 'go tool trace' has a 'goroutine analysis' page, that shows data similar to this:
![image](https://user-images.githubusercontent.com/4958833/49481670-811adb00-f7f1-11e8-88d6-308a739a490…