Running on Haiku (cf BeOS), need a good text editor :)

ComposrGlowing Halo
Running on Haiku (cf BeOS), need a good text editor :)
Winner!
50,007 / 50,000
Municipal Liaison
Joined: Oct 28, 2006
Location: Diamond Bar, CA
Posts: 80
Posted on:
Oct 29, 2009 - 12 19

Hey all,

Since there are so many geeks doing NaNo these days, it may seem somewhat stupid, but I'm looking for a great writing tool to use this year, after deciding to switch OSes and platforms. I'll be writing completely on a netbook running Haiku, which is a new OS based on BeOS.

As such, I am looking for something that will do what I need: full-screen, distraction-free writing, word counts, alarms/timers and the ability to change font and background colours. This seems to be a tall order, as I can't find anything for BeOS or current projects for Haiku that will work.

As well, any of the other options, such as DarkRoom, TextRoom, etc. won't do because the source requires libraries that aren't yet ported to Haiku.

I can always resort to a python script to check my wordcounts, etc, but I'd rather not. :)

Seems my only two options are: 1) Configure vi to do what I need (.......ack) 2) write one specifically for Haiku, cloning Q10-like features and interface. I kind of want to do the latter, but I should be smart and use what's already out there :)

If anyone knows of any apps, or has any input, it would be greatly appreciated. :)
----------

Jayce_GraeGlowing Halo
Winner!
50,182 / 50,000
Municipal Liaison
Joined: Oct 3, 2006
Location: Cheney, WA
Posts: 114
Posted on:
Oct 29, 2009 - 13 55

I don't know if it will work, but Dr. Wicked's Write or Die is now downloadable to a desktop or laptop/netbook. It's shareware, though, at $10. You might take a look and see if it's doable. Good luck!

----------

Dana
"This is a lot more fun when they're not shooting back!"
Spokane, WA - Municipal Liaison

melior

3,603 / 50,000
Official Participant
Joined: Aug 25, 2009
Posts: 11
Posted on:
Oct 29, 2009 - 14 57

Here's my input: are you crazy?!? :) I guess you are doing NaNo.

Qt has been ported as of a scant few hours ago, so I believe you'll have to work to get it up and running. Then you could wrestle with getting TextRoom up and running. Also, has Java been ported yet? There is jDarkRoom if so.

Failing those, you'll probably have the best luck configuring vim on this short notice. Of course you can get plenty of help with your .vimrc. You'll want to autowrap text, re-map the up and down keys so that it traverses the wrapped lines (instead of just jumping paragraphs), find a good word count vim function (the ones I've seen pretty much all use the unix "wc" command, which Haiku should have). I assume the terminal emulator supports colors as well, and you might be able to find a timer/alarm function. If it's Vim 7, you could have a spell checker as well, but that's not too important for NaNo.

Here's something to get you started:

" set text width
:set tw=80
" automatically indent new paragraphs
:set ai
" always autoformat paragraphs and wrap at text width
:set fo=at

Settings to remap the keys in the various modes here (HTML gobbles up the < and > in these posts).

Some live word count functions here, including one that doesn't require wc.

You're on your own for the timer/alarm function though - you might have to write that one yourself.

ComposrGlowing Halo
Winner!
50,007 / 50,000
Municipal Liaison
Joined: Oct 28, 2006
Location: Diamond Bar, CA
Posts: 80
Posted on:
Oct 29, 2009 - 15 06

Hey there!

thanks for the responses. yes, I realise I should just stick with vi; the Terminal app is more than adequate, and does allow all sorts of customisations that I've already made. In terms of my .vimrc, I'll definitely have a look around; if I get sick of trying to set anything else up for this NaNo, I can at least have a mighty powerful editor to work in. :p

I know Qt has been mostly ported, which is great, but it doesn't yet have a native hook into the Haiku/Be GUI, so it'll look like a Qt app; but since TextRoom operates with very, very few controls, it doesn't really matter, now does it :)

I have the source for TextRoom, and will look at trying to recompile that with Qt under Haiku, to see if I can't at least get something running.

Java support is minimal, and I could never get BeKaffe to work without segmentation faults :p OpenJDK/JVN implementations are underway, but it will take some time.

After this NaNo, at least, I will work on a native app for Haiku for this sort of deal. It would just be so nice to have, and it will use the least amount of resources, with is truly the raison d'etre of Haiku (and Be :p).

Willcan
Winner!
50,006 / 50,000
Official Participant
Joined: Oct 1, 2004
Location: Vernon, BC Canada
Posts: 93
Posted on:
Oct 29, 2009 - 15 59

Someting here might work

http://en.wikipedia.org/wiki/List_of_BeOS_programs

r you could go he googledocs route

----------

Returning Inanna

Home :: About :: Search :: My NaNoWriMo :: FAQs :: Fun Stuff :: Donation/Store :: Forums :: More from OLL
Privacy Policy :: Terms and Conditions :: Codes of Conduct :: Returns Policy

Copyright © 2009 The Office of Letters and Light :: All posted novel excerpts remain copyright their authors.
Powered by Drupal