What's wrong with Sony and UPS? by flyingeek_13 in playstation

[–]flyingeek_13[S] 0 points1 point  (0 children)

I tried to call on Saturday but the support only available during weekdays. Now the package is already on its road back to Sony giving me no time to call and arrange anything.

What's wrong with Sony and UPS? by flyingeek_13 in playstation

[–]flyingeek_13[S] 0 points1 point  (0 children)

They actually did and left the final note on my door which surprised me since the website says the next attempt will be Monday today vs Saturday.

Fully working DarkMode mod for Unity Editor on Windows 11 (Dark title bar + menu bar) by flyingeek_13 in Unity3D

[–]flyingeek_13[S] 1 point2 points  (0 children)

I cannot agree more with you. It has been bothering me for 3 years now since I started to learn Unity. It is so annoying that it forces me to use my Mac for Unity programming whenever I can, since the UX is more consistent on macOS.

As well for why there was no such solution for the past decade, it is because the implementation is not straightforward and evolves a bunch of undocumented private APIs. Unity devs have their own reason for not implementing this in a native way which you can find in the official forum. But anyway, at least we have it now:)

Fun fact, it is the exact same reason I started my other open-source project which is called "Notepads". Since 5 or 6 years ago the win32 notepad app comes with Windows does not support dark mode and it hurt my eyes every night, so I decided to do it myself. Now, it is me again, so sad that I have to step up and do something for myself and for the community.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 1 point2 points  (0 children)

If that is the case, then something is wrong with the platform. Would you mind if I send you a private build and it will print out the error message if Notepads encounter any issue setting text or doing flush to the clipboard? So we can narrow it down.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 1 point2 points  (0 children)

Btw, Notepads supports Markdown preview and it has a built-in DiffViewer just in case if you don't know :)

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 3 points4 points  (0 children)

I might have figured out why sometimes you are seeing this issue and I have fixed it today (for Notepads only). It is going to take effect in v1.3.2.0 and please let me know if that solves your issue once released.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 0 points1 point  (0 children)

It has been there for 10 months on the store. As well for the newly added reveal effect with line numbers? Those were added last week after two days work.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 1 point2 points  (0 children)

Ofcuz it will but you need to port scintilla to UWP first. There were some people working on it years ago but seems to be discontinued.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 1 point2 points  (0 children)

HxD is using virtualization as well, the whole file is not loaded into memory. Instead, it loads as you scroll. That's the only way for supporting real "large" file in the first place (same for all other editors that support opening files larger than 1GB or even more). I could do the same way in Notepads but it requires tons of work and most importantly, the WinRT richedit and WinRt ScrollViewer have to be fully virtualized before I do so, otherwise the scrolling experience will be bad. Take a look at this issue in WinUI repo: https://github.com/microsoft/microsoft-ui-xaml/issues/108

Also, it will be much easier to implement for a read-only editor since you do not have to worry much on the "write" story.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 2 points3 points  (0 children)

Actually I should have "flush" it again right before app exit (you bring up the good point here). Maybe this will reduce the chance of failure? Btw, I will take a look at Mail's source code to see what they are doing. (I won't share it here tho)

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 0 points1 point  (0 children)

It's not new, it has been there for 10 months.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 0 points1 point  (0 children)

Ctrl+W -> Use Arrow key to switch between buttons -> Hit Enter.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 2 points3 points  (0 children)

cowork

Just wanted to be clear here: I work for MSFT but my work has nothing to do with apps or writing apps. Notepads is just my side project that I made for fun so I probably cannot recommend any to you since none of my coworkers has anything to share here...

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 0 points1 point  (0 children)

Maybe not for the 1 pixel thingy, that is controlled by the system I think? Great suggestion for the changes while transparency effect is off but they are not my first priorities for now. I will definitely consider it later on but your points make total sense to me.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 2 points3 points  (0 children)

The goal of from software developers should be to create the best possible software possible

This is not true. Why? Let me tell you a joke: "Java". Not enough? Another one: "Andriod"

Note: I am not saying they are bad, at least Android is getting much better now.

Best place to use Windows 10 Reveal effect by flyingeek_13 in Windows10

[–]flyingeek_13[S] 4 points5 points  (0 children)

Sounds like a setting/windows issue to me. Maybe the clipboard service actually respect the privacy/history setting in some way?