Dawid Pakuła

Results 111 comments of Dawid Pakuła

Another reasons to use asciidoc: 1. GitHub gave built-in processor, see example gist : https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74 2. On marketplace we can nice eclipse editor 3. Already exists maven asciidoctor plugin, so...

This is because WTP use own undo/redo stack. I prepared fix last year but work was blocked: https://bugs.eclipse.org/bugs/show_bug.cgi?id=191754 I'll try refresh this in next week

In theory those files are from era without Maven Tycho. You decide to remove `.settings/org.eclipse.jdt.core.prefs`, due this, due this if someone use not-default settings in eclipse (like me ;)), each...

In general this process do multiple things: 1. Provoke indexing 2. Syntax validation (PHP, CSS, JSON etc...) 3. Semantic validation (variables, class/trait/inteface) etc.. 4. Task list like @TODO Problem is...

> Isn't it the same as `Project` → `Clean...`? No, clean is additional step. Normally this button provoke "incremental build" (file changes since last build only), but when you disable...

> Rebuild doesn't clear all and do a full rebuild ? Yeah, but most of builders have 3 different scenarios for clean/full/incremental builds. Anyway problem is different. Any build operation...

Strange I cannot reproduce on Mac. Open Type -> paste name and it's visible. You trying to paste simple name like "DateTime" or FQN that not working in general?

> As a side/off-topic note, that's annoying to type `*SomeThing` to match `SomeThing` inside of words, could it be possible to have the search behaviour to be _contains_ and not...

Window -> Show view -> Other -> error log Exception reported during this operation (if any), this might be NPE :)