This is very simple question:
Is it possible to start Sublime Text in fullscreen mode in OSX?
I've already activated "use_simple_full_screen":true option.
Thanks.
In case someone also need this, I made a plugin to start Sublime Text in fullscreen mode. It is available with Package Control.
https://sublime.wbond.net/packages/AutomaticFullscreen
As far as I know, this isn't possible. I don't think I've seen any other program do this either, on OSX at least.
Related
I recently meet a awful problem in vscode with my html code,i used open-in-browser extension. And "Open browser failed!! Please check if you have installed the browser chrome correctly!" appeared ,i have tried many ways and i still can't solve it. I tried to change the user setting and workspacesettings,but nothing works.
I really want to solve this problem
Thank.
Use View In Browser. It definitely works, and as for the theme, you can always get a similar one, there are thousands of them. ViewInBrowser can be put on a keyboard shortcut by going into the settings, and so It can be very easy to open your file. I use Sublime, not Vscode, so I don't know exactly how to fix that particular issue. You might make sure it is configured for that browser, and make sure you have compatibility with your version of the browser.
I want to know that how I can view my codes in browser at same time when typing codes just like codepen.io
I am using sublime text 3 and chrome browser please suggest me how to achieve it..
I would recommend htmledit when you type code it will produce results without even refreshing the page, it works great in chrome as well.
Brackets has a great live previewer, it's an offline text editor so give it a shot, in my opinion it is also a lot better than Sublime Text!
So tired to search solution..
I use PHPStorm IDE for my php projects and one trouble just makes me crazy.
Editor fonts (editor, don't care about interface) looks horrible. I've tried on different distributions and different DE but result is always the same :(
There are screenshots to compare Kate and PHPStorm fonts. I know that PHPStorm is an JAVA application and it uses different font hitting engine, but.. Eclipse is an JAVA app too, but has pretty nice fonts.
PHPStorm fonts on both Windows and OSX looks like other system fonts. Smooth and readable.
Is there way to fix this font issue before my eyes will explode..?
Thanks.
Following the PhpStorm issue, here is what I added to phpstorm64.vmoptions (that I have installed in /usr/local/bin/PhpStorm/bin/):
-Dswing.aatext=true
-Dawt.useSystemAAFontSettings=gasp
-Dsun.java2d.xrender=true
I also did the trick of opening the font in FontForge:
Ctrl+A (select all chars)
Hints -> Clear Hints
Hints -> Clear Instructions
File -> Generate Font
I put it in ~/fonts/
I am running Ubuntu 12.10 and after all that, everything looks quite great (I did it for Ubuntu Mono).
The only problem I noticed is that -Dawt.useSystemAAFontSettings=gasp leads to great editor font rendering, but poor rendering for menus and other stuffs. Whereas -Dawt.useSystemAAFontSettings=lcd gives awesome font rendering for menus, but less good font rendering in the editor. So try both and pick the one you prefer.
Update: on Ubuntu 13.10, I have no problem anymore.
This is Linux specific issue, you can find a lot of information on this problem here. Check the comments for various suggestions and workarounds.
Here is what you can get with just a different font:
You can install infinality patches and patch OpenJDK to make it use freetype for fonts rendering.
Here are links about installing infinality and patched OpenJDK for Ubuntu-based distributions:
http://www.webupd8.org/2013/06/better-font-rendering-in-linux-with.html
http://www.webupd8.org/2013/06/install-openjdk-patched-with-font-fixes.html
And here is my screenshot of PHPStorm running on Fedora 20 with infinality and patched OpenJDK:
Try adding -Dawt.useSystemAAFontSettings=lcd to bin/phpstorm.vmoptions
Try Settings -> Editor -> Appearance -> Use anti-aliased font
The best solution I've found is to use FontForge.
FontForge it's a linux application which allows you to edit some font preferences.
Just open ttf font within app.
Press ctrl+a to select all chars. Then choose from menu Hints -> Clear Hints. Then Hints -> Clear Instructions. And last File -> Generate Fonts. Just save the new font as new or replace existing and try to use this font with PhpStorm. Looks not ideal but much better than before.
Also I've noticed that fonts on a dark background looks pretty good in Linux
Comparing NetBeans and PhpStorm side by side on my Debian-Squeeze box and I found NetBeans looked much better even when the same font and font-size was selected. The difference was that PhpStorm had bolded most of the code. After going through the editor configuration and getting rid of all the bolding the editor looks much better now.
Monospaced with anti-aliasing looks good to me for WebStorm.
Is there a way to set the Google Chrome's developer tools window to always be on top after it's been detached from the Chrome window itself? If not, is there any way to set the Firebug Lite plugin for Chrome to "always on top"?
It would save the hassle of switching between windows when debugging.
If you're using Windows, this Super User question answers it.
If you are using Ubuntu Right Click Menu Bar and in Option Menu Click Always on Top ..
Check Ask Ubuntu Answer Here
The other answers didn't work for me, but a software called TurboTop did. Super simple.
https://www.savardsoftware.com/turbotop/download.asp
Btw google should add some feature to help with this.. I'm suprised more people don't complain.
That'd be neat. I couldn't find one using google though. Anyone heard or seen something for Pluma or wanna make a plugin?
(Pluma is the text editor for Mate Desktop. Mate Desktop is a fork of Gnome 2, so Pluma is a fork of Gnome 2's Gedit).
That answer is no, not yet. I couldn't find one. Perhaps one day someone will create such a plugin.
This is a good start...
A gedit code completion framework based on a json library.
gedit 2.30.3, Edit/Preferences, first tab, Bracket matching