LoginSignup
18
17

More than 5 years have passed since last update.

OSXのSublimeText2でファイルのフルパスを表示する

Last updated at Posted at 2014-03-26

MacOSXのSetting - Defaultでファイルのフルパスを表示するよう以下の設定となっているのにフルパスが表示されない。

Preferences.sublime-settings
{
  "show_full_path": true
}

設定のコメント文をよく見ると以下のように書いてありました。

// Show the full path to files in the title bar.
// On OS X, this value is overridden in the platform specific settings, so
// you'll need to place this line in your user settings to override it.

MacOSXでは、Setting - Userに"show_full_path": trueの一文を追加する必要があるよとのことでした。

参考サイト

18
17
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
17