Skip to content

Bump documentation submodules#43

Closed
michaelblyons wants to merge 1 commit into
SublimeText:masterfrom
michaelblyons:sublime-text/4205
Closed

Bump documentation submodules#43
michaelblyons wants to merge 1 commit into
SublimeText:masterfrom
michaelblyons:sublime-text/4205

Conversation

@michaelblyons
Copy link
Copy Markdown
Collaborator

Automatic bumps aren't working: #42

Tests seem to be passing without any further touches.

@michaelblyons
Copy link
Copy Markdown
Collaborator Author

michaelblyons commented Apr 27, 2026

If you like #45, you should merge that before this. (Example at #48) It'll give us a diff of the documentation changes between versions since every indexed item is tested:

diff --git a/test/test_docset.py b/test/test_docset.py
index 320f922..54be9fd 100644
--- a/test/test_docset.py
+++ b/test/test_docset.py
@@ -811,6 +811,7 @@ class SublimeTextDocsetTestCase(DocsetTestCaseBase):
             ('Attribute', 'sublime.Syntax.scope'),
             ('Attribute', 'sublime.TextChange.a'),
             ('Attribute', 'sublime.TextChange.b'),
+            ('Attribute', 'sublime.TextChange.str'),
             ('Attribute', 'sublime_plugin.TextCommand.view'),
             ('Attribute', 'sublime_plugin.WindowCommand.window'),
             ('Class', 'sublime.AutoCompleteFlags'),
@@ -912,7 +913,6 @@ class SublimeTextDocsetTestCase(DocsetTestCaseBase):
             ('Method', 'sublime.CompletionList.__init__'),
             ('Method', 'sublime.CompletionList.set_completions'),
             ('Method', 'sublime.HtmlSheet.set_contents'),
-            ('Method', 'sublime.HtmlSheet.set_name'),
             ('Method', 'sublime.Phantom.to_tuple'),
             ('Method', 'sublime.PhantomSet.__init__'),
             ('Method', 'sublime.PhantomSet.update'),
@@ -942,9 +942,10 @@ class SublimeTextDocsetTestCase(DocsetTestCaseBase):
             ('Method', 'sublime.Settings.set'),
             ('Method', 'sublime.Sheet.id'),
             ('Method', 'sublime.Sheet.is_selected'),
+            ('Method', 'sublime.Sheet.name'),
+            ('Method', 'sublime.Sheet.set_name'),
             ('Method', 'sublime.Sheet.view'),
             ('Method', 'sublime.Sheet.window'),
-            ('Method', 'sublime.TextSheet.set_name'),
             ('Method', 'sublime.View.add_regions'),
             ('Method', 'sublime.View.assign_syntax'),
             ('Method', 'sublime.View.buffer'),
@@ -1109,6 +1110,7 @@ class SublimeTextDocsetTestCase(DocsetTestCaseBase):
             ('Method', 'sublime.Window.transient_view_in_group'),
             ('Method', 'sublime.Window.views'),
             ('Method', 'sublime.Window.views_in_group'),
+            ('Method', 'sublime_plugin.ApplicationCommand.run'),
             ('Method', 'sublime_plugin.Command.description'),
             ('Method', 'sublime_plugin.Command.is_checked'),
             ('Method', 'sublime_plugin.Command.is_enabled'),
@@ -1179,6 +1181,7 @@ class SublimeTextDocsetTestCase(DocsetTestCaseBase):
             ('Method', 'sublime_plugin.ViewEventListener.on_query_context'),
             ('Method', 'sublime_plugin.ViewEventListener.on_selection_modified'),
             ('Method', 'sublime_plugin.ViewEventListener.on_selection_modified_async'),
+            ('Method', 'sublime_plugin.WindowCommand.run'),
             ('Module', 'sublime'),
             ('Module', 'sublime_plugin'),
             ('Section', 'General Information'),
@@ -2410,6 +2413,7 @@ class SublimeTextDocsetTestCase(DocsetTestCaseBase):
             ('Section', 'Customization'),
             ('Section', 'Deprecated'),
             ('Section', 'Elements'),
+            ('Section', 'File Type Icons'),
             ('Section', 'Font Sizes'),
             ('Section', 'Format'),
             ('Section', 'General Information'),

@michaelblyons
Copy link
Copy Markdown
Collaborator Author

Moving to #51

@michaelblyons michaelblyons deleted the sublime-text/4205 branch April 28, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant