You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1604
Added StringUtils function to make paths/URLs "breakable"; that is, the URL can break at path separators (forward slashes).
Utilized this function to improve line wrapping in Quick Open file list and in Find in Files results. Did not find any other places where we would want to use this at the moment. (@redmunds: Unsaved changes dialog only shows file name, not full path.)
Comment by redmunds Sunday Oct 07, 2012 at 23:08 GMT
@JakeStoeffler You're right about the unsaved changes dialog. I seem to remember seeing this problem in one of the dialogs, so we'll just fix it when we see it.
Issue by JakeStoeffler
Sunday Oct 07, 2012 at 04:12 GMT
Originally opened as adobe/brackets#1790
Issue #1604
Added StringUtils function to make paths/URLs "breakable"; that is, the URL can break at path separators (forward slashes).
Utilized this function to improve line wrapping in Quick Open file list and in Find in Files results. Did not find any other places where we would want to use this at the moment. (@redmunds: Unsaved changes dialog only shows file name, not full path.)
JakeStoeffler included the following code: https://github.com/adobe/brackets/pull/1790/commits
The text was updated successfully, but these errors were encountered: