Translate

Showing posts with label IDE. Show all posts
Showing posts with label IDE. Show all posts

Wednesday, April 13, 2016

How to install NetBeans On ubuntu




First of all, To Install NetBeans 8 in your computer go to [NetBeans Web Site] and download that version that you want in my case I am going to choose  the PHP version.



Secondly, Open your terminal and type the following command:

  

chmod +x /Downloads/netbeans-8.1-php-linux-x64.sh



Then, type this command in your terminal as well:


  

cd ~/Downloads && ./netbeans-8.1-php-linux-x64.sh



Finally, you should see a netbeans wizard installation.







Friday, February 26, 2016

Sublime | How to change selected tab color





If you want to change sublime  selected tab color  in order to achieve this:


You must follow  these steps:
  1. Got to:  Preference->Browse Packages..
  2. In the  packages windows , go to the folder User/
  3. Create a new file called "Default.sublime-theme"
  4. Open the file Default.sublime-theme and add the following code:
      
    [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"],"tint_modifier": [91,123,33]}]
    
    
  5. Save the changes and see the result immediately