Nathaniel A Collier

Results 10 comments of Nathaniel A Collier

Would changing to search for packages like [this](https://github.com/NathanielACollier/dotnetLib_NC.NugetHelpers/blob/master/Tests/NugetTesting.cs) fix that? I've been looking for a cross platform nuget package explorer user interface that worked on ubuntu. I found this project,...

I haven't had time to work on it. There are one or two issues that need to be fixed but it's pretty close except for commands being implemented.

I think I've made major progress on this, and I think that stack overflow guy is wrong about control templates. I think we need Adorners. What I've been able to...

I'll work on the UI. That arrow key is exactly what I was thinking. I was thinking that this morning. To start out my goal is those buttons to look...

I've changed the way it displays. It seems to me like the command should be next to the line number. Now it displays a textbox next to line number. I've...

Maybe, I will look into that. Maybe that's the part that when you hover it's a textbox, and when you don't it's text. I know I could switch them, I'll...

I think if you mouse over line number, it will show textbox to side. If you enter a command and focus leaves the textbox it will turn into a label....

I think this works pretty well. I'm calling the textbox visible as command entry mode, and the other case as just line number visible or an unexecuted command visible. Normal...

The arrow key movement is now there. AvalonEdit line number on caret pos of start of line and left arrow key press will signal to turn on command mode and...

I followed the steps from sniperq2 using an M2 macbook pro. I installed qt5 with homebrew but I had to add this option to the cmake command `-DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5`...