kovadam69

Results 17 comments of kovadam69

Hi! I found several problems regarding initial selector positioning and also regarding touch events which makes the selector to snap either to the front or to the end of the...

Slightly modified AutoCompletion class to add ability to show a method parameter tooltip when user presses the Ctrl-P (can be changed). Currently this is used in JavaCompletionProvider, but should work...

Mondjuk el is menthetné és akkor az előző éveket meg lehetne nézni offline. Legalább a statisztikákat, félévi, év végi jegyeket. Mondjuk tanév szerint, pl 2018/2019es tanév. Egy ilyen archívum. Év...

használj sqlite adatbázist, de tárolhatod jsonba is, csak akkor dekódolni kell megjelenítés előtt, bár ha tárgyanként csinálsz jsont, akkor nem gáz, mert relatív gyors lesz, kicsi az adathalmaz. szerintem elég...

Annál inkább jó lenne egy ilyen funkció...

néztem a kódot, de sajnos ezt a fluttert nem.ismerem, így pull requestben se tudod segíteni, legfeljebb kivitelezési ötletekkel....

For some reason with kernel 5.15.0-52 it is working without any problem: [ 2.933741] Bluetooth: HCI device and connection manager initialized [ 2.933744] Bluetooth: HCI socket layer initialized [ 2.933746]...

For this, I created a special ClassPathLibraryInfo class, feel free to use it (it's working JDK9+): ```import org.fife.rsta.ac.java.PackageMapNode; import org.fife.rsta.ac.java.buildpath.LibraryInfo; import org.fife.rsta.ac.java.classreader.ClassFile; import org.springframework.util.StringUtils; import java.io.*; import java.net.URI; import java.net.URL;...

Usage is simple. You check Java version, and if it is >= 9 then instead of using `javaLanguageSupport.getJarManager().addCurrentJreClassFileSource();` use `javaLanguageSupport.getJarManager().addClassFileSource(new JDK9ClasspathLibraryInfo());`

Check out this, which works properly, and also loads proper completions: https://github.com/bobbylight/RSTALanguageSupport/issues/51