| synger | actually, im only back to TextWrangler because TextMate was giving me the shits again. |
| dhar | ive never seen a real advantage to any pay-for editors over the free ones |
| jdv79 | dhar: its kinda funny - we constantly reformat eachother's stuff at work - its a small team:) |
| dhar | jdv79: jdv79: you're wasting time and money doing it :) |
| phroggy | dhar: have you used BBEdit? |
| dhar | jdv79: pick a coding standard phroggy: actually no |
| jdv79 | we can't - to much friction |
| phroggy | dhar: well, that's why then. |
| dhar | phroggy: ive looked at it, but like I said, I havent seen anything that "I must have" jdv79: then you need better management |
| phroggy | dhar: http://www.barebones.com/products/bbedit/threeway.shtml |
| jdv79 | management doesn't care as long as it works |
| dhar | jdv79: consistent code style is like job #1 for a development manager heh i'd fire them :) |
| jdv79 | a "micro"manager perhaps |
| Apachez | I'd hit it |
| dhar | jdv79: tell me something that I can't do with vim or Eclipse |
| Apachez | does that "manager" have large boobs ? |
| dhar | err phroggy I mean |
| synger | okay, the only reason i'd think about bbedit is the svn/cvs intergration |
| dhar | eclipse integrates with svn and cvs |
| jdv79 | integrated vs best of breed - its a preference |
| dhar | what makes it best? |
| Woosta | I miss BBEdit |
| dhar | its just what you're used to :) |
| phroggy | dhar: open an SFTP browser, select all, open. Cmd-F, type in a word to search for (or a regex pattern) and what to replace it with. Click the box to search all open windows, and click Replace All. Scroll through the list of results to see what was done. Do it again with different search/replace strings, and when you're done hit Save All to upload everything back to the server (while keeping a local backup in a folder you've created for this purpose). |
| dhar | apples to apples, I don't see any compelling reason to pay money for it |
| jdv79 | BS |
| Woosta | I miss Omnigraffle more though |
| dhar | phroggy: ok, that's kinda cool.. but I'd just do that via bash |
| rhizo | phroggy: i can do all of that and more in vim or gvim |
| dhar | phroggy: not saying it's worthless, jsut that its not a feature that i feel is worth paying for |
| rhizo | there's always :sh and trusty bash aliases |
| dhar | vim is uber |
| jdv79 | vim for nix zealots |
| Jmax- | heh, i should aluas :q and :q! in bash to be exit |
| phroggy | I'm not saying those tasks can't be done in other ways! |