Is it possible to remove the title bar in sublime text 3 - sublimetext3

Is there any way to remove the title bar of Sublime Text 3? Much like how it looks in full screen mode but not needing to be set to full screen is what Im looking for.
I have looked through the settings but cant seem to find anything.
I am using OS X.
Many thanks for your help!

Related

Is there a way to remove title bar in atom-editor in linux

I am trying to remove the title bar on atom in linux. The extensions there seem to offer no help since most of them are mac-oriented. I have found an answer to this here but the code provided does not seem to affect the title-bar, only the editor
As I remember you can remove the title bar by going to Settings>Core>Title Bar.

Vim and terminator programming environment

Creating a programming environment using vim and terminator.
I would like to achieve something close to the picture below.
Yesterday, I found a website with an interesting solution on it, for an environment using terminator and vim, but I'm not sure how to achieve it.
Terminator can split screens and resize, etc.. but in the picture it looks like there's only 2 terminal screens (highlighted with red an grey) even though there are 5 panels.
The website I found the solution on: http://www.igordejanovic.net/2015/10/21/terminator-and-vim-love.html
Picture:
I would like to achieve something like this, but I have no idea what those 2 panels on the sides are.
Would like to be able to see 3 or 4 panels, one is a file exlorer like thing (left in the picture) a vim panel, and a compiler / tools panel. Optionally a function list like there's one in the picture on the right.
Any idea what those panels are, and how are 3 different things in apparently 1 terminal screen?
Thanks in advance.

Change Text Highlight Color in Eclipse Console

Question
Is it at all possible to change the color of the text highlight in Eclipse console to something more visible in Manjaro Linux? Your time and help are both much appreciated.
Important notes
I am using the default GTK theme. I do not want to use a different theme.
For testing, I have tried using a different theme, but that didn't help.
Problem
Currently, I am stuck with a barely visible light grey text selection in Eclipse console in the following two scenarios:
When manually selecting text
When using the Find\Replace... search function
Supporting screenshots
Manual mouse text selection:
Find/Replace... selection:
Looking into and changing these settings did not help:
I once ran into the same problem and used the gnome-color-chooser to resolve this issue.
You have to change property selected_bg_color value in your current GTK theme gtkrc file. I am using Ambiance theme.
So my setting are:
cat /usr/share/themes/Ambiance/gtk-2.0/gtkrc | more
gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#000000\nselected_bg_color:#f07746\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F2F1F
0\ntooltip_bg_color:#f5f5c5\nlink_color:#DD4814"
Also refer these post which helps you in future for similar kinds of problems.
Change Eclipse sidebar vertical scope highlighting
eclipse-on-ubuntu-fixing-the-black-background-color-in-hover

colored coding typing in text mate

This seems really silly but I somehow hit a key combination by mistake in text mate and now the colored coded typing is disabled. It's all just black text no matter php or html or variables etc... I scoured google and messed with all the preferences and can't get it back on.
any idea?
thanks in advance
You probably change the source associtation to plain text... at the bottom of the editor window there is a dropdwon where you can choose the source syntax, try selecting the appropriate context (ie. HTML, CSS, PHP, etc.)

How to change line numbers background in Dreamweaver CS5?

Does anybody have an idea how to get rid of line numbers blue background?
It's quite distracting :(
Maybe there is some extension for deeper customization of Dreamweaver (CS5) ?
Even here: Tom’s dark DW dark code colorization for Dreamweaver it's still blue.
Thanks!
I don't think there is a way to change it. The line number bar is a hardcoded object and none of the CSS files or XML files affect it.
Actually, there is a way to change it.
By affecting the basic operation system's settings for the active line highlight color it's possible to achieve this effect.
It probably works on all windows platforms:
for this demonstration I ll explain how to do it on win7.
1. right click on the screen
2. choose personalize
3. window color / advanced appearance settings
4. choose 'selected items' from the drop-down menu
5. modify 'color1' to the color u wish to use in DW.
and its all done. DW inherits the operating system's default/modified color settings.
cheers, Nel.

Resources