Posts tagged with "gedit"
Sunday, 26. July 2009, 18:52:57
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, 24. July 2009, 22:58:26
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, 29. March 2009, 13:24:22
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, 8. July 2008, 09:53:07
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, 8. July 2008, 09:48:26
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.
Wednesday, 2. July 2008, 10:58:26
gedit, plugins, syntax, preview
...

I updated all my gEdit plugins to be completely localized in german or english. I added version numbers for all too, so you can easy check in the preferences which version you are using.
http://my.opera.com/area42/blog/gedit-language-reference-pluginhttp://my.opera.com/area42/blog/gedit-browser-preview-pluginhttp://my.opera.com/area42/blog/gedit-template-pluginHappy coding!
Monday, 30. June 2008, 19:05:31
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, 16. June 2008, 13:23:12
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, 7. June 2008, 15:15:02
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, 29. April 2008, 18:21:27
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, 30. March 2008, 00:56:59
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, 19. March 2008, 22:20:12
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, 9. March 2008, 20:36:30
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, 1. March 2008, 21:27:52
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, 11. February 2008, 20:53:08
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.
Saturday, 2. February 2008, 23:27:30
sweets, gedit, typoscript, cms
...

I updated the instructions about "Using SweeTS" at the bottom of the
SweeTS webpage. It contains now helpful informations about getting off the template caching and how to get *.ts files edited in the backend of
Typo3.
To get *.ts files edited in the backend of Typo3 you must allow editing of files and add this line to your "typo3conf/localconf.php"
$TYPO3_CONF_VARS['SYS']['textfile_ext'] = 'txt,html,htm,css,inc,php,php3,tmpl,js,sql,ts';
Add this into your user TSconfig field in the backend at Tools > Useradmin:
admPanel.override.tsdebug.forceTemplateParsing = 1
So while you are logged in into the backend (may over the browser sidebar) you don't have
to clear the cache.
These and other new hints will improve your workflow so much - check it out!
Thursday, 10. January 2008, 20:16:39
ubuntu, web development, gnome, editor
...

When i used Windows my favorite editor was
PSPad and i'd like the powerfull line operations of it. When i switched to
Ubuntu Linux i dicovered
gEdit and in love with it. But i missed the nice code line features of PSPad and the old
"Advanced Editing" plugin didn't give me all i like to have.
Today i visit the
gEdit plugins page again and i found what i'm looking for the
"Line Tools" plugin. This gEdit plugins brings you lovely features like:
* Trim Line : Removes the text from the current cursor position to the end of the line
* Clear Line : Removes all the text from the current line
* Kill Line : Completely removes the current line
* Duplicate Line : Creates a duplicate of the current line
* Raise Line : Moves the current line up while moving the line above it down by one line
* Lower Line : Moves the current line down while moving the line below it up by one line
* Copy Line : Copies the current line to the clipboard
* Cut Line : Copies the current line to the clipboard, then completely removes it
* Line Bookmarks : Set bookmarks at any line using Shift+Control+Number and then return to it later by pressing Control+Number
Very cool for coding. Thanks Shaddy!
Monday, 17. December 2007, 22:05:00
plugins, editor, HTML, xml
...

For web development I use gEdit which looks in the first as a simple editor but by activating and installing plugins it will be a very cool code machine.
The number of plugins is growing well (my self wrote
3 plugins too) and from time to time i take a look at the
plugins list. These days i found two new plugins that are really helpful:
XML Helper could be better named in "Tag Complement". By a key stroke (i like the old typical HomeSite/ PSPad key Ctrl+, and Ctrl+.) it write all opening or closing tags for you.
Split View will split your code window vertical or hoizontal.
Wednesday, 28. November 2007, 07:45:39
sweets, gedit, typoscript, editor
...

I started with
SweeTS 1.15 directly on the way back from the T3CON'07 when i was influenced by all the nice feedback. Overall new links, more macros and some bugfixes.
I go on with porting SweeTS to Linux/ gEdit too but i still looking for somebody doing the XML RPC job for Typo3 (as a extension) and for gEdit (as a Python plugin). If you are interested please drop me a line.
Again SweeTS makes developing
TYPO3 websites much easier
Monday, 26. November 2007, 22:16:43
gedit, external, plugins, syntax
...

I updated my
gEdit Language Reference plugin too. If your reference is a HTML page it will now opened in your default browser (whatever it is) and not in Firefox only.
1 2 Next »
Showing posts 1 -
20 of 25.