Albert Tregnaghi

Results 212 comments of Albert Tregnaghi

### Analyze - I have this problem only when another gnome terminal is already running before! - When other terminal windows are closed and debugger started again, the debugging does...

Funny: Does not happen any longer. hmm... maybe fixed by an update of firefox on my linux machine? If it does not happen any longer I will close this issue...

Hello @theseagull , this sound a little bit like #82 . @vogella Do you think it's similar to your idea? It's a little bit like defining special templates - or...

@theseagull Normaly I would think about the templates from #82 would look like Templates for Java: ![image](https://user-images.githubusercontent.com/11644753/42211845-d12cb58e-7eb4-11e8-924e-0b2e0015ce9d.png) Have the same style you could simply import your setup...

The issue #82 adresses the need to create the possibility of defining templates like for JDT also in asciidoctor editor. The picture above was only an example how #82 could...

The tutorial how to add JDT templates is - as usual - nice. But I would prefer to have no dependency to JDT. @vogella : http://www.vogella.com/tutorials/EclipseJDT/article.html#using-extension-points-to-define-jdt-templates has a broken image:...

Hello @dani-bell , please do me a favor and fork https://github.com/de-jcup/eclipse-asciidoctor-testprojects get a subproject whats similar to yours, add an example file there and create a PR. I will merge...

At https://asciidoctor.org/docs/user-manual/#include-resolution I found following examples: ```asciidoc :includedir: _includes :sourcedir: ../src/main/java include::{includedir}/fragment1.adoc[] [source,java] ---- include::{sourcedir}/org/asciidoctor/Asciidoctor.java[] ---- ``` So asciidoc supports variables also for includes etc. This currently not implemented in...

What about using the new `.asciidoctorconfig.adoc` approach introduced in Version 2.3.0 ? Please look at https://github.com/de-jcup/eclipse-asciidoctor-editor/wiki/Asciidoctor-configfiles. So it is now possible to define one ( or more if necessary) special...

The [asciidoctor-diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) extension is responsible for rendering plantuml. I have not found any options for using plantuml server. The images created by plantuml are not rendered by editor calls to...