Allan Odgaard
0f9b15b916
Show error when property list fails to parse
2013-03-17 15:44:07 +01:00
Allan Odgaard
5dcbbde817
Let user know if saving in bundle editor fails
2013-03-17 15:44:07 +01:00
Allan Odgaard
c459e0483f
Remove compatibility check (10.5)
2013-03-04 13:33:38 +01:00
Allan Odgaard
2c6504b82f
Use symbolic constants for binding properties
2013-03-03 15:53:05 +01:00
Allan Odgaard
06b60dc04e
Show colorSpaceName entry in bundle editor
...
Also add this to the template for new themes (set to sRGB) and a default semantic class.
2013-02-18 15:38:27 +01:00
Allan Odgaard
785182c1b2
Enable bottom border for bundle editor window
2013-02-14 11:31:20 +01:00
Allan Odgaard
e047d458fd
Fix crash in bundle editor
...
I have added a check to ensure we have the bundle item content (in addition to the bundle item) which fixes #774 although it is unclear to me how the bundle editor would end up in a state where it has a bundle item but no content for that item. There is a window in the setBundleItem: method where the bundle item content hasn’t yet been setup, but commitEditing is not called during that window.
2013-02-11 14:21:20 +01:00
Allan Odgaard
32fcb52c68
Workaround for clang linker warning
...
Using instances with static storage in Objective-C files result in the following warning (starting with clang 425.0.24):
ld: warning: direct access in […] to global weak symbol […] means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
2013-02-02 08:52:12 +01:00
Allan Odgaard
04b092afb1
Move static data out of headers
...
This is to satisfy clang (421.0.57).
2013-01-29 15:28:23 +01:00
Allan Odgaard
0b9e591b7d
Bundle editor was holding an untitled counter
...
This meant after opening the bundle editor the next untitled document created would have a number prefix one higher than expected.
2013-01-11 23:23:41 +01:00
Allan Odgaard
47fa0f040c
Use Objective-C literals for YES/NO
2013-01-02 01:46:48 +01:00
Allan Odgaard
9e332438e7
Use block-based alert API
2013-01-02 01:46:47 +01:00
Allan Odgaard
71be61cbbb
Enable ARC by default
...
We now explicitly disable it for targets that hasn’t yet been upgraded to ARC. This way, it’s easier to get an overview of which targets hasn’t yet been upgraded and ensures new targets has ARC enabled.
2012-12-19 19:42:36 +01:00
Michael Sheets
8bdbeacfcd
Add indentOnPaste to ordering in bundle editor
2012-12-14 18:03:37 +01:00
Adam Strzelecki
e5ac757fb6
Make command properties drawer shorter.
...
Re-layout input & output fields, so they don't enlarge whole drawer too much.
2012-11-12 13:28:34 +07:00
Allan Odgaard
91903319be
ARC: Update BundleEditor framework
2012-11-12 13:28:34 +07:00
Allan Odgaard
0f3861fec7
Retire custom begin/endof functions
...
We can now use std::begin/end although for containers we explicitly call the member functions.
2012-09-20 12:22:21 +02:00
Allan Odgaard
8fd7b82cbd
Remove CocoaSTL.h include
2012-09-20 12:22:20 +02:00
Allan Odgaard
4532099359
Use Objective-C for…in instead of macro
...
This avoids having to use C++ iterators and we want to get rid of some of this Objective-C/C++ mixing for ARC and other reasons.
2012-09-20 12:22:19 +02:00
Ryan Maxwell
c24f365daa
Use curly quotes in dialog text
2012-09-18 20:28:07 +02:00
Allan Odgaard
1fafbecd54
Remove Chinese translation
...
It’s not feasible to maintain the old-style xib translations while we work on the UI. We’ll soon move fully to constraint-based layout which should allow translations to be purely string-based.
2012-09-16 11:41:23 +02:00
Allan Odgaard
392c195077
fixup! Retina assets for the "Bundle Editor" window
...
The non-retina bundle icon lost its alpha mask.
2012-09-09 11:32:40 +02:00
Allan Odgaard
6477c32fda
Expose gutterSettings when editing themes
...
Also fix the grammar used for theme and macro editing (meta.plist → source.plist).
2012-09-08 00:42:26 +02:00
Allan Odgaard
aa2b194341
Better ordering of keys when editing bundle items
...
This closes issue #338 .
2012-09-03 21:52:44 +02:00
Jacob Bandes-Storch
dfdde3283f
Use 64-bit: explicit visibility where required
2012-08-28 21:32:47 +02:00
Jacob Bandes-Storch
e3aa997b06
Use libc++: replace std::tr1 with std
2012-08-28 13:30:20 +02:00
Gerd Knops
e13f1ec13f
Remember Bundle Editor column widths
2012-08-22 21:15:18 +02:00
Gerd Knops
d19e2fa49e
BundleEditor: follow truncated names with ellipsis
2012-08-22 21:15:17 +02:00
Paul Wilde
edcaffed91
Retina assets for the "Bundle Editor" window
2012-08-19 21:13:25 +02:00
Gerd Knops
7aa70dd581
Bundle Editor: allow selection of disabled items
...
Previously disabled items could not be selected, and hence not be re-enabled.
2012-08-18 21:28:55 +02:00
Elia Schito
11e08b7ee8
Let the user resize bundle editor columns
2012-08-18 16:37:22 +02:00
Bo Xiao
96cb899b53
Initial commit of Simplified Chinese localization for xib files.
2012-08-14 21:29:51 +02:00
jtbandes
ee11103d2d
Change deployment target of all xibs to OS X 10.7
2012-08-11 23:04:00 -07:00
jtbandes
45b68389f2
Save all xibs with Xcode 4.4.1 (4F1003)
2012-08-11 23:04:00 -07:00
Allan Odgaard
9894969e67
Initial commit
2012-08-09 16:25:56 +02:00