Kaydet (Commit) 06f9d7e0 authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix multiple snippet cursor positions for Tabs + Spaces mode.

Simplify editor_insert_snippet() code now we use cursor marker
strings.



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5729 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b8f8a368
2011-04-19 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/editor.c:
Fix multiple snippet cursor positions for Tabs + Spaces mode.
Simplify editor_insert_snippet() code now we use cursor marker
strings.
2011-04-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> 2011-04-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/plugindata.h, src/document.c, src/plugins.c, src/document.h, * src/plugindata.h, src/document.c, src/plugins.c, src/document.h,
plugins/geanyfunctions.h: plugins/geanyfunctions.h:
Add document_compare_by_tab_order() and Add document_compare_by_tab_order() and
document_compare_by_tab_order_reverse() to the plugin API. document_compare_by_tab_order_reverse() to the plugin API.
* src/ui_uitls.c: * src/ui_utils.c:
Use document_compare_by_tab_order() as default compare function Use document_compare_by_tab_order() as default compare function
to sort the document list in the document notebook tab menu, this to sort the document list in the document notebook tab menu, this
fixes the currently broken default ordering. fixes the currently broken default ordering.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment