FlashDevelop 引数

| コメント(0) | トラックバック(0)
FlashDevelopのテンプレートやスニペット、コマンド、メニュー、マクロで使えるデフォルト引数の一覧
(公式サイトより http://www.flashdevelop.org/wikidocs/index.php?title=Arguments
引数 説明 出力例
$(EntryPoint) 選択の開始位置  
$(ExitPoint) 選択の終わりの位置  
$(Boundary) すべてのテキストを境界の間に置く  
$(CSLB) Coding style line break 改行?  
$(CBI) Comment block indent インデント無視?  
$(SelText) 選択されたテキスト targetText
$(CurWord) カーソル位置の言葉 targetText
$(CurSyntax) 現在アクティブな構文 as2
$(Default Arguments) クリップボードの内容  
$(CurFile) 現在のファイル OpeningMoviePanel.as
$(CurFilename) 現在のファイルの名前 C:\Documents and Settings\kazy\デスクトップ\trank\src\work\ui\OpeningMoviePanel.as
$(CurDir) 現在のファイルのディレクトリ C:\Documents and Settings\kazy\デスクトップ\trank\src\work\ui
$(DesktopDir) ユーザのデスクトップディレクトリ C:\Documents and Settings\kazy\デスクトップ
$(SystemDir) Windowsシステム・ディレクトリ C:\WINDOWS\system32
$(ProgramsDir) プログラムFilesディレクトリ C:\Program Files
$(PersonalDir) ユーザの個人ファイルディレクトリ C:\Documents and Settings\kazy\My Documents
$(WorkingDir) 現在のディレクトリ C:\Documents and Settings\kazy\デスクトップ\trank\src\work\ui
$(AppDir) FlashDevelopプログラムディレクトリ C:\Program Files\FlashDevelop
$(BaseDir) FlashDevelopファイルディレクトリ C:\Documents and Settings\kazy\Local Settings\Application Data\FlashDevelop
$(UserAppDir) FlashDevelopユーザディレクトリ C:\Documents and Settings\kazy\Local Settings\Application Data\FlashDevelop
     
$(OpenFile) ダイアログで開くファイルを求める  
$(SaveFile) ダイアログでファイル保存を求める  
$(OpenDir) ダイアログでディレクトリを求める  
     
$(TypPkg) ファイルパッケージ work.ui
$(TypName) 現在の型名 OpeningMoviePanel
$(TypPkgName) 現在のパッケージ+型名 work.ui.OpeningMoviePanel
$(TypKind) タイプ種類(interface, class) class
$(MbrName) 現在のメンバー、すなわち現行手法  
$(MbrKind) メンバーの種類(const、var、function)  
$(MbrTypPkg) メンバーのパッケージタイプ  
$(MbrTypName) メンバーの型名  
$(MbrTypePkgName) メンバーのパッケージ名  
$(MbrTypKind) メンバーの種類(interface, class)  
$(ItmTypName) カーソル位置の現在の項目名 $(ItmTypePkgName)
$(ItmFile) 項目が申告されるファイル  
$(ItmKind) 項目種類(const、var、function)  
$(ItmTypPkg) 項目のパッケージタイプ  
$(ItmTypName) 項目の型名  
$(ItmTypePkgName) 項目のパッケージ名  
$(ItmTypKind) 項目の種類(インタフェース、クラス)  

トラックバック(0)

トラックバックURL: http://www.kazy.jp/mt4/mt-tb.cgi/103

コメントする