-
Every time a new command is run, the quickfix window is flushed and the output from the previous command will gone. Is there a way to keep all the logs? User can use some explicit command to clear it…
-
This takes 1 second to complete and populate `Quickfix`:
:set makeprg=type\ 2MB_text_file
:make
(Here `2MB_text_file` is a text file of size 2MB)
Running the same command with `:Asyn…
-
現状、リファレンスマニュアルがファイルによって、敬体 (です・ます) か常体 (だ・である) かに分かれていますが、これを**常体**に統一しようと思います。
※ユーザーマニュアル (usr_*.jax) は現状の敬体のまま。
PS
私は、以前は敬体派だった気がします。ですが、翻訳作業を多くこなしていくと、敬体は若干、鬱陶しくなってきました。
読み手としても常体が良いです。
ただ…
-
ECJ emits [a warning here](https://ci.eclipse.org/pde/job/eclipse.pde/job/PR-1217/3/eclipse/new/source.c1f52490-53cd-4c0e-a0d9-919578e0d0f0/#352):
![grafik](https://github.com/eclipse-jdt/eclipse.j…
-
This is an issue tracking [Bug 562654](https://bugs.eclipse.org/bugs/show_bug.cgi?id=562654) - Intermittent test failures in I-builds : testHierarchicalJUnit, testFormatChanges02, markImplementOccurre…
-
A new window for showing the current frames and highlight (similar to the assembler window) the current place would be nice :-) Likely more often used than the assembly window (which is definitely coo…
-
_full disclosure: I'm fairly new to FIX_
I've been messing around with quickfix and the session lifecycle and was interested to see how quickfix would handle the initiator loosing it's state entire…
-
Hi,
As I know, the messages is processed in the block method. If the application gets unexpected exception(nullpointer exception) or different exception in this method, the "while loop" can break an…
obrcn updated
4 years ago
-
Possibly dangerous and against "do not harm"
```java
public List getList(){
List l = new ArrayList();
l.add("hello");
return l;
}
List l = getList();
if (l == null) {
// will never…
-
**Is your feature request related to a problem? Please describe.**
No, it's not a problem. It's just a nice to have.
**Describe the solution you'd like**
When you open a picker find files or some…