Antoine Mercadal
2d34d458f4
typo
2013-01-25 01:08:51 -08:00
Antoine Mercadal
331a0a87b1
Small UI Update for error data views
2013-01-25 00:32:41 -08:00
Antoine Mercadal
628a4db746
Improve errors reporting
...
Errors are now displayed in a data view showing:
- the file
- the error message
- A button that allows you to open the errored file in the default system editor
2013-01-24 23:41:25 -08:00
Antoine Mercadal
836d8d030c
Detect multiple actions with same name
2013-01-24 16:15:37 -08:00
Antoine Mercadal
f30b3afabd
XcodeCapp: parser.j is now using Objective-J 2.0
2013-01-24 16:06:54 -08:00
Antoine Mercadal
448d3958a2
Fix bug preventing any failure return.
2013-01-24 13:29:38 -08:00
Antoine Mercadal
29fe631ce6
small style fix
2013-01-09 09:54:43 -08:00
Andrew Hankinson
40ab25d2a6
Minor formatting changes
2013-01-09 11:30:20 -05:00
Andrew Hankinson
0f9a2dc9d3
Fixed: XCodeCapp reads the user's shell environment
...
Before this fix, XCodeCapp always ran under /bin/bash, causing problems when trying to source the files from other shells, like /bin/zsh
This fix reads the shell information directly from the user's environment and XCC to run using that shell.
2013-01-09 11:27:47 -05:00
Antoine Mercadal
6284f29a96
Fix regexp in XcodeCapp parser. Thanks to Andrew Hankinson
2013-01-08 18:43:09 -08:00
imageoptimiser and Adam Howard
787dd10c69
Optimised images
2012-12-24 12:10:02 +00:00
Aparajita Fishman
c2da96e311
CPWebView should be converted to WebView* in the shadow header
2012-10-08 17:30:28 -04:00
Aparajita Fishman
90d52a8bb4
Don't show environment vars when building
2012-09-28 14:55:33 -04:00
Antoine Mercadal
d4b0e2a124
fix some paths using non unicode chars causing xcc_general_include.h import problems
2012-09-15 12:17:43 -07:00
Antoine Mercadal
a7b40a5cdd
XcodeCapp now uses both .m and .h shadow files in addition of the general include .h. Seems to fix most of the problems + refactoring
2012-09-13 19:07:46 -07:00
Antoine Mercadal
ad5b9b658e
take care of the .h and .m
2012-09-13 19:06:34 -07:00
Antoine Mercadal
df28a4696e
parser.j now generate both header and implementation files
2012-09-13 19:06:00 -07:00
Antoine Mercadal
c30a6fb843
import the general include file to allow XCode to understand custom class inheritance
2012-09-13 14:09:30 -07:00
Antoine Mercadal
2e7afc3ca1
when managin the project, create a file containing includes of all projects files
2012-09-13 14:09:02 -07:00
Antoine Mercadal
d1c978669b
run ImageOptim on all images. Saved around 30% of original size
2012-08-24 11:48:55 -07:00
Antoine Mercadal
fea31d54f8
Update comments to remove references to .xCodeSupport
2012-08-17 20:14:26 -07:00
Antoine Mercadal
657baf9135
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2012-08-09 12:52:11 -07:00
Antoine Mercadal
15c75f05e5
Update some labels
2012-08-09 12:51:43 -07:00
Aparajita Fishman
2b6d8697d5
Fix compiler warnings
2012-08-09 12:17:31 -07:00
Antoine Mercadal
dcd3995230
remove old pbxproj sample
2012-08-09 11:42:05 -07:00
Antoine Mercadal
4e13f3f2fd
Add reference to .j too in a group called Sources
2012-08-08 22:35:35 -07:00
Antoine Mercadal
6a2d7bd2df
Remove useless product group
2012-08-08 22:34:58 -07:00
Antoine Mercadal
81c1f0c7c9
don't be stupid
2012-08-08 22:34:40 -07:00
Antoine Mercadal
cfd6928baa
make XcodeSupport hidden
2012-08-08 21:56:33 -07:00
Antoine Mercadal
7b9582181c
By default ignore *.xcodeproj and DS_Store
2012-08-08 21:53:25 -07:00
Antoine Mercadal
455ec8e3ae
Simplify the FSEvent callback.
...
Events are not so reliable, there are many flaws and special cases (like trashing a folder etc)
In order to simplify the process is the following
- We receive an event
- We tidy up the shadow files
- We check if the given path exists
- If it's a folder, we continue
- If it's a file and it exists : we run handleFileModification
- If it's a file and it doesn't exist: we run handleFileRemoval
2012-08-08 21:51:38 -07:00
Antoine Mercadal
ea31bd2be2
make XcodeCapp compatible with Xcode 4.4
2012-08-08 19:08:16 -07:00
Antoine Mercadal
bf6c0c95eb
Update Xcode project
2012-08-08 19:05:07 -07:00
Antoine Mercadal
bb20a8f4ff
pbxprojModifier.py now uses the mod_pbxproj
2012-08-08 19:04:52 -07:00
Antoine Mercadal
cc18a5d3e2
Update default PBXProj
2012-08-08 19:04:30 -07:00
Antoine Mercadal
88287c6c2d
add attribute to hold the pbxmodifier script
2012-08-08 19:04:04 -07:00
Antoine Mercadal
0fd0a05cd1
basic support for removing a reference of a file
2012-08-08 19:03:44 -07:00
Antoine Mercadal
b0b084dbe8
add necessary imports
2012-08-08 16:02:00 -07:00
Antoine Mercadal
41a6621ac2
Make XCC generating .m files with @property for outlets
...
This is step 1 to have XCC working with Xcode 4.4.
2012-08-08 14:59:29 -07:00
Malte Tancred
c3740c548d
Corrected the corrected format specifier for the flags variable.
2012-07-13 08:11:24 +02:00
Malte Tancred
3f65153d4f
Corrected the format specifier for the flags variable.
2012-06-23 22:46:25 +02:00
Antoine Mercadal
f8df87edcf
Merge pull request #1561 from tancred/xcodeapp_always_creates_support_sources
...
Create support sources folder if necessary.
Reviewed.
2012-06-14 10:27:43 -07:00
Malte Tancred
1fd021770e
Split -synchronizeLastEventId in two methods.
...
The first method (updateUserDefaultsWithLastEventId) just
sets the default while the other (synchronizeUserDefaultsWithDisk)
forces a synchronization with the disk.
2012-06-14 11:43:52 +02:00
Malte Tancred
0018be6fd8
Make XcodeCapp synchronize file system event status more frequently.
...
This is a small fix that makes XcodeCapp update the latestEventId value
in the defaults database at the end of each FSEvents callback.
Prior to this fix, the synchronization was performed only when the user
actively decided to stop listening to a project.
2012-06-13 10:37:08 +02:00
Malte Tancred
52fff2056b
Fixed code standard issues.
2012-06-12 17:44:17 +02:00
Malte Tancred
56c0f7f6f1
Create support sources folder if necessary.
...
Make sure the the xCodeSupport/Sources folder is always
present. The objj tool will fail if it's missing.
The Sources folder could be missing if it's not checked
into a repos for example.
2012-06-08 13:21:47 +02:00
zittix
7f0ff5fd0a
Add missing help file in XcodeCapp
2012-04-25 16:25:58 +02:00
Aparajita Fishman
4fff92f3ee
Ignore NS_*.j userland NS classes in XcodeCapp
2012-04-13 08:25:19 -04:00
Antoine Mercadal
324e75650d
code style cleaning
2012-04-09 10:24:39 -07:00
Richard van Zon
d56a15db83
Using fm instance and ignore errors
2012-04-09 08:06:53 +02:00