Geany Text Editor

Word processors, spreadsheets, presentations, translation, etc.
Post Reply
Message
Author
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#16 Post by Karl Godt »

There is a new version out of Geany and its plugins.
compiles nice on PL-430/431/gcc4.2.2/glibc-2.6.1

what does/did disturb me much is the pre-checked "Close dialog" at "Search > Find all"

I was able to get the hook disabled at src/search.c [line 465++] :

Code: Select all

	/* close window checkbox */
	check_close = gtk_check_button_new_with_mnemonic(_("Close _dialog"));
	ui_hookup_widget(find_dlg.dialog, check_close, "check_close");
	gtk_button_set_focus_on_click(GTK_BUTTON(check_close), FALSE);
	ui_widget_set_tooltip_text(check_close,
			_("Disable this option to keep the dialog open"));
	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_close), FALSE);
	gtk_container_add(GTK_CONTAINER(bbox), check_close);
	gtk_button_box_set_child_secondary(GTK_BUTTON_BOX(bbox), check_close, TRUE);
but (still) there seems to be a bug that greys out the [<-Previous]-knob if "Use regular expressions" is checked.

I configured it with
./configure --prefix=/opt/geany-020/002/usr --enable-gnu-regex=yes --enable-binreloc=yes --enable-fast-install=yes --enable-shared=yes --enable-the-force=yes --enable-bootstrap --enable-multilib --enable-debug

and stripped it is 1633KB /5599KB-unstripped and incl. everything after make install 7087KB /11MB .

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#17 Post by aragon »

abushcrafter wrote:There is a new version out of Geany and its plugins.
I know, it's allready compiled and parts are uploaded but i have actually problems with uploading to the forum.. Will try later again.

Aragon

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#18 Post by abushcrafter »

aragon wrote:
abushcrafter wrote:There is a new version out of Geany and its plugins.
I know, it's allready compiled and parts are uploaded but i have actually problems with uploading to the forum.. Will try later again.

Aragon
Thank you.

Thank you Karl Godt for the info.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#19 Post by aragon »

Finally i was able to upload all 0.20-pets to post 1.

aragon

Post Reply