Active Topics

 



Notices


Reply
Thread Tools
Posts: 35 | Thanked: 2 times | Joined on Jan 2009
#41
The link seems to be down, and also Geany is at a newer version now. Does anyone have a copy of the deb, preferably an updated one?
 
pipeline's Avatar
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#42
Hmm i had a post earlier but its links were broke so i fixed them.

My build of geany-0.14 is available here :
English (US) Build (1.4meg)
All locales Build (2 Meg)

I dont think anyone has built 0.15 (yet)
 

The Following User Says Thank You to pipeline For This Useful Post:
stangri's Avatar
Posts: 145 | Thanked: 18 times | Joined on Aug 2008 @ Vancouver, BC
#43
Why is it not in the extras? Any chance this will be properly packaged and added into repository? I'm concerned about installing it with dpkg, as I might be unable to resolve dependencies should I need to uninstall it.
 
pipeline's Avatar
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#44
There are no dependencies other whats in the default firmware.

Besides my knowing how to upload something to extras, it also does not support software keyboard... so not really usable to most n800 users, except as a viewer.
 
stangri's Avatar
Posts: 145 | Thanked: 18 times | Joined on Aug 2008 @ Vancouver, BC
#45
Can this be installed with apt-get then?
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#46
Thought this could do with an update so I've uploaded the latest version, 0.16, to extras-devel.

Unfortunately, hildon- input-method and the return key are still ****ed up to hell (and this hurts me as I have an N800 only...); but...

Thanks to pipeline for the 26x26 and 64x64 menu icons. And the keybindings.c.
I've hildonized the menu and the toolbar and MicroB is opened when opening a link, hildon file choosers in use, beep working and some other things.

TODO *cough* wishlist:
  • Get h-i-m working
  • Make preferences dialog fit






It's in both diablo and chinook extras:
http://maemo.org/downloads/product/OS2008/geany/

Source here: my modifications can be found in the debian/patches folder.

Last edited by qwerty12; 2009-04-02 at 22:06.
 

The Following 5 Users Say Thank You to qwerty12 For This Useful Post:
pipeline's Avatar
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#47
Thanks qwerty, this is my favorite program for viewing/editing code. Your ports are really polished... glad your revisiting this one.

Just a tip for those who prefer their comments to be green instead of red :
- In /usr/share/geany/ folder find the filetypes for your language (such as filetypes.cpp or filetypes.cs),
- edit that file and towards the top there are 'comment' and 'commentline' entries
- change the hex code from '0xd00000' to '0x00aa00'
- those are just RGB color codes so middle two bytes are green values
 

The Following User Says Thank You to pipeline For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#48
Here's an half-assed attempt to get h-i-m working in it. It's not done well; hence me not bothering to upload it to Diablo extras-devel.

http://qwerty12.qole.org/geany_0.16-0maemo1_armel.deb

 

The Following 3 Users Say Thank You to qwerty12 For This Useful Post:
dantonic's Avatar
Posts: 361 | Thanked: 108 times | Joined on Sep 2008
#49
Originally Posted by GriNN View Post
Hello again,

Ok...so I installed g++ using "apt-get install g++". Then I set geany to run as root from the personal menu (which looks way nicer) as per the steps outlined in the personal menu thread. Then I went into the geany preferences to give the correct path to xterm.

Now when I choose build from the build menu it says compiled correctly, and when I choose run it launches xterm...but xterm closes immediately. As in it closes before it can show anything.

So I just need help with this last thing and I'll be on my way. What am I missing?

Thanks
I'm having this exact problem. the .o and exec file gets created after building and compiling fine, and even when trying to run the prog from the command line, I get nothing:

/home/user # cd /media/mmc1/docs/"cisp 360"
/media/mmc1/Docs/cisp 360 # ls
gcc-3.4.install test.c
geany_run_script.sh test.o
test
/media/mmc1/Docs/cisp 360 # test
/media/mmc1/Docs/cisp 360 #
 
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#50
Hi, I'm glad you got most of the way there!
I think there are two things missing:
First, make sure you have execute permissions on the executable file.

chmod a+x test.o

Next, run it like this:

./test.o

I don't know why Geany isn't running it correctly, but perhaps the above will help. (I use the command line myself.)

Good luck!
__________________
Give me immortality or give me death!

Last edited by BruceL; 2009-09-02 at 20:34. Reason: Add more info
 

The Following User Says Thank You to BruceL For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 11:05.