Posts tagged with "gedit"
Monday, October 3, 2011 12:49:03 PM
kompozer, gedit, xul, editor
...

It seems that
Blue Griffon is on the road of a succesfull WYSIWYG editor on Linux (available for other OS too). In May they released Version 1.0 and now 1.2.1 is available.
Version 1.2.1 is a bugfix release of 1.2 which ships with a lot of new features. Besides the open source main software they developed some
cheap, usefull, commercial addons too.
On my notebook i replaced now
Kompozer with Blue Griffon because it's lively developed and seems much more up-to-date.
Saturday, May 7, 2011 6:22:45 PM
editor, xul, kompozer, mozilla
...

It seems the WYSIWYG webeditor will ship in a few days including CSS3 und HTML5 support:
http://www.bluegriffon.orgAt all it looks interesting and is may a good addition to my favorite gedit.
Tuesday, April 5, 2011 5:56:15 PM
collabioration, plugin, gedit, web development
...

Webupd8 has an interesting article about
collaborative work with gedit. At the article comments I found a link about extend these
features using the Telepathy framework - really amazing for team work.
About collaboration: If you looking for a great CVS client that supports SVN and GIT, then try
RabbitVCS. It ships with a gedit plugin too.
Another great addon is "
Client side" for optimize/ restructure CSS and JavaScript files. This addon works great,
a PPA for NodeJS can be found here.
Monday, May 17, 2010 9:43:54 PM
gedit, gnome, plugins, web development
...
At
familie redlich :systeme we choose the Gnome editor gedit as our favorite web developing and
TYPO3 IDE (and kicking Aptana Studio). So we spend some time improving my existing gedit plugins and develop some new like "Cut'n'Copy'n'Paste as New" or an internal web preview.
We have a lot of fun using the Python plugin API and adding functionalities we like to get in gedit. Combined with existing plugins and
RabbitVCS you get a very powerfull swiss knife
Sunday, December 6, 2009 1:10:27 PM
gedit, development, editor, gnome
...
With the release of the
development snapshot of version 2.29.3 gEdit is moving forward to 2.30 which will be released in April 2010.
Ignacio Casal Quinteiro wrote a
interesting post about auto completion features that will come. Jesse van den Kieboom shows in a
screencast amazing features of multiediting too.
Besides that two really nice plugins, that will improve your workflow with many files, are available at the
gEdit Plugins Page: Tabs Enhanced and TabSwitch. Both allowing you to configure the behavior of the file tabs like:
* using Ctrl+Tabulator key to switch through files
* Middle click on tabs for closing files
* Closing gEdit when any file tab is closed
* Do not show file tab bar when only one file is opened
UPDATE 09/12/08:Jesse van den Kieboom wrote an interesting
post about snippets handling too.
Sunday, July 26, 2009 6:52:57 PM
gedit, plugins, docbook, syntax
...
After
GnoCHM makes no real progress in development
CHMsee is a really good alternative to read Windows CHM-Helpfiles. The
newest version 1.0.6 of CHMsee now shiped with the long missed index feature (for Ubuntu Jaunty
a newer version of libgcrypt11 is required).
This le me think about my gEdit Language Reference Plugin again. So i added support for various CHM viewer like GnoCHM, CHMsee, XCHM or KCHMviewer. To support the project i created a complete german translation for CHMsee too that may ship with 1.0.7 one day
» Read more...
Friday, July 24, 2009 10:58:26 PM
new from template, template, new file, gedit
...
I wrote an update of my "New from Template" plugin for gEdit. It should now working with Gnome 2.26 and Ubuntu 9.04.
» Read more...
Sunday, March 29, 2009 1:24:22 PM
plugin, gedit, grep, find
...
I improved the "Find in Files" and "Find in open Documents" plugins for
gEdit written by
Mike Doty.
Read more...
Tuesday, July 8, 2008 9:53:07 AM
snippets, gnome, command, external tools
...

I started to maintain the
External Tools Plugin Snippets Collection of
gEdit at the Gnome Wiki. I added my first four snippets and more will come in the next days.
Happy coding!
UPDATE: Now 14 snippets for external tools waiting for you
Enjoy the new powerup!
Tuesday, July 8, 2008 9:48:26 AM
gedit, Lorem Ipsum generator, python, content
...
In March this year i wrote a short post about
dummy content creation. There i presented
James Halesthe's Lorem Ipsum Generator. It is now update to version 0.2 and shipped with new features and a better workflow (thanks for the copy & exit button).
LIG works perfect as an external tool for gEdit too:
#!/bin/sh
lorem-ipsum-generator &
UPDATE:A
Lorem Ipsum plugin for gEdit is available now.
Monday, June 30, 2008 7:05:31 PM
gedit, external, plugins, syntax
...

Again i updated my gEdit Language Reference plugin.
Version 1.03 contains:
* a bug fix for the "None Type" problem (no programming language is set)
* When opening Evince starting automaticly a search with the selected word of gEdit
* Error dialogs for problems getting the reference file
(dialogs based on Zenity)
Thanx to Curtis Hovey helping me with the selection stuff in gEdit. Thanx to the Evince team for adding the requested search word command line parameter. Hopefully Yelp, GnoCHM or web browsers will add such command line features in future. So i can add this feature for CHM, DocBook and HTML documents too.
UPDATE:Now version 1.04 is online which ships a complete with localisation in german and english.
» Read more... PS: There are nice ideas about
gEdit at Hackontest - vote for them!
Monday, June 16, 2008 1:23:12 PM
gedit, external, compare, files
...
At the moment i'm heavily on scripting various things and some times its needed to compare files. As a Winy i used
PSPad which have an included comparsion tool. Now i'm on Linux using gEdit and i'd like to have such a nice workflow once i had using PSPad.
I found a very nice way using
Meld. Meld is a graphical comparsion tool and will work very well as an external tool of gEdit:
1) Install the package "meld"
2) Start gEdit and opening the Menu "Tools > External Tools..."
3) Add a new external tool:
* Name: Compare Files
* Description: Compare then opened file with another
* Command:
#!/bin/sh
meld $GEDIT_CURRENT_DOCUMENT_DIR/$GEDIT_CURRENT_DOCUMENT_NAME `zenity --file-selection --title=File for comparsion --filename=/home/` &
* Any othe roption is not interesting so press close
4) Now you have in "Tools" an menu entry "Compare Files" that will use the active document of gEdit and the other browsed file for comparsion
Happy computing
Saturday, June 7, 2008 3:15:02 PM
gedit, X3D, blender, typo3
...
After my talk "Website Requirements Today" at the
TYPO3 Security Day here in Berlin is over its time for me to relax a little bit. Then i will start update/ finish a lot of my scripts (
Nautilus Thumbnailer,
gEdit Language Reference plugin) and my new one
Supor Killor.
At
area42 we started to complete a new version of the
BS Exporter for Blender X3D/VRML. This version will add amazing new features and will support the new partcile engine of
Blender 2.46 too.
Tuesday, April 29, 2008 6:21:27 PM
plugin, gedit, external, tool
...

I updated my gEdit "Browser Preview" plugin, some bug fixes and feature enhancements:
* the plugin now checks first if IEs4Linux is installed, if not it tries to start the Internet Explorer 6 from the default Wine directory
* for testing webpages on the Webkit browser engine the plugin checks if
Midori is installed if not it tries to run Konquerer
* if you opened a HTML document from a FTP server the "
ftp://" will replaced by "
http://" in the browser
Read more...
Sunday, March 30, 2008 12:56:59 AM
tyclipse, sweets, gedit, typoscript
...

I'm working on the next version of
SweeTS. This time i'm focused on new features like code operations (cleaning, formating etc.).
SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the
content management system (CMS) TYPO3.
Another question is how to structure a better code explorer. About that i started
a poll at the Typo3 Forum.net.
Wednesday, March 19, 2008 10:20:12 PM
tyclipse, sweets, gedit, typoscript
...

...i was very busy the last days. I had a talk at
the T3AK'08 and at
area42 i have to finish
SweeTS 1.20. SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the
content management system (CMS) TYPO3.
Besides that i launched the
tyClipse project that will bring TYPO3 and TypoScript development to
Eclipse.
Sunday, March 9, 2008 8:36:30 PM
gedit, Lorem Ipsum generator, external tool, gnome
...
When i started designing a portal website or programming a click dummy one thing is always needed: the content.
For dummy pictures i often used
Fotolia. You can easily search for images and download lowres layout pictures. If a client like one of these dummy pictures you can buy them for a low budget then.
For text i found a tiny
Lorem ipsum generator which i use as an external tool in gEdit. I wrote the Author that such a tool would be nice as a Gimp plugin too.
Besides that there are
lorem ipsum text generators are online available and as a
Firefox extension available.
Saturday, March 1, 2008 9:27:52 PM
external, gedit, syntax, language reference
...

I updated my Language Reference plugin for gEdit again. Now it works with unsaved files too. There is a important change of naming the language reference files. Please reread the instructions.
» Read more...
Monday, February 11, 2008 8:53:08 PM
plugin, gedit, editor, gnome
...

Yesterday i checked out the
gEdit plugins page again about something new. And i found it. Two plugins for bookmarking files and code lines.
Advanced Bookmarksadds an panel below the code window and lets you easily bookmark the active code line. These bookmarks will be stored, so if you reopening the file again you will get your code line bookmarks back again.
Bookmarks will add an item in the main menu and let you set bookmarks to often edited files.
1 2 Next »