I am using MacBook Air, I am using Sublime text editor for the last two years. It was working but from yesterday, I am getting some kind of icon on my folder. I am not able to understand why I am getting this. I have my files inside that folder and I am Not able to click on the folder as well. When I check in another text editor then my folder is working.
Please check below image
Can anyone know this issue?
Related
Very strange issue here, it's not causing problems but is aesthetically annoying. I had the kindle plugged into my windows machine as to edit the kindle's files. One of the kindle file names is now listed after the name of the python program I'm working on in sublime text. To paint a picture, above the menu drop downs in sublime text, there is the path to the document (IE python program) I'm working on, followed by the random file from the kindle.
The kindle file is no longer on my computer and never had anything to do with sublime text. I've tried restarting the computer and reinstalling sublime text, neither worked. Any ideas what might be going on??? Thanks!
The sublime text window caption shows you the name of the currently open file, followed by the name of the current project in parentheses (if you have a project open at all), followed by the name of the program.
Based on the screenshot in your image:
You currently have the file softmax.py open and it is stored in a folder on your desktop named machine learning\python programs\test\newyorktest\
The name of the Sublime project file is Casting the Circle_A Woman's Book of Ritual_B009FKTQD8_sample.sdr.sublime-project (the caption doesn't show the sublime-project part because that's redundant).
I would imagine that when you set up the project you accidentally chose that name as the name of the project file.
In order to fix your problem, select Project > Save Project As... from the menu and enter a different name for it. The location that you save the file in doesn't matter (it can be inside the folder of your project or in some other location), all that is important is that it has the extension .sublime-project.
Once you pick the new name, Sublime will immediately swap to using the new project file instead of the old one, which will keep your current set of open files, etc, and the caption will change.
You can then seek out and delete the other project file if you want.
I'd like to understand why I can't view the contents of these folders:
The folders that I cannot open have a left arrow key icon on them.
And before you ask, yes the folders have files in them.
Why cannot I view the content of these folders, and how can I solve this issue?
Edit: Running on Windows 8.1
Uninstalled/ reinstalled. - The issue was solved. No information on what caused it.
I have a weird problem in Textmate 2 that I didn't experience before. I usually open TM2 on the command line by cd'ing into the project folder, then enter mate ..
Strangely, for one project, the "Project folder" now is not the one I do mate . in, but it's my home folder. This means that pressing Cmd-T searches my whole home folder now, not only my project folder. This is very embarassing, and I can't seem to change it. I quit TM2, etc., but this didn't help. Interestingly, on other folders, it's still the "old", expected behavior.
Any idea on how to change this?
Find the folder you want to set as your Project Folder in the file browsing drawer View->Show File Browser. Use the menu button, it looks like a down arrow, select Use "[folder name]" as Project Folder.
After adding a .tm_properties file in the project folder with the following content solved the problem for me.
projectDirectory = "$CWD"
This may not be a general fix for the problem, but at least on a per-project base it's working for me.
I had a power outage and while I am certain I saved my work recently something did go wrong. The xsd file I was editing in the Designer mode no longer opens in designer, when I double click it, I get the xml of it. Strangely enough any other xsd I open opens perfectly as design-view. Resetting VS settings doesn't seem to help, can it be something in my project?
goto your Solutions Explorer.
right click the dataset you are trying to open up.
Click "Open With"
you should get a dialog box come up, select "Dataset Editor" and press ok.
From here on you should be all set again.
Steve
The fastest way I could think of that would fix this problem, is to exclude that xsd(and its dependants) from the project, then in explorer delete all the files that have the same name as the xsd but not the xsd itself. Then add the xsd file back to project in Visual Studio and it will work fine again. The only downside is that it rearranges the visual aspect of the xsd :/
Hope it helps someone.
Look in the Error window and see if you have any errors, warnings, or messages about the XML. Also look in the Output window to see if there are any complaints.
SOLVED!
I edit the .cs file under of .xsd file. Edit this file and erase all. that's it, works for me.
I downloaded and modified a style file and placed it in the Notepad++ themes folder. I was able to select it and have it update the style as expected. I then went to Settings -> Style Configurator and changed the font of COMMENT of language VHDL to MS Gothic, hit save, and closed and exited Notepad++. I am able to relaunch Notepad++ and still see the change (I'm running Notepad++ in admin mode on Win7).
The only file that I can see a new timestamp on is my XML theme file, but I don't see MS Gothic anywhere in the file. Where is this information being stored? It is overriding the settings from my theme file. I also checked %APPDATA%\Notepad++\stylers.xml but I don't see it there either.
I realize I can change it back through the GUI, but I'd like to know how to get back to my original theme without selecting every style in the language manually (as I've made multiple changes). If I could edit (or delete) a file, I would prefer it.
Look in your %APPDATA%\Notepad++ folder, specifically for the stylers.xml file.
Uninstall Notepad++
Reinstall it again, but this time check the first box, the one that says "Don't use %APPDATA%..... "
Enjoy.
The reason is that Notepad++ install all the files at administrator profile, if you are using another user then you are screw, it will not work properly, you have to run it always as an administrator so it can work properly. To avoid this, just do as i said.
If files are going to APPDATA, then you can create a folder called "themes" and then inside that place your new xml themes. Then close and reopen notepad++ and you should see your new style in the "Select theme:" drop down. Whatever you named the file should be what appears in the dropdown
If you are on Windows 10 the path to add the new theme is :
C:\Users\NAME-OF-COMPUTER\AppData\Roaming\Notepad++\themes
stylers.xml is located one director/ folder above the themes :
Just as a complement to the other answers, if you made the changes on another theme than the default theme (stylers.xml) then your changes are saved to
%APPDATA%\Notepad++\themes\TheThemeYouModified.xml.
For example, if you modified the choco theme, then look for the %APPDATA%\Notepad++\themes\choco.xml.
You will also find a choco.xml in the C:\Program Files (x86)\Notepad++\themes but this one is not where your changes are saved.
I tried Rbastardo answer, but even when I check "Don't use %APPDATA%....." when installing Notepad++, the changes are still saved in %APPDATA%.
In case this helps someone in the future, if you installed Notepad++ via Scoop then look for your themes directory here:
D:\Users\yourusername\scoop\persist\notepadplusplus\themes