Notro

Results 9 issues of Notro

Hi. HandyControls (custom version) introduces custom buttons, that can be created using code like this: ```cs MessageBox.Show(new MessageBoxInfo { Message = "Message", Caption = "Title", ConfirmContent = "Ok!" }); ```...

enhancement
Feature requests

Hi. I come with an idea for devs. Today I wanted to add code completion to my editor. As for the fact that it took me quite a long time,...

### Describe the bug Hi. I have this, example window: ```xml ``` And, it closes immediately, without animation. (Open animation works fine) ### Steps to reproduce the bug 1. Create...

### Describe the bug Window in minimized view has a weird black line at the top. ### Steps to reproduce the bug Just create window. I used this code: ```xml...

Hi. I have this regex: https://regex101.com/r/P3WGak/1 And everywhere it works, but not in syntax highlighting. I have this: ```xml (&[clkmno])+ ((?<!")"(?!"))|((?<="")"(?!")) ``` And, as you can see: ![obraz](https://user-images.githubusercontent.com/77281214/185237487-62f5ad5b-8f52-41f8-8f9b-d0c0e071815e.png) It doesn't...

Hey. I have this ruleset for color preview: ```xaml (&[clkmno])+(?:[^;"&]|"")*(?=[;"&]) (&[4lkmno])+(?:[^;"&]|"")*(?=[;"&]) ``` But this overrode my percent-expressions (e.g. `%player%`) so I moved it to the other ruleset and added it...

This PR addresses an issue with the TagWriter's `WriteTypeAndName` function. The logic was previously incorrect due to an inverted `if` condition, which also prevented the type from being written when...

This PR addresses an issue with the TagWriter's `WriteTypeAndName` function. The logic was previously incorrect due to an inverted `if` condition, which also prevented the type from being written when...

The SendMessageStream doesn't seem to properly handle function response parts, causing errors when trying to use function calls with streaming responses. When using `SendMessageStream` with function calls, I'm able to...

bug
gemini-api