Skip to content

Commit dfcc2a0

Browse files
committed
rename new windonw to new instance, since it is
1 parent 5f905b8 commit dfcc2a0

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

ai-prompts/general-features-todo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
Todo as features are implemented mark as Agents work code, mark done only when tested by human.
44

55
ctrl+shift up|down arrow should move a line of text up in the editor
6+
40575

geany-plugins.geany

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ long_line_behaviour=1
2828
long_line_column=72
2929

3030
[files]
31-
current_page=2
32-
FILE_NAME_0=185;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fteknopaul%2Fgithub_workspace%2Fgeany-plugins%2Fai-prompts%2Fgeneral-features-todo.md;0;4
33-
FILE_NAME_1=0;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fteknopaul%2Fgithub_workspace%2Fgeany-plugins%2Fai-prompts%2Fgeanyprogress-extensions.prompt.md;0;4
34-
FILE_NAME_2=0;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fteknopaul%2Fgithub_workspace%2Fgeany-plugins%2F.planning%2Fplans%2Fagent-stop-focus_PLAN.md;0;4
35-
FILE_NAME_3=0;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fteknopaul%2Fgithub_workspace%2Fgeany-plugins%2F.planning%2Fstate%2FAGENT_STOP_FOCUS_PROGRESS.md;0;4
31+
current_page=0
32+
FILE_NAME_0=190;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fteknopaul%2Fgithub_workspace%2Fgeany-plugins%2Fai-prompts%2Fgeneral-features-todo.md;0;4
3633

3734
[VTE]
3835
last_dir=/home/teknopaul

geanycontrol/src/geanycontrol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ static gboolean gc_init(GeanyPlugin *plugin,
990990
GList *children = gtk_container_get_children(GTK_CONTAINER(file_menu));
991991
gint pos = g_list_index(children, quit_item);
992992
g_list_free(children);
993-
file_item = gtk_menu_item_new_with_label(_("New Window"));
993+
file_item = gtk_menu_item_new_with_label(_("New Instance"));
994994
gtk_widget_show(file_item);
995995
gtk_menu_shell_insert(GTK_MENU_SHELL(file_menu), file_item, pos);
996996
g_signal_connect(file_item, "activate", G_CALLBACK(on_new_instance_activate), NULL);

0 commit comments

Comments
 (0)