<span style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)">Hey, I'm David, a programmer and I wanted to make Geany tabs detachable. So I went added and got the source (from Github), and added a few lines in the file notebook.c:</span><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)">
<br></div><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)"><div>Line 478</div><div>  /* enable tab drag and drop */</div><div>  gtk_notebook_set_tab_detachable(GTK_NOTEBOOK(main_widgets.notebook), page, TRUE);</div>
<div>  gtk_notebook_set_group_name(GTK_NOTEBOOK(main_widgets.notebook), "geany_tabs");</div><div>  gtk_notebook_set_group_id(GTK_NOTEBOOK(main_widgets.notebook), 1);</div></div><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)">
<br></div><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)">However, it didn't really work, the tabs were not detachable, I tried different IDs too.</div><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)">
<br></div><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)">What do you think? Thanks.</div><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)"><br></div><div style="font-size:13px;line-height:17px;background-color:rgb(255,255,255)">
Also hello :) I feel like the mail isn't lovable enough.</div>