﻿<?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=Dev%3ARef%2FRequests%2FTextEditor</id>
	<title>Dev:Ref/Requests/TextEditor - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRequests%2FTextEditor"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Requests/TextEditor&amp;action=history"/>
	<updated>2026-04-20T05:30:46Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Requests/TextEditor&amp;diff=150289&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Requests/TextEditor&amp;diff=150289&amp;oldid=prev"/>
		<updated>2018-06-28T21:15:04Z</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日 (木) 21:15時点における版&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=Dev:Ref/Requests/TextEditor&amp;diff=150288&amp;oldid=prev</id>
		<title>wiki&gt;Januz: /* 6. Indent Lines */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Requests/TextEditor&amp;diff=150288&amp;oldid=prev"/>
		<updated>2015-11-07T23:32:38Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;6. Indent Lines&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Text Editor Proposals ==&lt;br /&gt;
&lt;br /&gt;
These are some ideas for features I'd like to write for the text editor. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1. Theme options for margin &amp;amp; Higlight line ===&lt;br /&gt;
&lt;br /&gt;
Margin line is very distracting (I mean is blood-red in the default theme). &lt;br /&gt;
The color is the same as the cursor, but while you actually want to see where the cursor is at any time, the margin line should be more &amp;quot;in the back&amp;quot;. It'd be better if the color was calculated from the background color but 25% brighter or darker (depending on the BG color).&lt;br /&gt;
&lt;br /&gt;
[[File:Dev_ref_text_ed_proposal_margin.png]]&lt;br /&gt;
&lt;br /&gt;
Highlight line should also become darker or brigther according to background color. Right&lt;br /&gt;
now is only getting brigther, which is a problem with dark themes (makes text unreadable,&lt;br /&gt;
blends with selection color).&lt;br /&gt;
&lt;br /&gt;
An alternative would be adding theme options for these two colors (if the UI guys&lt;br /&gt;
are ok with it).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 2. Automatically add matching quotes/braces/etc. ===&lt;br /&gt;
&lt;br /&gt;
Add an option to automatically add a closing brace when typing an open brace.&lt;br /&gt;
Unless the next character is a closing brace (so we don't get double closing braces).&lt;br /&gt;
&lt;br /&gt;
This would work for:&lt;br /&gt;
* Braces&lt;br /&gt;
* Parenthesis&lt;br /&gt;
* Brackets&lt;br /&gt;
* Quotes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===3. Auto un-indent ===&lt;br /&gt;
&lt;br /&gt;
The text editor automatically indents text when going into a python block, &lt;br /&gt;
it'd be nice if some keywords that start new blocks where automatically &lt;br /&gt;
un-indented too.&lt;br /&gt;
&lt;br /&gt;
Keywords:&lt;br /&gt;
* Else&lt;br /&gt;
* Except&lt;br /&gt;
* Finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 4. Show whitespace characters ===&lt;br /&gt;
&lt;br /&gt;
Add an option to show whitespace characters.&lt;br /&gt;
Helps dealing with trailing spaces, blank lines with spaces, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 5. Automatically set line numbers and syntax colors ===&lt;br /&gt;
&lt;br /&gt;
Automatically turn on line numbers and syntax coloring for&lt;br /&gt;
py, glsl and osl files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 6. Indent Lines ===&lt;br /&gt;
&lt;br /&gt;
As seen on Atom and many other editors. This is an optional vertical line that shows the indent of the current block.&lt;br /&gt;
&lt;br /&gt;
Very useful when dealing with nested code inside classes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Dev_ref_text_ed_proposal_indent.png]]&lt;br /&gt;
&lt;br /&gt;
=== 7. Scroll Offset ===&lt;br /&gt;
&lt;br /&gt;
Keeps the cursor X lines away from the borders.&lt;br /&gt;
Rather than scrolling when the cursor goes past the boundary, scroll&lt;br /&gt;
X lines when the cursor is X lines away from the boundary.&lt;br /&gt;
Makes scrolling smoother, since it scrolls by X lines instead of the &lt;br /&gt;
whole page.&lt;br /&gt;
&lt;br /&gt;
This is equal to the 'scrolloff' setting in VIM:&lt;br /&gt;
&lt;br /&gt;
http://vim.wikia.com/wiki/Keep_your_cursor_centered_vertically_on_the_screen&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 8. Custom mono font ===&lt;br /&gt;
&lt;br /&gt;
Load a different mono font for the text ed. Probably a lot more complicated than&lt;br /&gt;
I'm expecting.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Januz</name></author>
		
	</entry>
</feed>