Erlends hjem i skyene
p = &p;
p = &p;
Nov 2nd
At the start of Kate’s indenting script for C/C++, the following options are available:
// BEGIN USER CONFIGURATION
var cfgIndentCase = true; // indent ‘case’ and ‘default’ in a switch?
var cfgIndentNamespace = true; // indent after ‘namespace’?
var cfgAutoInsertStar = false; // auto insert ‘*’ in C-comments
var cfgSnapSlash = false; // snap ‘/’ to ‘*/’ in C-comments
var cfgAutoInsertSlashes = false; // auto insert ‘//’ after C++-comments
// END USER CONFIGURATION
To set these options one would first have to actually find the indenting scripts under /usr/share, then copy it to one’s home directory to be able to modify it, and then modify the javascript source. This could – of course – be done in a much better way. In an ideal world options like these should be available in Kate’s settings as check boxes. It should also be possible to have non-boolean options, like choosing a value from a list of possible values for a setting.
I would love to see something like the following:
registerSetting(“Indent ‘case’ and ‘default’ in switch statements”, “cfgIndentCase”, “boolean”);
produce
☑ Indent ‘case’ and ‘default’ in switch statements
in Kate’s settings.
I don’t have the time myself, but I don’t think it would be very hard, and I’m sure that many people would be a bit happier. Me and the other Kate developers would glady be of assistance. ☺
Oct 26th
Dear “Katevim” users. Kate’s Vi Mode is steadily improving and I want to take a moment to tell what’s on the horizon for KDE 4.4. There has been quite a few bugs fixed since 4.3, but some major new features have also been introduced:
Jul 8th
![]()
(Ok, not really.)
Kate’s maintainer, Christoph Cullmann, shared a funny story over a beer one of the first days here at GCDS.
In ye olden days, what is now Kate and Kwrite was one application called “KWrite – KDE’s Advanced Text Editor”. However, the author of Kwrite mysteriously disappeared. Christoph forked Kwrite and continued working on it and after some time it greatly surpassed Kwrite’s capabilities and was becoming more of a power tool. A name change was long overdue.
Being a good German, Christoph decided to name it after the philosopher Immanuel Kant, so in KDE 2.1 the editor “Kant” was born.
For some strange reason, probably easier to understand for native English speakers, it was renamed to “Kate” in KDE 2.2. And thus what still is KDE’s Advanced Text Editor was born.
May 18th
May 7th
After the positive feedback on my quick 27 line python hack, I decided to make a slightly improved version. This fixes the two major problems with the old one: you can now use your Google Apps for your Domain email and you can use kwallet to remember your login.
It’s not a simple, 27 line python script any more, but now it’s much more usable. (unless there are some stupid bugs I have overlooked.
)
As suggested I uploaded it to KDE Look: http://www.kde-look.org/content/show.php?content=104182, so you can install it from the “Add widgets…” dialogue or download it and install it with plasmapkg -i gcal-1.1.plasmoid.
May 5th
Update: A new, better version can be found here:
http://hamberg.no/erlend/2009/05/07/google-calendar-plasmoid-take-two/
In case anyone is interested:
I made a simple Plasmoid for viewing coming events from Google Calendar. It’s simply a webview showing the iPhone version of Google Calendar. It’s written in Python and took 10 minutes to write (27 lines of code) by following the excellent tutorial on techbase.
You can download it here: http://hamberg.no/erlend/files/gcal.zip. If you improve it or make another Google Calendar plasmoid: let me know!
Oh, btw. To install it run plasmapkg -i gcal.zip.
P.S: openSuse users: I had to install python-dev to actually run a python plasmoid. Don’t know why.
May 1st
Da jeg jobbet med ISFiT skrev jeg ganske ofte eposter på engelsk og da var English Matters‘ guide til hvordan en skal skrive eposter uunnværlig. Siden er laget av Stewart Clark på NTNU.
Nå og da slår jeg fortsatt opp for å se hvordan jeg skal titulere folk, og hvordan den tilsvarende avslutningen er. Jeg fant derfor ut at jeg skulle skrive ut denne og henge den ved pulten min, men det viste seg at den ikke var helt optimal med tanke på utskrift. Jeg har derfor laget en kompakt versjon på to sider som passer perfekt som en «cheat sheet».
Side én er en sjekkliste over ti punkter med generelle tips og side to er tabeller over hvordan en tiltaler alt fra forretningsforbindelser til venner. Teksten er noe kuttet enkelte steder i forhold til nettsiden for å få den til å passe på to sider.
| emails_and_letters.pdf |
Mar 9th