Why is atom io editor too slow? - text-editor

I am new to Atom io editor. I have two issues with it:
It takes too long to load compared to Notepad++
It has all these Welcome tabs opening at the start every time.
Can someone help me to resolve these issues?

You should be able to disable the Welcome screen under Settings -> Packages -> Welcome. Under settings you can uncheck Show on Startup.
There's also a checkbox on the Welcome Screen to "Show Welcome Guide when opening Atom." I haven't tried it myself, but that might fix part of your issue.

Related

Sublime Text Side Bar Activating every time when switching between open files. How can I stop it?

Basically:
Using Sublime Text: build 3114 on Win7
Every time when I move between open files in different tabs the side bar annoyingly keeps activating itself each time and keeps sliding in.
Is this a bug or am I missing some setting somewhere that I have to tweak?
Looked all over the place for an explanation/settings option but no luck.
I have Sublime on another Win7 machine and the sidebar behaves as expected. It doesn't activate itself when I move between open files.
YES!!! finally found what was doing it :)
An obscure plugin I had : AutoHide Sidebar , Uninstalled and all is good..finally...
Hope this helps anyone who gets in my situation.
you can hide side bar from view
i had the same problem.
I did resolve it! just uninstall package AutoHide Sidebar and SyncedSideBar.

How can I disable autocorrect in Edge?

I want to disable autocorrect in specific page of Edge Browser.
How can I disable autocorrect in Edge?
But I don't want to disable autocorrect of whole Windows10.
(example...Settings -> Devices -> Typing....This is not...!!)
You can solve this without editing the registry:
It's not about Edge but the whole win 10. Open
Settings from the start menu, then go to devices. There you'll find a
tab named Typing, fifth in the list for me, and the autocorrect
feature is displayed there. If you switch the autocorrect off, edge
will stop bugging your text (i actually wrote this in edge ;) ).
Enjoy. :)
Note: Currently open Edge windows will still auto-(in)correct until Edge has been restarted.
Another article in the link in Etiennes answer.
Apparently the menu is not available by default.
By reading the instructions here : http://answers.microsoft.com/en-us/windows/forum/windows_10-networking/how-to-turn-of-autocorrect-typing-in-edge/6944dcc4-6ef4-4ec6-afaa-5a0ca08c3bd2?auth=1
You can follow this and it should work :
If for some reason the "Typing" tab in the settings is gone (It was for me) you can unhide it through regedit.
Use regedit and search for the following value: "ShowAutoCorrection". Change the value to '1' and you should be able to access "Settings -> Devices -> Typing" to change your autocorrection settings.
Restart your application, log in and out, or reboot your system to make the changes apparent. It worked for Skype at the very least for me.
I have found a solution, friends of Edge! Download the Tampermonkey MS Edge extension from the Windows Store and install the following UserScript:
https://greasyfork.org/de/scripts/39190-disable-spellcheck-globally
This UserScript sets the "spellcheck" attribute to the global element/tag of every website you visit so that Edge MUST obey the rules. This also fixes the issue of auto-correction.
If you want to limit it to a certain website just modify the "#include" tags, for example:
#include https://www.reddit.com/*
To disable spellchecking on reddit only.
You can get Tampermonkey here: https://www.microsoft.com/en-us/store/p/tampermonkey/9nblggh5162s
Works on Windows 10 build 17112.1
What I found to do it disable autocorrect in the new Chromium-based Edge, is to right-click on a word that has been autocorrected. It should list the original word with the option to restore it. Beneath that, there should be an option to either disable autocorrect for that site or permanently. Select your preference and autocorrect should stop bugging you.
Hope to be of help.

Dreamweaver Coding Hint won't go away

I've had this issue several times and usually I can just shut down the program and restart it. But this time I have a bunch of windows open and I don't want to restart Dreamweaver.
My problem is that Dreamweaver brought up a code hint, but the code hint box now won't go away. It just sits there floating in the middle of the page. It doesn't matter if I click to Preview or any other tab in Dreamweaver, it still just sits on top of everything.
I'm working on a Mac, Dreamweaver CC (cloud, fully updated). Anyone else have this problem???
This has been a HUGE PAIN for me as well! You can make the code hint disappear though by finishing out an element that is in the code hint box. For instance if the code hint box appears and you can see class in the drop down... create a <div class="xyz"> real quick and the code hit box will dissipate after you close the quotes on the class because you used an element in that box. As to why this continually happens on the Mac version I have no idea, but I hope they fix it soon!
It's a known bug since years as you can read here: https://forums.adobe.com/message/7745689
Someone suggests as a workaround to set the Coding Hint delay to 0 (as said here: https://forums.adobe.com/message/7745689#7745689) but for me, in Dreamweaver CC 2015 Windows fully updated via cloud app, this bug still occurs while I code JS files.
Awaiting for a final fix, I hope this suggestion can be useful for you on Mac. :)

Why do Visual Studio 2012 and ReSharper 7 forget to display Intellisense tooltips?

I noticed a strange behaviour in my VS2012 installation. I use VS2012 Pro and ReSharper 7. Intellisense is just not showing code suggestions anymore. I found a few related questions in my research but they always had a slightly different setup going and none could solve my problem:
Intellisense is working but, it's not showing the tooltip about selected member functions/Properties anymore.
If I take a look at the C# Text Editor Settings in
Tools -> Options -> Text Editor -> C# -> General
Most of the times the two necessary boxes Auto List Members and Parameter Information are selected. However, code suggestions in Intellisense don't work. Sometimes, when I look at the described settings, they are unselected.
Selecting them will make code suggestions work as in VS2010 but, only once. When I check the settings afterwards, they are most likely still selected, but code suggestions are not working anymore.
Some people suggested deleting the %AppData%\Roaming\Microsoft\VisualStudio\11.0 Folder, which did not work for me. I also tried to reset all changes, which also didn't help at all.
Tools -> Import and Export Settings -> Reset
What in the world could make Visual Studio to just forget its settings and trigger such an irrational behavior?
-edit-
I display the code suggestions by pressing CTRL+Alt+Space. However, I have to press that shortcut every time I want to see the suggestions. It has to be possible to automatically display them every time, when possible?
I was having a similar problem, but I kept overlooking one small ReSharper Intellisense setting. I would double check that you have Symbol completion on in
ReSharper | Options | Intellisense | Completion Characters
Check out the answer with screenshots.
Thanks for all the tips, I figured out what I had missing:
I had to enable "Completion Appearance" -> "Show Summary".
I also accepted Anthonys answer because he linked to a detailed post with screenshots that shows all steps necessary. (Although the thing I had missing is not mentioned there)
ReSharper uses it's own code suggestions that override Visual Studio ones, that could be the reason why the ones in the Visual Studio settings may be disabled. Please check ReSharper options at ReSharper -> Options -> Environment -> IntelliSense. Maybe they are turned off there. If your ReSharper options are turned on but you still have no intellisense, then please ReSharper's support at http://www.jetbrains.com/support/

Missing view window on Interface builder

I have an issue with a certain XIB file. When I open it from the xcode using interface builder I get all the windows besides the screen preview one (view window).
I tried all sorts of solutions proposed here like double clicking the view object, closing and relaunching with no success. I am worried that it is lost. Please help.
Thanks,
Found the answer for this with a little help of a friend.
Double click the VIEW item from the XIB window (where you have the FILE'S OWNER and the FIRST RESPONDER).
I know it might be a novice issue but since I lost some time and nerves on this I hope ti might help others.

Resources