Skip to content
#

fluent

Here are 398 public repositories matching this topic...

Files
Josh-65
Josh-65 commented Apr 21, 2022

What's the Problem?

Currently i have to drag it over the current open tabs witch isnt that convient.

Solution/Idea

Allow draging a tab anywhere to the title bar to merge the windows.

Alternatives

Priorities

No response

Files Version

No response

Windows Version

No response

Comments

No response

triage approved feature request good first issue
DevToys
FahimFBA
FahimFBA commented Jan 24, 2022

What's the Problem?

It is not any type of problem.

Solution/Idea

This project is currently missing the Code of Conduct. If you have any plan on adding that then I would be more than glad to do that for you by adding a PR for that. Please let me know what do you think about that.

Alternatives

According to Google:

A code of conduct defines standards for how to eng

documentation good first issue
wpfui
sabuto
sabuto commented Dec 17, 2021

I really like the look of this theme but I use avalonia for most of my projects would you be happy for me to port this to avalonia? I would adhere to the rules of the license and credit you and this repo

enhancement good first issue question more info needed
precice
BenjaminRodenberg
BenjaminRodenberg commented Jan 18, 2022

utils::ptr_vector<T> serves a similar purpose like smart pointers from std. We should remove this implementation in favor of smart pointers from std.

I already took care of replacing utils::ptr_vector<T> with std::unique_ptr in precice/precice#1159, but there are many more places, where utils::ptr_vector<T> is used.

maintainability good first issue
ReaLTaiizor
mbmigone
mbmigone commented Apr 21, 2022

Any chance to change the ForegroundColor property from private to public so the tabs and the line under them can be customized?

Currently, it is:
https://github.com/Taiizor/ReaLTaiizor/blob/c603f6e63c935254c1cd8555d42d79acb945957d/src/ReaLTaiizor/Controls/TabControl/MetroTabControl.cs#L295-L296

which only allows to use the default color Color.FromArgb(65, 177, 225) defined in the ApplyThe

good first issue question
mantinband
mantinband commented Mar 16, 2022

Add the following extensions methods for dictionaries:

var dictionary = new Dictionary<string, string>
{
    ["key1"] = "value1",
    ["key2"] = "value2",
};

dictionary.Throw().IfContainsKey("key1");
dictionary.Throw().IfNotContainsKey("key3");

And the corresponding dictionary properties extension methods:

var dictionary = new Dictionary<string, string
enhancement good first issue

Improve this page

Add a description, image, and links to the fluent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fluent topic, visit your repo's landing page and select "manage topics."

Learn more