サクラエディタ用、Python 組み込み関数 キーワード定義ファイル

Pythonを勉強してて、よく使っているサクラエディタPythonのキーワード定義が少ないことに気づいた。

いや、あるにはあるんだけどね、Customize/投稿/7 - SakuraEditorWikiにあるのは2.5のためのものだし…。

とりあえずまずは組み込み関数の一覧から作ってみた。よければどうぞ。

↓これを、拡張子kwdにして、"[サクラエディタのインストールフォルダ]\keyword"に保存してください。

// Python 組み込み関数 キーワード定義ファイル

__import__
abs
all
any
ascii
bin
bool
bytearray
bytes
callable
chr
classmethod
compile
complex
delattr
dict
dir
divmod
enumerate
eval
exec
filter
float
format
frozenset
getattr
globals
hasattr
hash
help
hex
id
input
int
isinstance
issubclass
iter
len
list
locals
map
max
memoryview
min
next
object
oct
open
ord
pow
print
property
range
repr
reversed
round
set
setattr
slice
sorted
staticmethod
str
sum
super
tuple
type
vars
zip

Eclipseとかを使えって?この軽さがいいんだよ。vimなんか使える気がしないし(sigh)