Atom packages not working even when enabled - html

I installed all Atom packages mentioned on this link.
atom-beautify
atom-ternjs
autoclose-html
emmet
csslint
pigments
language-ejs
atom-html-preview
Sublime-Style-Column-Selection
linter-eslint
I made an file index.html. But whenever I type something it doesn't show any suggestions. Also when I type html and hit tab or enter it doesn't show boilerplate code.
I tried disabling and then enabling, restarting Atom as well as Laptop but it didn't worked. I am working on Ubuntu 18.04.5 LTS.
How to resolve this ?

Try to create that new file with extension .html U must have not used the .html extension

Related

VS code. build in terminal command 'open file.html' opens file in browser instead of vs code redactor

how to setup vs code so it opens files in its own redactor? It worked fine but somehow it broke down and now it opens html files in browser by default.
After terminal command 'open fileName' file opens in vs code redactor window.
Hi I'm here trying to help you. if i'm not mistaken, i'm guessing that you are using MacOS right?
Since i'm using Windows 11, i dont know anything about MacOS, but usually i open VScode via terminal (Command Prompt / CMD) then i go to a folder path and use command code . in there.
So the VScode open and i can see my .html file and other files in that folder in the VScode.
And also i believe that in MacOS it is also possible to set by default what app is used to open certain files such as .html file. In the Windows 11, i can changed it by using the "open file with" feature as shown in this link image. I can choose the VScode option, so it open VScode by default when i click the .html file and not open browser.
I also have some references that might help you:
https://youtu.be/YxJXIPebqMI
https://youtu.be/xLY6fqT2fIU
Sorry for my bad English, this is all I can give. I hope this can help you

How to install colortheme in NeoVim in Mac OS X?

I just installed NeoVim VimR 0.13.1 from https://github.com/qvacua/vimr/releases
for Mac OSX. I was able to set default options by creating a file at
~/.config/nvim/init.vim
Now I am having a hard time trying use a color theme. For example I am interested with OceanicNext theme from https://github.com/mhartington/oceanic-next
So I downloaded the zip file, unzipped it then it creates a folder called
oceanic-next-master
So I moved this folder to
~/.config/nvim/oceanic-next-master
Added necessary code to the init.vim file
" For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
" Or if you have Neovim >= 0.1.5
if (has("termguicolors"))
set termguicolors
endif
" Theme
syntax enable
colorscheme OceanicNext
But even restarting the VimR, nothing happens. So I tried renaming the folder name from
~/.config/nvim/oceanic-next-master
to
~/.config/nvim/OceanicNext
Still no luck. So tried to copy the actual OceanicNext.vim file to
~/.config/nvim/OceanicNext.vim
Still didn't work restarting it. So I tried running the command directly
colorscheme OceanicNext
But it give me the following error message
Cannot find color scheme 'OceanicNext'
I also tried install other color scheme from https://github.com/frankier/neovim-colors-solarized-truecolor-only but still wasn't able to make it work.
I also have MacVim installed and just copy and pasting the plugins into the ~/.vim worked, but looks like NeoVim is different? What am I doing wrong?
Thank you.
The nvim documentation on the colorscheme command :help colorscheme
:colo[rscheme] {name}
Load color scheme {name}. This searches 'runtimepath' for the file
"colors/{name}.vim". The first one that is found is loaded. Also
searches all plugins in 'packpath', first below "start" and then under
"opt".
You can put the color scheme file into ~/.config/nvim/colors f older. Where ~ is your user home directory.
Consider you have "nord.vim" colorscheme. The full path to it will be ~/.config/nvim/colors/nord.vim.
Then the :colorscheme nord command will be able to load the theme.
By the way, vim-plug plugin is great for managing vim and neovim plugins and colorschemes. It will install/update/delete plugins including colorschemes for you. Give it a try.
Had to install vim-plug manager from https://github.com/junegunn/vim-plug
by placing the plug.vim file to
~/.config/nvim/autoload
to install the plugins.

Pycharm (Jetbrains): Disable non-project files access dialog

This window pops up everytime I run pycharm and try to edit something (auto-loading the default project):
https://www.jetbrains.com/help/idea/2016.1/non-project-files-access-dialog.html?origin=old_help
How do I disable it?
Just remove the .idea folder and reopen your project. It worked for me.
I had a similar problem with Phpstorm (also built by Jetbrains).
To fix, search plugin repositories inside your IDE for 'Non Project Files Unlocker' (In Phpstorm you go to Settings->plugins->browse repositories). Install it, and that popup will never show again!

Texture Packer won't run

I downloaded texture packer here https://code.google.com/p/libgdx-texturepacker-gui/downloads/detail?name=gdx-texturepacker-3.2.0.zip&can=2&q=
When I run the .jar file it just shuts down before even displaying the gui. Is anyone experiencing a similar problem? I am running OSX El Capitan.
The project is quite old so you can try it's successor: gdx-texture-packer-gui.
[The] project is a successor of Aurelien Ribon's project with whole new
GUI and features.
You can download the tool here:
https://github.com/crashinvaders/gdx-texture-packer-gui/releases
Do you have the Java runtime environment installed on your computer or just the Java development kit? I don't use the texture packer, but I had a similar problem with the Android SDK manager (it shut down before displaying the GUI) on a new computer where I had only installed the Java JDK. After installing the JRE then it worked fine.
Try this: Create a txt file and change its extension to ".bat". Right click to file and select modify. Copy this into file:
"java -jar "C:\Users\fat2019\Desktop\gdx-texturepacker-3.2.0\gdx-texturepacker.jar" Change path to your own where gdx-texturepacker.jar file is. Then save and close. Double click file.
edit: this is for windows.
I have the same problem. Using Windows 7 I have to do this:
Go to your java directory and copy your java path
C:\Program Files\Java\jdk1.8.0_40\bin
Right click on my computer,
Click properties
Go to "Advanced system settings" click ,
Click on Environment variables.
Go to System variables section, and you will find an entry called path.
Double click on path
Add a semicolon (;) to the end of that line
After the semicolon paste your path previously copied: C:\Program Files\Java\jdk1.8.0_40\bin
Apply
It must be enough. Your file should run at this point.
Double click it and go to the end, put a semicolon and paste your path, apply and ok. It should run now.
For Mac I downloaded the free version of https://www.codeandweb.com/texturepacker/download
This saves as .txt rather than .atlas for some reason.
After adding the animation I got errors in batch.draw ... casting to TextureRegion fixed that.
As always, I have no idea if this will cause problems later but there you go. Looks good so far. :)

Live Reload not working (WIN7)

I have the windows application installed, Live Reload extension for chrome and i'm using Sublime Text with Live Refresh and Live Reload plugins. For some reason any HTML doc i edit on sublime text is not auto updating on chrome. The extension is stuck on "Live Reload is connecting" when i enable it. What exactly am i missing, do i need to setup a local web server or something like that?
I think your issue may be that you did not add the folder that contains your HTML document to the LiveReload windows application so that it can monitor for changes to the file.
If you open up the LiveReload app, it should have a list of site folders. Try adding your test project's folder to the list.
If you load from local file it does work you must runt the local file through a web server e.g python -m http.server in the folder your .html exists otherwise the option match to local file never appears and then you can have the save and reload functionality.
I mention it because I hadn't found the problem through reading the post