Why didn't somebody tell me?

Started by
182 comments, last by LennyLen 7 years, 4 months ago

Are you symbolically linking 'bin' to "Program Files", or were you just explaining what 'bin' is, for conformist Windows-using lemmings like myself?


Yes, symlinking here. I started doing this many years ago to bypass using directory name with spaces. Can you name a few programs that suggest you install directly to C:\ because of all the command line nonsense? Additionally, the new name is less typing than "Program Files (x86)". Eventually I needed to use apache, php, and other linux stuff on my machine, and it just made sense to mirror a typical linux filesystem. This current iteration is experimental until I get my new machine, but it is working quite nicely.


Wait, why do I use Windows again?
Advertisement

Also, at least in explorer, in the tree view, pressing left repeatly closes the folder you're in (if it's expanded) or moves to the next parent (if it's closed).
Alt-Numblock-* will open the next level of all sub folders under the selected one.


Whooa, this one is nice! Appears to be standard treeview controls too, works in an app I work on as well, except it appears to do fully recursive expansion. Not recommended on unlimited dynamic nodes..

Left to close trees, right to open trees, up and down to move through the list (as it operates as one long list for up and down, not as a tree).

Regedit became so much nicer with this, especially after adding in the fact that you can start typing to jump to the next occurrence of whatever you type.

Arg! I had no idea that Unity has had layout controls for it's canvas UI since 4.6. Vertical, Horizontal and Grids. Why, why would you not put this in the typical drop down menu? I stumbled across some documentation for it, then bumbled about in the editor trying to find them. For some reason the only way you can add them is via one particular submenu that you have search through to find them. Grumble, grumble!

Finally C++ coding for UWP/Windows Store is becoming more trivial: https://github.com/Microsoft/cppwinrt Yes, now we can do it without C++/CX.

Why did not tell us Microsoft with CAPITOL neon letters upon gigantic Zeppelins flying around the world with Lady-Gaga enunciate it upon them? I was aware of the project, but I did not know it was public since this September! D:

"Recursion is the first step towards madness." - "Skegg?ld, Skálm?ld, Skildir ro Klofnir!"
Direct3D 12 quick reference: https://github.com/alessiot89/D3D12QuickRef/

Press Shift+Space in the browser to scroll up instead of down.

Not sure on which browsers it works but I can confirm it works on Firefox and somebody said it works in Chrome too.

Don't pay much attention to "the hedgehog" in my nick, it's just because "Sik" was already taken =/ By the way, Sik is pronounced like seek, not like sick.

and somebody said it works in Chrome too

It does.

This topic is closed to new replies.

Advertisement