开发者

Customizing Xcode [fonts, code sense, and more]

开发者 https://www.devze.com 2022-12-26 19:41 出处:网络
How can I make code completion case-sensitive? How can I make Ctrl开发者_开发问答-k kill the content of the line and the new line character?
  1. How can I make code completion case-sensitive?
  2. How can I make Ctrl开发者_开发问答-k kill the content of the line and the new line character?
  3. How can I make backspace always delete only one character, no matter what it is? Right now, it deletes spaces in chunks equal to my indent level.
  4. How to change the indentation style in file templates? I like to have the opening brace on its own line.
  5. How can I make the font aliased?

I'm using Xcode 3.2.2.

EDIT: Issues 2, 4, and 5 are solved. 1 and 3 are still open.

EDIT2: ad.3. Yes, I set Xcode to use spaces, not tabs.


3.

Look in Preferences : Key Bindings : Text Key Bindings : Indent Friendly Delete Backwards

If the delete key is mapped to this entry change it to plain Delete Backwards.

2.

In that same preference area, you can see that there is no delete line option to map ^k to.


How can I make code completion case-sensitive?

I don't think that's possible.

How can I make Ctrl-k kill the content of the line and the new line character?

I can't answer that one, you might need to write a script to do it.

How can I make backspace always delete only one character, no matter what it is? Right now, it deletes spaces in chunks equal to my indent level.

Backspace always deletes one character. It sounds like your file has tab characters in it, each one of which takes up the space of 4 spaces by default. You can tell Xcode to use spaces instead by de-selecting Tab key inserts tab, not spaces in the Indentation preference panel.

How to change the indentation style in file templates? I like to have the opening brace on its own line.

You need to create custom file templates. You can find the Xcode templates here:

/Developer/Library/Xcode/Templates/File Templates 

You need to copy the appropriate templates to this location:

~/Library/Application Support/Developer/Shared/Xcode/File Templates

You can then edit the template files to use whatever indents you like.

How can I make the font aliased?

You need to use a font that has aliased characters. Try Monaco at 9 or 10 points.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号