Hey guys,
first of all I want to tell you that I was always very pleased with geany.
But right now i've a very serious problem: When I click "too long" on the bar where all files are listed, the bar and the toolbox disappear. Geany also saves it to geany.conf. The broken geany.conf is attached. I've discovered a workaround: You need to remove geany.conf and restart geany. But as this happens 4 to 6 times an hour and so this bug is really annoying.
Can you help me, _PLEASE_? It's a really serious problem for me.
Michael
[geany] cmdline_new_files=true pref_main_suppress_search_dialogs=false pref_main_search_use_current_word=true check_detect_indent=false use_tab_to_indent=true pref_editor_tab_width=4 indent_hard_tab_width=8 indent_mode=2 indent_type=1 autocompletion_max_entries=30 pref_main_load_session=true pref_main_project_session=true pref_main_project_file_in_basedir=false pref_main_save_winpos=true pref_main_confirm_exit=false pref_main_suppress_status_messages=false switch_msgwin_pages=false beep_on_errors=true auto_focus=false default_open_path= sidebar_symbol_visible=true sidebar_openfiles_visible=true sidebar_openfiles_fullpath=false editor_font=Monospace 10 tagbar_font=Sans 9 msgwin_font=Sans 9 show_notebook_tabs=false show_tab_cross=true tab_order_ltr=true tab_pos_editor=2 tab_pos_msgwin=0 tab_pos_sidebar=2 show_indent_guide=false show_white_space=false show_line_endings=false show_markers_margin=true show_linenumber_margin=true long_line_type=0 long_line_column=72 long_line_color=#C2EBC2 symbolcompletion_max_height=10 symbolcompletion_min_chars=4 use_folding=true unfold_all_children=false use_indicators=true line_wrapping=false auto_close_xml_tags=true complete_snippets=true auto_complete_symbols=true pref_editor_disable_dnd=false pref_editor_smart_home_key=true pref_editor_newline_strip=false line_break_column=72 auto_continue_multiline=true comment_toggle_mark=~ scroll_stop_at_last_line=true pref_editor_default_new_encoding=ISO-8859-1 pref_editor_default_open_encoding=none default_eol_character=2 pref_editor_new_line=true pref_editor_replace_tabs=false pref_editor_trail_space=false mru_length=10 disk_check_timeout=30 pref_toolbar_show=false pref_toolbar_show_search=true pref_toolbar_show_goto=true pref_toolbar_show_zoom=false pref_toolbar_show_indent=false pref_toolbar_show_undo=false pref_toolbar_show_navigation=true pref_toolbar_show_compile=true pref_toolbar_show_colour=true pref_toolbar_show_fileops=true pref_toolbar_show_quit=true pref_toolbar_icon_style=0 pref_toolbar_icon_size=3 pref_template_developer=Michael Heidinger pref_template_company= pref_template_mail=michael@zenwalk pref_template_initial=MH pref_template_version=1.0 pref_template_year=%Y pref_template_date=%Y-%m-%d pref_template_datetime=%d.%m.%Y %H:%M:%S %Z context_action_cmd= show_editor_scrollbars=true brace_match_ltgt=false use_gtk_word_boundaries=true complete_snippets_whilst_editing=false show_symbol_list_expanders=true sidebar_visible=true statusbar_visible=true msgwindow_visible=false fullscreen=false scribble_text=Type here what you want, use it as a notice/scratch board treeview_position=156 msgwindow_position=472 geometry=0;32;1280;744;1; custom_date_format=
[search] pref_search_current_file_dir=true fif_extra_options=
[tools] make_cmd=make term_cmd=xterm browser_cmd=firefox grep_cmd=grep
[printing] print_cmd=/usr/bin/lpr %f use_gtk_printing=true print_line_numbers=true print_page_numbers=true print_page_header=true page_header_basename=false page_header_datefmt=%c
[VTE] load_vte=true emulation=xterm font=Monospace 10 scroll_on_key=true scroll_on_out=true enable_bash_keys=false ignore_menu_bar_accel=false follow_path=false run_in_vte=false skip_run_script=false scrollback_lines=500 shell=/bin/bash colour_fore=#FFFFFF colour_back=#000000 last_dir=/home/michael
[plugins] load_plugins=true active_plugins=;
[project] session_file=/home/michael/michael/geany/uds/libuds.geany project_file_path=/home/michael/projects
[files] recent_files=/home/michael/.geany/geany.conf; current_page=7 FILE_NAME_0=660;None;0;16;1;1;0;/home/michael/michael/geany/uds/README; FILE_NAME_1=256;Make;0;16;1;1;0;/home/michael/michael/geany/uds/makefile; FILE_NAME_2=971;C;0;16;1;1;0;/home/michael/michael/geany/uds/uds_datastructure.h; FILE_NAME_3=1069;C;0;16;1;1;0;/home/michael/michael/geany/uds/mainfunc.c; FILE_NAME_4=951;C;0;16;1;1;0;/home/michael/michael/geany/uds/templ.c; FILE_NAME_5=1023;C;0;16;1;1;0;/home/michael/michael/geany/uds/uds_form.c; FILE_NAME_6=629;C;0;0;1;1;0;/home/michael/michael/geany/uds/uds_colum_types.h; FILE_NAME_7=0;Conf;0;16;1;1;0;/home/michael/.geany/geany.conf;
On Sun, 28 Dec 2008 18:18:09 +0100 Michael Heidinger mch.heidinger@gmx.de wrote:
But right now i've a very serious problem: When I click "too long" on the bar where all files are listed, the bar and the toolbox disappear. Geany also saves it to geany.conf. The broken geany.conf is attached. I've discovered a workaround: You need to remove geany.conf and restart geany. But as this happens 4 to 6 times an hour and so this bug is really annoying.
This is due to a feature which calls the 'View->Toggle All Additional Widgets' menu command when double clicking on the tab bar. You can use that command to get the toolbars etc back again.
Unfortunately, Geany sometimes thinks it received a double click event when it didn't really (maybe an older GTK issue?). So in the SVN version there is now a pref for this behaviour, off by default.
Regards, Nick
Nick Treleaven wrote:
This is due to a feature which calls the 'View->Toggle All Additional Widgets' menu command when double clicking on the tab bar. You can use that command to get the toolbars etc back again.
Thanks. That's a great help!
Unfortunately, Geany sometimes thinks it received a double click event when it didn't really (maybe an older GTK issue?). So in the SVN version there is now a pref for this behaviour, off by default.
As you mentioned: Is there a possibility to turn off this feature? (config file, configuration window?) Can you tell me how?
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Thanks for your help!
Regards, Michael
On Sun, 28 Dec 2008 18:40:49 +0100 Michael Heidinger mch.heidinger@gmx.de wrote:
Unfortunately, Geany sometimes thinks it received a double click event when it didn't really (maybe an older GTK issue?). So in the SVN version there is now a pref for this behaviour, off by default.
As you mentioned: Is there a possibility to turn off this feature? (config file, configuration window?) Can you tell me how?
Not for Geany 0.15, it was only added in the development SVN.
(But if you build Geany 0.15 from source, you could comment out the call to on_menu_toggle_all_additional_widgets1_activate() in src/notebook.c.)
See the website for info about building from source and SVN.
Regards, Nick