|
I'm in!
Like you I've binged seasons 1-5 and reread all 9 books. Though one episode a week is going to test my mettle. I'm sure I'll binge the all of season 6 again once the last episode has dropped.
|
|
|
|
|
I posted on this a while back and never got a resolution.
Using VS2019. In SOME of my code editor windows there appears these horizontal dotted lines. They appear to be indenting indicators of some kind.
See this pic
You can see the lines highligted in red on the left. Yet they DON'T appear on the right code window. Some windows they show up, others they don't.
These really bug me. I've tried all manner of things in Settings. Anyone know how to make these go away?
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
That looks like "view whitespace". The file on the left has a mixture of spaces and tabs. The file on the right is only using tabs.
Ctrl+R, Ctrl+W is the default keyboard shortcut to toggle it; otherwise, the option is within the "Edit" menu.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Richard Deeming wrote: Ctrl+R, Ctrl+W is the default keyboard shortcut to toggle it; otherwise, the option is within the "Edit" menu.
This toggles on/off some little right arrows. Those are the whitespace indicators. There's nothing on the Edit menu that I can see that affects this.
But even if this was a setting of some kind, why is it on in some files and not in others?? It should be on/off across all files.
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
Perhaps it has something to do with the Settings for "Text Editors" where there's a sort of general bit for "All Languages" and then different settings for different ones, based on file extension... could it be that it's doing it differently depending on what type of file you're looking at?
|
|
|
|
|
Maybe, but like I show in the pic, they doesn't show in all files.
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
|
why are you putting protected methods in a region called privat methods ?
Just curious
|
|
|
|
|
Protected methods are private, except that derived classes can use them. Unless you are absolutely, positively sure that some methods should not be inherited I find it best to use protected, as it makes future derivations easier.
GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
|
|
|
|
|
IMHO, code for the current use case. If something needs to be added in the future it's just as easy to move it from private to protected when you add the new functionality. This isn't the kind of thing is easy to change later and won't impact future work in terms of design and architecture.
~d~
|
|
|
|
|
As others have said, it almost looks like View Whitespace is on, but if that were so, you’d see dots (the space indicator) between all words as well.
I don’t have my IDE open right now, so haven’t looked for some kind of indentation indicator.
I wonder if perhaps you have an extension loaded that’s doing some inconsistent things. Have you tried unloading all extensions to see what happens? Then load them one-by-one to see whether you can isolate the behavior?
Time is the differentiation of eternity devised by man to measure the passage of human events.
- Manly P. Hall
Mark
Just another cog in the wheel
|
|
|
|
|
Does it go away if you hit the escape key?
|
|
|
|
|
Greetings Kind Regards This no doubt not the cause but it is hard not to at least attempt it to wit emplace the statement "using System.Windows" into the left file just as it is emplaced in the right as that appears to be the only difference of any possible significance - Cheerio
|
|
|
|
|
So I posted how I "upgraded" to Win 11.
I am now going to roll back to Win 10. Here's why:
- The loss of the USB connected devices continues. I have no choice but to reboot.
- Now, when Win starts up and I log in, it's gets stuck with "Preparing Windows". A Google search shows this to be a common issue.
So, now I can't use my PC. I'll reboot into Safe Mode and revert.
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
The last good OS from MickySoft was 7
It's been down hill ever since.
|
|
|
|
|
From my experience with Visual Studio 2017 and Windows 10, Windows 11 will be stable/usable once Windows 12 comes out and they stop adding new features to break it.
|
|
|
|
|
Thanks for the warning! I'll wait updating then.
Nick Polyak
|
|
|
|
|
A clean install seems to be a safer option. Clone existing drive, format, reinstall. If it goes south, restore the clone.
And so much for W11 being W10 reskinned, seems they fiddled a lot under the hood to break things.
|
|
|
|
|
Quote: seems they fiddled a lot under the hood to break things.
Oh yes! One example (I upgraded last week but don't have the USB-connection issues) is that somehow IIS was not able to run websites anymore from a random folder.
I specifically had to give NTFS read/write/execute persmissions to the IIS_IUSR account - or something similar - for that folder to get the site up and running from VS 2019.
|
|
|
|
|
Kevin Marois wrote: So I posted how I "upgraded" to Win 11.
Why? you already know that
a) Every other Windows version has to be skipped. XP good, Vista goof, 7 good, 8 goof, 10 good-ish, 11... goof.
b) Every software should be let simmer at least 6 months before being breaten into functionality. Even during the times of updates shipped by CD there were situation like these, see Windows 98 2nd Edition (AKA 'I said standby, not crash and die') and Windows 95 OSR2.
GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
|
|
|
|
|
You may remember this thread from the lounge: New way of firing employees[^]
Seems he followed it up by calling the laid-off "lazy" and "thieves", which is nice.
Then he apologized for the way he did it, which probably makes it all right with the jobless 900.
Except ... CEO who fired 900 staff on Zoom sparks mass resignation of three execs - with more expected[^]
I wouldn't call "three" a "mass", but that's journalism for you. I can agree with the departees - I wouldn't want to be involved with him either.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Shhh,
Everyone is sleepy and hung over from all the red wine they were drinking yesterday. ![Java | [Coffee]](https://codeproject.freetls.fastly.net/script/Forums/Images/coffee.gif)
|
|
|
|
|
|
The guy sounds like a real ass. I'm betting many more jump ship.
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.
|
|
|
|
|
Hmmm... maybe I shouldn't join this meeting which just popped up. 
|
|
|
|