Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Resize the Razor Window? #178

Closed
NewYears1978 opened this issue Oct 17, 2021 · 4 comments
Closed

[FEATURE] Resize the Razor Window? #178

NewYears1978 opened this issue Oct 17, 2021 · 4 comments
Labels
enhancement New feature or request unsure Acknowledged, but still not certain if it's something to move forward on

Comments

@NewYears1978
Copy link

I would assume there must be a reason this was never done or at least had been requested before? I always hate when apps force the window size and it makes navigating and using it very difficult. How come the window cannot be resized?

Thanks in advance.

Is your feature request related to a problem? Please describe.
Not necessarily a problem just makes using the window difficult since it is a set size and I am on a 1440p monitor.

Describe the solution you'd like
Simply allow the Razor window to be resized instead of a fixed size?

Describe alternatives you've considered
Not really any way around this issue.

@NewYears1978 NewYears1978 added the enhancement New feature or request label Oct 17, 2021
@markdwags markdwags added the unsure Acknowledged, but still not certain if it's something to move forward on label Nov 29, 2021
@markdwags
Copy link
Owner

This is something that I can look at again, but ideally, we just move off of Winforms :)

@dallenwilson
Copy link
Contributor

Do you have something in mind to move to? Switching to WPF would drop multi-platform support, while something like GtkSharp would keep multi-platform but mean some extra code to bundle with Razor, much like you've embedded FastColoredTextBox. There are other options beyond those two, as well.

@markdwags
Copy link
Owner

Under this open PR, a lot of great work was put in to isolate the Razor logic with the UI by @sorsarre

#175

I built out a UI a few months back with AvaloiaUI that I'd use as a base for all the binding to the Razor backend. Here's some pics.

(Windows)
2021-09-10_16-54-34

(Linux)
2021-09-15_02-47-34

@markdwags
Copy link
Owner

This was added recently

c5ca92e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request unsure Acknowledged, but still not certain if it's something to move forward on
Projects
None yet
Development

No branches or pull requests

3 participants