deb75

Results 50 issues of deb75

Hello, If I define : ```java public class App { public static class obj { public static int i; } static public int return_int() { return 0; } public static...

Hello, I write a java project in which I make the documentation for doxygen like this : ``` /** * My method brief. * Some details. * \param param1 This...

ui-doc

Hello, I noticed that when some exceptions are raised and displayed in the `dab-debug` buffer like this : ``` Exception in thread "main" java.lang.RuntimeException: sdsd at com.tttt.wwwww.qqqqqqq.eazazaza.Example10.main(Example10.java:73) ``` I am...

Hello, In the modeline (doom-modeline) are displayed the number of errors and warnings. I noticed that this is the sum of all errors of several projects loaded by the lsp...

Hi, On windows 11, when using `treemacs` for a while, I usually run into the error "Too many open files". After this, I can do nothing with `treemacs`. I guess...

Feature:Filewatch

Hello, With latest `treemacs`, I noticed that when I hit `y f` (`treemacs-copy-file`), the new path given is used to create a new directory in which the file is copied...

Question/Discussion
Feature:File Management

Hello, Issuing : ``` luarocks.bat install --server=https://luarocks.org/dev luaformatter ``` inside a mingw64 environment did succeed to build the executable, but then : ``` Install the project... -- Install configuration: "Release"...

### Brief Abstract When search for a node, `C-c n f`, I am presented all nodes including dailies, I would like that dailies nodes be appended the parent day node,...

2. dailies

Hello, Usually, as far as I understand, each org heading with an id acts as a node whose parent is either the higher level heading, if this one has an...

enhancement

Hello, In the `org-roam-ui` side bar, I noticed that org links, like `pdf:/path/to/pdf`, are not clickable although they work in the emacs org file. Also, on the graph, if I...

bug