﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Attic%3AExtensions%3A2.5%2FPy%2FScripts%2FText_Editor%2FSmart_Tabs</id>
	<title>Attic:Extensions:2.5/Py/Scripts/Text Editor/Smart Tabs - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Attic%3AExtensions%3A2.5%2FPy%2FScripts%2FText_Editor%2FSmart_Tabs"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Attic:Extensions:2.5/Py/Scripts/Text_Editor/Smart_Tabs&amp;action=history"/>
	<updated>2026-07-10T01:37:29Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Attic:Extensions:2.5/Py/Scripts/Text_Editor/Smart_Tabs&amp;diff=97789&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Attic:Extensions:2.5/Py/Scripts/Text_Editor/Smart_Tabs&amp;diff=97789&amp;oldid=prev"/>
		<updated>2018-06-28T19:37:33Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:37時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Attic:Extensions:2.5/Py/Scripts/Text_Editor/Smart_Tabs&amp;diff=97788&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Automated text replacement  (-&amp;group_id=153&amp;atid=468 +); cosmetic changes</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Attic:Extensions:2.5/Py/Scripts/Text_Editor/Smart_Tabs&amp;diff=97788&amp;oldid=prev"/>
		<updated>2011-01-08T19:40:00Z</updated>

		<summary type="html">&lt;p&gt;Bot: Automated text replacement  (-&amp;amp;group_id=153&amp;amp;atid=468 +); cosmetic changes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=Smart Tabs&lt;br /&gt;
|tooltip=Adds auto-indentation functionality to Text Editor windows.&lt;br /&gt;
|menu=Group: Text Editor&lt;br /&gt;
|version=1.0&lt;br /&gt;
|blender=2.52.5 Rev:#30120&lt;br /&gt;
|author=Chris Foster (Kira Vakaan)&lt;br /&gt;
|license=GPL&lt;br /&gt;
|link=http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=22373&lt;br /&gt;
|exe=text_smart_line_break.py&lt;br /&gt;
|modules=&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Information ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
=== Installation ===&lt;br /&gt;
* Drop text_smart_line_break.py into the 2.52/scripts/addons folder&lt;br /&gt;
* Enable the Add-On from the Add-Ons tab in the User Preferences window&lt;br /&gt;
&lt;br /&gt;
=== Use ===&lt;br /&gt;
After installation, the functionality provided by the Add-On is available from any Text Editor window. Press the return key to use it.&lt;br /&gt;
&lt;br /&gt;
=== Other Information ===&lt;br /&gt;
When enabled, this Add-On will allow Text Editor windows to use &amp;quot;smart tabs&amp;quot;. When the user presses the return&lt;br /&gt;
key, the new line will automatically be indented with the whitespace that preceded the line before it.&lt;br /&gt;
&lt;br /&gt;
There are a few special cases that the script takes into account.&lt;br /&gt;
First, the script provides the old &amp;quot;text.line_break&amp;quot; functionality if Text.tabs_as_spaces is not set.&lt;br /&gt;
Second, the script automatically unindents after lines that start with &amp;quot;return&amp;quot;, &amp;quot;break&amp;quot;, or&lt;br /&gt;
&amp;quot;continue&amp;quot;.&lt;br /&gt;
And finally, the script automatically indents after lines that end with &amp;quot;:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2010-5-29: Moved to Contrib Tracker.&lt;br /&gt;
* 2010-5-24: Created this BlenderWiki page.&lt;br /&gt;
* 2010-5-20: Uploaded the script to the Blender Extensions Upload Tracker.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Links and Support ===&lt;br /&gt;
----&lt;br /&gt;
* Questions, comments, suggestions, and bug reports should be sent to the author's [mailto:cdbfoster@gmail.com email address].&lt;br /&gt;
* [http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=22373 Link to the script's page in the Contrib Tracker]. Download the script from there.&lt;br /&gt;
----&lt;br /&gt;
* Back to [[Extensions:2.5/Py/Scripts]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>