cshtml Razor IntelliSense suggestions dissapear instantly - razor

I have read and seen many IntelliSense problems related to Razor in cshtml files. Mostly that 'it is not working'. For me this is only the first 5 seconds, then everything is correct. But what bugs me is something very weird. I had it on one pc first, thought it was computer related, yet this is the second time it happens:
When I start typing, lets say #Model, as soon as I press the period button . I get the usual list of possible properties to select, but this list disappears instantly. It is a little flash of the list. Of course I want this to stay while I continue typing and choose the correct one when desired.
In a normal .cs file it is working fine, also in an .js file (AngularJS).
When I hit CTRL + Space it correctly shows the same list and it stays there, even when continue typing.
Very tiny but yet so annoying.
I have a fresh install of Visual Studio 2015 Enterprise.
Had the issue on Windows 10 and Windows 7 (fresh install on here, with version 2 update).
This question sums up everything I have tried (everything with at least +1) Visual Studio 2015 Broken Razor Intellisense

There are many suggested solutions here.
But what worked for me, is to make sure the close parenthesis have space between the text I am typing.
Instead of...
#Html.LabelFor(m => m.)
Use...
#Html.LabelFor(m => m. )
The intellisense seems to get confused by touching close parenthesis. Not ideal, but this was the only way I could get it to work for me consistently.

Related

MS Access: Attachment type symbol shows black backround

I have a small database project where users can attach files to records. Mostly pdf and word docs. I am using the attachment type fields that access provides because I want to get more familiar with them. I have a continuous form that shows the attachment field using the Picture/Symbol view option. Most of the time, but strangely not always, the attachment symbol shows this black background behind its symbol. The black background does not cover the whole field but rather only the picture for the attachment type (Word, PDF etc.). The field itself is set to transparent, which is neccesary for my row highlighting to work. Does anyone know why this is happening? Is it a bug? Some way to fix it? It had worked when I had first set it up but upon restarting my computer and reopening the project they turned black and are now stuck that way. I removed them later for some reason and re-did the whole thing, upon which it seemingly worked but after restarting it went black again. There is no difference between using the view settings Picture/Symbol and Symbol.
Visual Aid:
Update 1:
The black backgrounds are seemingly random. I set the view option to Paperclip, restarted access, then set them to Picture/Symbol again and now I get this:
Closing and opening the file appears to turn the backgrounds black. Changing the view type back and forth inbetween can fix some, but not always.... I'm really not sure what's going on.
Update 2:
The issue is seemingly not affected by transparancy settings. Changing the Background color of the field has no impact either. The issue also persists when making a new form from scratch and adding the Attachment type field to it. It also carries over from one pc to another, so unless both have the same issue in their windows installation I don't think that is the root cause either. Compress & Repair did not help. I am only using one attached file per record.
Update 3:
I have had no luck consistently reproducing the issue. Most of the time, about 80% of it I am estimating, the issue persists. Some days, when launching access, the issue is resolved partially for either the word icon, or the pdf icon. On some days the issue is resolved for all icons as in the picture below. Almost always, after closing and opening access, the issue will immediately reappear for all icons. Closing and opening the form only and keeping the file open is fine, the issue stays resolved. Really not sure how to go about this.
My Access version:
Version 2205 Build 16.0.15225.20028
My Windows install:
Microsoft Windows 10 Pro
10.0.19044 Build 19044
So, updated to windows 11 and the issue is solved. No idea what was wrong exactly but it turns out it was related to the windows install. So, some kind of a bug in Win 10 is my guess, since it was happening on two different machines both running win 10.

Html input of type "file" freeze the browser sometimes

i'm struggling with the classic HTML input of type file. I was using it on my angular application and i had freeze sometimes, the whole browser became unresponsive, and the only thing that works is the scroll.
You can't click any buttons, select any text or even change tab on the browser for about 5 seconds. I tried a lot of different file type and sizes and it doesn't change any of this, it even freeze sometimes when i don't select any file in the explorer and i click the close button directly.
So I thought it was my implementation that was bad and i went to the Mozilla developper website where you have an example and I have exactly the same behaviour. I also tried to take only the HTML from the Mozilla website and put it alone on a .html file and again, same behaviour.
This does not occur 100% of the time, but I would argue that on my end it does it about 60/70 % of the times.
I tried it on chrome and Firefox (both up to date), on multiple computer (all running Windows though) and i have the same behaviour on all of them.
I don't have any error or anyting in the consoles.
I don't know what to do with this, i'm pretty sure it can't be the file's input on the whole web that are bugged, but i tried a lot of various things with always the same results. Should i report it somewhere? ( if so, where? ) Or what would you suggest to do to investigate this further?
I couldn't find anyone discussing this issue on the internet apart for this thread that had no solution, they also say in this thread that the bug is not reproducible in Edge, but i just tried and it does the same thing.
Thanks for reading me and for any help about this.
Chrome freezes for few seconds when after any use of file field.
It was because I had a shortcut in "Quick Access" menu in windows explorer. This shortcut has been linked with a folder shared by network. I've removed this shortcut and everything is good now.
Same here, I have a mapped network drive that is not responding, this make a 5 seconds delay. After unmapping the drive, no more delay. The delay is the same in firefox or chrome.
Same here, if you want to remove it, on Windows 10, click on the icon Quick access (blue star), then right click on the dead link appearing in the "Frequent folders" panel on the right panel and choose "Unpin/Remove from Quick access". There should be no error message.

Frame size issue in metaphone3 cluster and edit

I am using OpenRefine to clean text from a CSV file. I've been working on the same project for several weeks, and it was working fine until this week.
I am trying to use the 'Cluster and Edit' function from the 'Edit cells' menu. When I use the 'fingerprint' and 'ngram fingerprint' keying function, the frame that opens up inside the browser window is sized appropriately, and I have access to all the buttons and selection menus. However, when I try to use the 'metaphone3' keying function, the frame that opens up is way wider than the browser window, the sliding selection boxes that usually appear in the right side of the frame are not visible, and the buttons across the bottom of the frame ('Select All', 'Unselect All', etc.) are not available. I'd really like to be able to use this keying function option again. Does anyone know what's going on, or how I might be able to fix it.
I am using the OpenRefine 3.3 beta, although a similar issue was happening earlier this week with all keying function options in 3.2 (all were working fine in 3.2 as recently as Friday, 10/25/2019). I am using Firefox, although the same issue happens in Internet Explorer. The system OS is Windows 10 Enterprise.
Thanks in advance!

Android Studio: Make Tab jump to the maximum indent

I realize this is not a programming question, but it's driving me nuts and there is no other place to ask this kind of question.
In Android Studio (1.0.2) if I press the Tab key, it jumps exactly 1 indentation level. Even if I am in the middle of some heavily nested code, and I have to press Tab a bazilion times to arrive at the maximum indentation level, where it should have put the cursor in the first place.
Both Eclipse and Xcode jump to the max indent level if I press Tab, and that works way better for me.
How can we set the Tab key to jump to the maximum indent every time?
I'm running the same version (Mac), and was looking for the same thing.
Go to Android Studio Settings ---> Keymap
Find the entry for "Emacs tab" and assign a key.
This option does not have a key assigned by default, so you need to create one yourself.
If you really like the way Emacs works for tabs (I do), you can assign the tab key to this, and will be the default.
Working fine here now.

What am I supposed to see in the "Build History of Hudson" diagram?

When clicking on Build History in the Web UI of the Hudson CI, I get a list of builds that happend in the past. Fine.
But above that is a diagram, sort of a timeline that I can drag back and forth. But there is nothing in that timeline!?
What is supposed to be displayed there?
Not an answer perhaps, but it seems that this feature just isn't working
http://issues.hudson-ci.org/browse/HUDSON-6439
Just a touch up note!
Currently Internet Explorer displays this feature as blank...
But using Firefox I can see Dates (scrolling in this frame is enabled)!!! …but Dates only...
These dates start around (maybe a day or two before) the creation of the Job!!