Skip to content

Commit cada224

Browse files
committed
Several improvements to UI and supported files.
New features: - new simple UI. - support for .strings, .ini and .cfg files. - support for .xib and .storyboard files as XML. - preview can show custom source file. - better support for standard preprocessor for many file format (if you have previously customized the preprocessor for some formats please check if it require to add the placeholder $targetHL). - highlight updated to 3.57. Bugfix: - rust file extension. - settings migration.
1 parent e0af7a1 commit cada224

File tree

140 files changed

+5645
-3124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+5645
-3124
lines changed

Application/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
151151
NSWorkspace.shared.activateFileViewerSelecting([u])
152152
} else {
153153
let alert = NSAlert()
154-
alert.messageText = "Attention"
155-
alert.informativeText = "The application support folder don't exists."
154+
alert.window.title = "Attention"
155+
alert.messageText = "The application support folder don't exists."
156156
alert.addButton(withTitle: "Close")
157157
alert.alertStyle = .informational
158158

0 commit comments

Comments
 (0)