Markus Schmidt

Results 49 comments of Markus Schmidt

I did a prototype for docsymbol/the structureview in the fork of my ongoing thesis. I'll create a PR in the new year.

lack of time (can't promise to do it earlier) and its not finished yet.

Via `SyntaxHighlighterBase` we need a lexer or a lexer emulating functionality which feeds `Tokens` into the SyntaxHighlighter - which is possible to emulate but it needs to wait for the...

> @nixel2007 that was what i was referring to. For intelliJ syntax highlighting you need an (syncronous) [incremental Lexer](https://upsource.jetbrains.com/idea-ce/file/idea-ce-4b94ba01122752d7576eb9d69638b6e89d1671b7/platform/editor-ui-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighter.java). It's a cool thing but very low level. i don't know...

Maybe it has sth todo with the way IntelliJ renders/collects information for the editor panel. With LineMarkers IntelliJ loads information about the visible area at first and i a second...

Sry not at the moment - I conducted a user study in which a participant used a macbook and it happened there.

maybe related - but the problem was not the lack of disappearing but the bad positioning on top of the menu instead of somewhere near the mouse hovered textrange.

Sure that sounds great. Havent opened that page before as i had not expected something like that while screening the docs page before - instead of the headline "Hints and...

good objection - im not experienced enough whether concurrent connections were generally possible with a single adapter - since it doesnt work on my setup. maybe there is some way...

It seems as if the java runtime library (which contains the corresponding java.lang.Object) is not found by Soot. Is the path to the rt.jar found on the *huge classpath* ?...