- published: 22 Dec 2010
- views: 4241
2:26
Locating and Using gedit to Create A C++ Source Code File
Courtesy of Programmers Institute
This introductory video shows you how to locate and use...
published: 22 May 2011
Locating and Using gedit to Create A C++ Source Code File
Courtesy of Programmers Institute
This introductory video shows you how to locate and use gedit or a text editor on a Linux operating system. More information about how to program and free course material is available at http://www.ProgrammersInstitute.com
See also http://www.VideoMindMeld.com
- published: 22 May 2011
- views: 746
7:31
Making A Simple Complete C++ Program With A gedit Text Editor And G++
Courtesy of Programmers Institute
This introductory video shows you how to create a simpl...
published: 27 May 2011
Making A Simple Complete C++ Program With A gedit Text Editor And G++
Courtesy of Programmers Institute
This introductory video shows you how to create a simple but complete C++ program on a Linux operating system using gedit and g++. This same technique can be used with Notepad on a Windows system and the Cygwin environment with g++.
http://ProgInst.TV -- Any mobile phone
http://Courses.ProgrammersInstitute.com - Courses
http://VideoMindMeld.com - Videos by Category
http://MyFireEngine.com - New Android App
- published: 27 May 2011
- views: 2295
3:14
Zen Coding Rapid Fire in Gedit
One advantage to using the gedit implementation of the plugin is the absolutely amazing li...
published: 19 Aug 2010
Zen Coding Rapid Fire in Gedit
One advantage to using the gedit implementation of the plugin is the absolutely amazing live editing feature that does not appear to be available in any other implementation of Zen Coding. Additionally, the current gedit implementation appears to have more of the HTML5 specific tags which you probably should be using.
- published: 19 Aug 2010
- views: 2117
3:26
Utilisation de l'éditeur de texte Gedit
Cette formation vidéo vous est présentée par linux-passion.
Cette formation vidéo vous mo...
published: 25 Sep 2009
Utilisation de l'éditeur de texte Gedit
Cette formation vidéo vous est présentée par linux-passion.
Cette formation vidéo vous montre comment utiliser l'éditeur de texte Gedit.
Cet éditeur de texte peut être utilisé pour faire de la programmation en PHP, C++, etc...
En effet, cet éditeur fait parti de la suite d'outils que peut fournir le bureau Gnome sous la distribution Ubuntu.
- published: 25 Sep 2009
- views: 524
10:56
How to compile and install gedit(-dash) in ubuntu 11.10
http://www.eurobytes.nl/tutorials/how-to-compile-and-install-gedit(-dash)-in-ubuntu-11.10....
published: 21 Feb 2012
How to compile and install gedit(-dash) in ubuntu 11.10
http://www.eurobytes.nl/tutorials/how-to-compile-and-install-gedit(-dash)-in-ubuntu-11.10.html
update: Gedit-dash is now available via the gedit-plugins. Click the link below to install the gedit-plugins package
https://apps.ubuntu.com/cat/applications/gedit-plugins/
apt://gedit-plugins
gedit(http://projects.gnome.org/gedit/). is a powerful text-editor that can be extended with some plugins(http://projects.gnome.org/gedit/plugins.html)
one of my favorite plugin is gedit-dash although you can't install it via ubuntu-software-center(http://www.ubuntu.com/ubuntu/features/ubuntu-software-centre) but you can download the files from a
Dropbox url(http://dl.dropbox.com/u/7162902/gedit-dash.tar.gz)
the quickest way to install is via command line like this .
# dependencies
sudo apt-get -y install python-pygments
wget http://dl.dropbox.com/u/7162902/gedit-dash.tar.gz
mkdir -p ~/.local/share/gedit/plugins
sudo file-roller gedit-dash.tar.gz --extract-to=/home/YOUR USERNAME/.local/share/gedit/plugins
rename the "YOUR USERNAME" comment to... your username
while we are taking about installing gedit-dash lets upgrade to the latest stable version of gedit-3.2.6(http://ftp.gnome.org/pub/GNOME/sources/gedit/3.2/gedit-3.2.6.tar.xz) this may take 10 min or less.
sudo apt-get build-dep gedit
cd /tmp
wget http://ftp.gnome.org/pub/GNOME/sources/gedit/3.2/gedit-3.2.6.tar.xz
tar Jxf gedit-3.2.6.tar.xz
cd gedit-3.2.6
./configure
make
sudo make install
after you compiled and installed gedit. gedit wont open. you must reboot your system first that will fix it
- published: 21 Feb 2012
- views: 2073
5:07
gEdit AutoComplete 0.10.0 plugin DEMO
gEdit AutoComplete 0.10.0 plugin DEMO
This video shows my latest autocomplete plugin fo...
published: 02 Jan 2010
gEdit AutoComplete 0.10.0 plugin DEMO
gEdit AutoComplete 0.10.0 plugin DEMO
This video shows my latest autocomplete plugin for gEdit. The plugin is free and can be found at: http://github.com/nagaozen/gedit-plugin-autocomplete/.
Another interesting point in this video is how the basic GNOME editor can be leverage to be a powerfull environment for any programming language. Hope you guys like it.
HAPPY NEW YEAR!
- published: 02 Jan 2010
- views: 9008
8:02
Linuxcast #28 - Gedit il Text Editor / IDE per Linux
http://grigio.org/linuxcast_28_gedit_il_text_editor_ide_linux
Da sempre snobbato dagli ...
published: 30 Oct 2011
Linuxcast #28 - Gedit il Text Editor / IDE per Linux
http://grigio.org/linuxcast_28_gedit_il_text_editor_ide_linux
Da sempre snobbato dagli estimatori di VIM ed Emacs e ignorato dal mondo "enterprise" che va verso Eclipse/Aptana, in diretta concorrenza con Textmate e Sublime Text 2, anche Gedit merita un po' di visibilità che è del tutto meritata.
Nel video le funzionalità più o meno note di questo editor di default che volendo può essere anche un ottimo compagno di lavoro. Nel rettangolino in basso a sinistra ci sono le scorciatoie.
- published: 30 Oct 2011
- views: 2575
8:32
Gedit + Autocomplete and Snippets Plugins
Overview of my customized gedit , that i use as my PHP IDE .
https://twitter.com/#!/josue...
published: 23 May 2012
Gedit + Autocomplete and Snippets Plugins
Overview of my customized gedit , that i use as my PHP IDE .
https://twitter.com/#!/josuebrunel
- published: 23 May 2012
- views: 453
5:01
1 3 Configuring Gedit
http://www.codeinpractice.com
Hi,
In this video I explain how to configure Gedit
so th...
published: 23 Apr 2012
1 3 Configuring Gedit
http://www.codeinpractice.com
Hi,
In this video I explain how to configure Gedit
so that our lives as programmers becomes easier.
If you have some other editor please watch this video
and make the change in that as well.
Thank you For Viewing
Please Rate and subscribe
- published: 23 Apr 2012
- views: 113
1:46
gedit as a python ide
Gedit can be tweaked by plugins to be able to serve as a python development ide. This shor...
published: 13 Feb 2009
gedit as a python ide
Gedit can be tweaked by plugins to be able to serve as a python development ide. This short video presents how it looks like.
- published: 13 Feb 2009
- views: 10717
Youtube results:
6:34
How to install Python and Gedit on Windows 8
How to install Python and Gedit on Windows 8. Set the PATH variable to open Python and Ged...
published: 07 Jan 2013
How to install Python and Gedit on Windows 8
How to install Python and Gedit on Windows 8. Set the PATH variable to open Python and Gedit from anywhere in the Windows Command Line
- published: 07 Jan 2013
- views: 136
3:17
Gedit Snippets in C++
Hi,
This video demonstrates how snippets (in gedit) work. If you are not familiar with g...
published: 02 Aug 2012
Gedit Snippets in C++
Hi,
This video demonstrates how snippets (in gedit) work. If you are not familiar with gedit snippets you can read about it here https://live.gnome.org/Gedit/Plugins/Snippets, or at my site http://arturpyszczuk.pl/gedit_ide.html, but informations are in Polish.
This is very easy program, but contains snippets defined by defualt (for loop, if statement), and these ones created by the user (template, class, main).
There are also another three plugins:
1) External tools (https://live.gnome.org/Gedit/Plugins/ExternalTools), the script used to compile and run C++ application is on the picture at my site (http://arturpyszczuk.pl/images/gedit_ide/gedit6.png).
2) TextMate Style Autocompletion (http://code.google.com/p/gedit-tm-autocomplete/). This autocompletion uses words used in the document.
3) Advanced Find/Replace plugin - http://code.google.com/p/advanced-find/
Gedit theme used in video can be downloaded from here http://arturpyszczuk.pl/files/gedit/HAHA.xml
If you have any questions send me email (English, Polish). Email is available at my site.
- published: 02 Aug 2012
- views: 248