grummbeer

Results 11 issues of grummbeer

This is an attempt to finish this [pull request](https://github.com/mantisbt/mantisbt/pull/1004) with fewer code changes. This is the first merge request of a small series addressing some Markdown issues. ### Add external...

After reducing some lines of code in the [first step](https://github.com/mantisbt/mantisbt/pull/1841), this is the second patch of a small series addressing some markdown issues. Fix: https://mantisbt.org/bugs/view.php?id=30919 (step 2. and 3.) ###...

Same behavior as in https://github.com/rustdesk/rustdesk/pull/3145. Using `autofocus: true` according to https://api.flutter.dev/flutter/material/TextField/autofocus.html and https://docs.flutter.dev/cookbook/forms/focus#focus-a-text-field-as-soon-as-its-visible - dialog permanent password. see #3157, - dialog RDP settings ![rustdesk-rdp-settings](https://user-images.githubusercontent.com/67791701/218262361-a86c79ce-f2e8-4838-a29d-ca29272e3e04.gif) There are some one-field situations where...

Using the defined padding also for the title for an even alignment. If no title is used, [its top padding](https://api.flutter.dev/flutter/material/SimpleDialog/titlePadding.html) will not apply before > after ![rustdesk-dialog-title-padding-before-after](https://user-images.githubusercontent.com/67791701/218255973-b8ae4601-1a52-4362-ba08-cfddfd06cadd.png) Note: The value...

Same purpose as in "RDP Settings", so do behave the same. |before|now| |-- |-- | |![ui-password-obsuce-before](https://user-images.githubusercontent.com/67791701/219415603-0d427979-7be3-4146-8972-81d0571889db.png)|![ui-password-obsuce-after](https://user-images.githubusercontent.com/67791701/219415608-f7cf73d6-9f7b-4e95-aa57-626f24c2f46a.gif)|

### Is there an existing issue for this? - [X] I have searched the existing issues ### Bug Description icon does not follow the new style. ### How to Reproduce...

### Bug Description The confirmation dialog for overwriting an existing file does not work properly. 1. sometimes it does not appear at all, files are silently skipped. 2. sometimes it...

### Bug Description On Linux System (Local) the file manager shows an empty list on click a symlink. Navigate to the directory works as expected. ### How to Reproduce Create...

help wanted

This is the 5th step in cleaning up Markdown processing and a quite nice reduction of code and complexity. Its a huge improvment of the status quo. Fixes - [#34040](https://mantisbt.org/bugs/view.php?id=34040)...

This is the attempt to make syntax highlighing available for the code blocks created from Markdown formatted input Fixes [#34124](https://mantisbt.org/bugs/view.php?id=34124) This implementation is based on [Prism](https://github.com/PrismJS/prism). The state of Prism...