CARVIEW |
klaaspieter
(Klaas Pieter Annema)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Klaas Pieter Annema
- Website/Blog
- https://www.annema.me
- Company
- Sofa BV
- Member Since
- Jun 25, 2009 (about 1 year)
Following 5 coders and watching 15 repositories view all →
Public Repositories (7)
-
cappuccino
Forked from 280north/cappuccino
Web Application Framework in JavaScript and Objective-J
Last updated Tue Jul 27 02:43:06 -0700 2010
-
LPKit
Forked from luddep/LPKit
A collection of re-usable views, controls & utilities for Cappuccino.
Last updated Fri Jul 16 03:41:25 -0700 2010
-
Cappuccino.tmbundle
Forked from malkomalko/Cappuccino.tmbundle
Textmate Bundle for Cappuccino / Objective-J
Last updated Thu Jul 08 04:09:24 -0700 2010
-
OJTest
Forked from 280north/OJTest
The Cappuccino Test Framework
Last updated Tue Jul 06 02:09:50 -0700 2010
-
EKActivityIndicatorView
Forked from eliasklughammer/EKActivityIndicatorView
This is a class for displaying those "here spins something the app isn't broken"-spinners for the...
Last updated Thu Jul 01 15:52:06 -0700 2010
-
tablesort
Javascript table sorter
Last updated Sat Nov 28 04:26:22 -0800 2009
-
aristo
Forked from 280north/aristo
Aristo Artwork Files
Last updated Tue May 26 16:53:03 -0700 2009
Public Activity 
Bug: _CPObservableArray removeObject: loops infinitely
Bug: Nib2cibbed CPTextFields are not placed at the correct origin
Bug: CPTableColumn nib2cib does not support edibility
Bug: CPArrayController removeObject: doesn't remove the object
Bug: CPIndexSet isEqual: not implemented
Bug: CPArrayController selectPrevious: and selectNext don't work correctly
-
48a5d55
fix CPArrayController selectPrevious: and selectNext:
-
b9c2bec
implement CPIndexSet isEqual:
-
24f72c0
Merge branch 'master' of git://github.com/280north/cappuccino ...
- 7 more commits »
As far as I know, it doesn't, but I've been surprised before.
Referencing instance variable is done by Apple a lot as well. It's annoying because it makes classes harder to subclass while it really shouldn't be.
-
e953ebd
Set the clicked row in menuForEvent:
You are right about the it's - its part. I'm a non native speaker. I've been paying more attention to it lately but I just copied this code / comment from an earlier Cocoa implementation.
I do think it's harmful to reference _delegate (or instance properties) directly, because it doesn't allow subclasses to override the getter method and return something else. Something I should've done though is make a
var delegate = [self delegate]
and then use that.I also hate doing _delegate for performance issues, because this is something that, if it's safe, a compiler should do for me.
-
18f2eed
implement tableView:menuForRow: delegate method
-
48802b8
match CPTableView's alternating row colors with Aristo's
-
bf40f89
Removed redundant code, fixed to work with theming of tablevie...
-
18313ba
Merge branch 'arraycontroller-fixes' into enstore-standalone
- 13 more commits »
Bug: CPArrayController insertObject:atArrangedObjectIndex: not implemented
Sorry about that ;)
CPArrayController addObject inserts object in wrong position if there are no sort descriptors
Alright that makes sense. Not copying the size obviously means other stuff is going to break when an object changes the size.
Thanks, now let's get it merged in ;)
-
282885a
Merge branch 'bindings-fix' into enstore-standalone
-
adc1a49
store accessors in a javascript object not a CPDictionary, for...
-
3b9d6ff
don't copy the selection indexes in setContent:
- 46 more commits »