[Github-comments] [geany/geany-plugins] Workbench (#598)

LarsGit223 notifications at xxxxx
Sat Aug 19 12:00:01 UTC 2017


LarsGit223 commented on this pull request.



> +	GSList *ignored_dirs_list = NULL;
+	GSList *ignored_file_list = NULL;
+	GHashTable *visited_paths;
+	GSList *lst;
+	GSList *elem;
+	guint filenum = 0;
+	gchar *searchdir;
+
+	wb_project_dir_remove_from_tm_workspace(root);
+	g_hash_table_remove_all(root->file_table);
+
+	if (!root->file_patterns || !root->file_patterns[0])
+	{
+		gchar **all_pattern = g_strsplit ("*", " ", -1);
+		pattern_list = get_precompiled_patterns(all_pattern);
+		g_strfreev(all_pattern);

None, except not having seen it. Simplified it as suggested.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134090221
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170819/31baea32/attachment.html>


More information about the Github-comments mailing list