A software program that provides tools for writing computer programming code, as opposed to the word processor, which is designed to facilitate writing prose and displaying typography.

learn more… | top users | synonyms

0
votes
1answer
390 views

Mask editing for Pages

When trying to edit the mask, I am stuck with this blue dot that only rounds the corners of the mask and I can't get rid of it. How do I go about editing the mask borders?
0
votes
2answers
364 views

iOS application that allows search in Word documents?

I have a huge .doc (Microsoft Word) file (several megabytes) and I need to search it on my iPhone. I have tried like 5 different editors and readers to no avail. Is there any application that allows ...
3
votes
1answer
447 views

Why does my mouse cursor stick as the default arrow instead of a text selector?

I use NetBeans, and when I activate other applications or windows then return to NetBeans, the cursor no longer changes to the text selection cursor, but instead it remains as the default mouse icon. ...
0
votes
1answer
20 views

How to edit writable locations in a document in Pages '09?

The following image shows a region of the sheet it is not possible to write or select. There the cursor is, if i write another letter it will show up on the next page. How do i enable the document to ...
1
vote
1answer
3k views

Has anyone figured out a keyboard shortcut to globally strikethrough selected text in any OS X app?

We have command + b to bold, command + i to italicise, u to underline, but we don't (as far as I can tell) have a shortcut to strikethrough selected text in any OS X rich editor. I added a keyboard ...
13
votes
6answers
3k views

What's the best text editor for use with large files?

What are your recommendation for opening large text files on OS X? I found both BBEdit and Textmate to be struggling in this department.
8
votes
4answers
12k views

How do I start TextEditor from the command line?

I work a lot at the command line in a Terminal and would like to start a text editor on a certain file. I'm from Linux Land and normally use kwrite or gedit from a bash shell. Trying to find the Mac ...
1
vote
1answer
35 views

Text editing: switch to Override mode

In insert mode, the text in front of the cursor is pushed forward when new text is inserted. For example, if the cursor is at position ^ and the word word3 is typed: word1 word2 ^ The result ...
0
votes
1answer
29 views

TextWrangler: How to do a Find then Replace: How to Specify what text to find and what text to replace

I'm stuck what most would think is one of the basics of editing with TextWrangler - how to do a find/replace! In Notepad++ on Windows, the Replace is, to me, very straight forward: you select it from ...
6
votes
3answers
5k views

BBEdit - The authenticated save for this file failed (application error code: 20004)

I'm trying to edit my hosts file with BBEdit 10. When I begin, it tells me to unlock the file with this message: Are you sure you want to unlock "hosts"? You aren't a member of the group ...
2
votes
3answers
2k views

How do I setup Python3.3 and Sublime Text 2 correctly on OS X 10.8.2?

I am trying to setup Sublime Text 2 so that the build command correctly runs Python3 / Python3.3 scripts. I have installed Python 3.3 via the installer obtained from python.org and installed Sublime ...
1
vote
1answer
78 views

Prevent TextEdit from opening for unknown file types that are plain text

TextEdit is used by the system so it can't be removed, but I have another text editor I use and it causes confusion when text files that don't have a suffix or don't have a suffix which I've already ...
1
vote
2answers
94 views

Dashboard Widget for persistently editing a file

Is there a dashboard widget that one can use to persistently edit a text file? For example, suppose I want to have my changelog open all the time in a Git repository. Many thanks.
1
vote
2answers
71 views

Selecting a whole line of text, including the newline

Kind of a tricky one to describe. Here goes though. Open up your favourite text editor on OSX (well, Textedit, Coda 2, a Chrome textarea at least). Type a long line of text, followed by a short line. ...
0
votes
0answers
17 views

Text editor application for MountainLion that allows Right click new textfile? [duplicate]

I have searched a lot but could not find a decent application that adds Right Click + New Text File option on my Mac. I found a script NewFileHere But I am looking for a native app which allows me to ...
1
vote
0answers
40 views

Delete key does not work in TextEdit

When I select a piece of text on TextEdit and try to delete it using the delete key the piece of text does not get deleted. But, if I tap my trackpad after hitting the delete key, it does. I've tried ...
0
votes
0answers
84 views

Syntax underlining not working in Sublime Text 2

I'm using Sublime Text 2 build 2217 on OSX 10.8.2. Everything else works great, except I can't get underlining to work. Here's an example from my theme file: <dict> ...
0
votes
1answer
27 views

Good Text List transformation Software

Let's say I have a list of items like so: default cube page concave zoom linear fade none and I want to change it to the following: 'default' => t('default'), 'cube' => t('cube'), ...
1
vote
1answer
178 views

Getting Sublime text to use the latest version of Ruby?

I have multiple versions of Ruby installed on my machine. By using RVM, I am able to use Ruby 1.9.2 on the terminal. But whenever, I use Sublime Text, the text editor of my choice, it defaults to ...
1
vote
1answer
507 views

Text Editor on iOS that can edit files from any folder in Dropbox

Can anyone recommend an iOS text editor (iPad and iPhone) that can open arbitrary text files from Dropbox? I've used a few, but they tend to be restricted to a specific subdirectory of my Dropbox ...
1
vote
1answer
464 views

Why does BBEdit look bad with retina display?

I downloaded the free trial of BBEdit editor and I tried it on a new MacBook Pro with retina display. Surprisingly the text looks pretty bad, like if it is not focused. I doubt this is normal. Is it a ...
2
votes
3answers
656 views

How does Mountain Lion set the default text editor for the “open -t” terminal command?

OSX seem to offer open -t command line shortcut to open arbitrary files in the system default text editor. Where is this default text editor set? Can I change it from the command line (if possible) ...
2
votes
1answer
2k views

Where does OS X store unsaved TextEdit documents?

Where does Mac OS X store TextEdit's unsaved documents? I want to programmatically: increase/decrease that size flush the cache provide configuration option to control the frequency of auto ...
1
vote
0answers
98 views

How do I disable the OS X scrollbar when scrolling in Sublime Text 2 (Mountain Lion)?

The OS X default scrollbar obviously defeats the purpose of Sublime Text 2's minimap (which is a scrollbar by itself). So I want it to not show up when scrolling. I believe I've been able to do ...
3
votes
1answer
1k views

Refining a Sublime Text 2 / Transmit workflow

I recently changed code editors from Coda to Sublime Text 2. All in all, I am finding that ST2 fits my web development workflow almost perfectly. My one friction point is when interacting with an ...
5
votes
4answers
709 views

What are the advantages of Emacs for Mac OS X users?

Over the past year or so I've seen a movement towards switching to Emacs on Mac OS X, often away from TextMate. While I understand the motivation for switching away from TextMate (TM2 is more or less ...
4
votes
3answers
681 views

Force Terminal to Use Gedit for any Text Editing - not vim

I'm learning to program. While following this mission, I typed git commit, which opened up vim. I don't know or want to know vim (no offense to vim lovers). I'd like to have: terminal open gedit ...
2
votes
2answers
132 views

Is there a notepad that lets me change the background image?

I want to put this blackboard as the background of my notepad, so when I type, it'll look like I'm writing on a blackboard. Do you know a simple text editor that will let me use it as a background ...
2
votes
3answers
1k views

Where to put the .vimrc file for sudo in OS X Lion?

I always put a .vimrc in my home folder for turning :syntax on. But in OS X Lion it seems that sudo vi foo.txt ignore or can't find this vim configuration anymore. Has anyone experiences the same ...
6
votes
2answers
685 views

Why don't my arrow keys work in vim under iTerm?

They work just fine if I use Terminal and start a vim session, but under iTerm I have to resort to using H-J-K-L to do left-up-down-right movement. In both Terminal and iTerm TERM=xterm-color. My ...
6
votes
2answers
830 views

MATLAB and Objective-C in Sublime Text 2

Is there a way to set Sublime Text 2 (running under OSX) so that it identify MATLAB (.m) files and Objective-C (.m) files automatically? Meaning that ST2 would be able to differentiate between each ...
13
votes
8answers
3k views

Which text editors take advantage of Lion's Versions feature?

I've been a fervent user of Textmate for many a year, and I hope to continue to be one. However, the versions feature of OSX seems like a great and easy to use idea. I'm mostly doing HTML, CSS and ...
0
votes
0answers
23 views

Is there any hotkey to delete file or catalog in phpStorm editor?

I have OS X Lion and phpStorm editor. I don't like to remove files using mouse. Is there any hotkey to do it?
5
votes
1answer
147 views

How to edit any text in chosen editor?

I'm looking for a small app that will let me move any selected text (ie in a text box or another app) into my chosen text editor (in this case Sublime Text 2), and when I save will move it back to ...
1
vote
1answer
2k views

Change highlight colour in Sublime Text 2

How can I change the default highlight colour in Sublime Text 2? I know I have to find a highlight key in one of the theme files but I don't know where these theme files are kept. Are they in the ...
-1
votes
2answers
125 views

What simple text editors exist that do not convert files as TextEdit does? [closed]

Is there a simple text editor like Notepad (or Notepad++) on Windows for OS X? TextEdit cannot open all types of files and TextWrangler is not "simple", for my opinion TextWrangler is meant to work ...
5
votes
2answers
298 views

Indenting html + javascript/css

Have you encountered an OS X text editor capable of indenting both the line var x = 2; and the lines <it>Item A</it> <it>Item B</it> in the following html? <html> ...
4
votes
1answer
144 views

Open as text option for every file, regardless of what OS X thinks of it [duplicate]

Possible Duplicate: How to permanently put TextEdit in the Open with… menu list? Being a programmer, I often work with text files. As you probably know, file extensions are more or ...
0
votes
0answers
111 views

Find multi-line block using grep and/or automator with BBEdit

I have an xml file output from WordPress. I have BBEdit as my main search tool. I am on a Mac running 10.7.4 I am trying to find a muli-line block of text that starts with <item> and end with ...
0
votes
0answers
128 views

Textmate 2: how do I style HTML class attribute names?

My Goal/Question In Textmate 2, how do I style the appearance of class attribute names within HTML elements? E.g. <div class="value">…</div> (value being the target for styling.) ...
1
vote
0answers
291 views

Chocolat: How to see Build or Run output for C/C++/ObjC?

My Setup: Chocolat v1.2 OS X 10.7.4 I'm using Chocolat to write C/C++/ObjC code. I have saved the file I am working on with the appropriate file extension (e.g. .c, .m, etc) such that Chocolat ...
1
vote
8answers
2k views

Looking for the ultimate IDE for Mac

I am a little disenchanted with development on the Mac right now. I need a single IDE that can handle all of my development needs. I did notice there are other questions on this topic already, but ...
1
vote
2answers
262 views

Free programming editor w/ syntax highlighting for iBook G4 running Mac OS X 10.4.11 (PowerPC)

I am looking for a free programming editor for my iBook G4. I was going to to get the lightswitch trial until I looked at the sys requirements (needs Intel CPU). Can someone please point me to a ...
-1
votes
5answers
340 views

Any text editors that are emacs-like in extensibility but Apple-like in visual aesthetic and design? [closed]

Basically I want a text editor that is: Simple in visual design and uncluttered (like Byword) Powerful and extensible like emacs (with hooks, etc, so I can customize it to my needs). When I say ...
2
votes
2answers
116 views

Go to beginning of text field in Mac.

What's the keyboard combination to use to go to the very beginning of a text field? Tried Fn+Up and it scrolls the document up but doesn't move the cursor.
0
votes
2answers
173 views

How do I make a terminal alias that edits root owned files in a GUI text editor?

How can I quickly edit root owned files like /etc/hosts and /etc/apache2/httpd.conf in a text editor such as TextEdit which would let me do modern text editor operations, without actually running the ...
1
vote
1answer
115 views

How to change 2 properties in Xcode 4?

I would like to do 2 things in the xCode: enabling spelling correction in the comments. unrolling the lines of code/comment, I mean like when I have a long line of code xCode won't break it to 3-4 ...
0
votes
1answer
427 views

Installing TextWrangler command line tools into /usr/bin

I just installed the text wrangler command line tools and they are placed into /usr/local/bin by default. On Lion this directory appears to be a root only directory, and I don't want to have to run ...
12
votes
13answers
1k views

Can anyone recommend a programmers' editor?

I'm looking for a programmers' editor. I know Xcode and I use it for application programming but I'm looking for something that will: Syntax highlight PHP, SQL, Javascript (including jQuery) and CSS ...
2
votes
1answer
184 views

How do I get BBEdit to display the error browser programmatically?

One of the nice features of BBEdit is that it can show a list of errors (e.g. syntax errors in a Ruby program), and clicking on the error will display the line in the source code file. How can I ...

1 2