タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとCS4とDTPに関するchalcedony_htnのブックマーク (2)

  • Preference Manager Script | in-tools.com

    InDesign has an awful lot of preferences which effect many different aspects of the program. To set the preferences the way you want them across machines can be rather tedious. Also, any time you “trash preferences” in InDesign, all your custom settings get lost. Adobe tells us that preferences can be scripted, but that “solution” is a bit beyond the average user (and most advanced users as well!)

    chalcedony_htn
    chalcedony_htn 2009/09/02
    InDesignCS4の複数の環境設定を切り替えて使用できるようにするスクリプト。InDesign起動時に実行されるスタートアップフォルダに入れておいて使う。 バイナリ形式で配布してる。動作未確認
  • 簡単な検索置換 - 名もないテクノ手

    簡単な検索置換関数。だれかが必ず書いていそうだけれど、探すのもめんどいのでアップしておきます。こういうぬるい感じが身上なのです。って、みんな知ってるか^^ 普通のテキスト検索置換 ////////////////////////////////////////////テキスト検索置換 /* my_range 検索置換の範囲 my_find 検索オブジェクト ex.) {findWhat:"わたし"} my_change 置換オブジェクト ex.) {changeTo:"ぼく"} */ function my_TextFindChange(my_range, my_find, my_change) { //検索の初期化 app.findTextPreferences = NothingEnum.nothing; app.changeTextPreferences = NothingEnum.

    簡単な検索置換 - 名もないテクノ手
    chalcedony_htn
    chalcedony_htn 2009/07/29
    InDesignのテキスト検索/正規表現検索をJavaScriptで行う場合のまとめ。/ このスタイルグループをたどるのがいちいちめんどくさいんだよねえ……スタイル取得するたびにいちいち検索させるよりは動作が速くなるのかも知れな
  • 1