Quote:
Originally posted by Pukku:
Well, there is an x version of Emacs (actually, even a Mac version, I understand). So I imagine it won't be too long before it gets…
Though Apple's TextEdit isn't a good code editor (I LOVE rainbow editors), I thought I'd add a little to the community's knowledge. You can use it for simple text editing -- the sa…
Quote:
Originally posted by MacBigot:
alias TextEdit '/Applications/TextEdit.app/Contents/MacOS/TextEdit &'
Unfortunately, it does not seem to take command line par…
Thanks for the info. I didn't know about the open command. Very useful. I did know about '\!*' before the '&', but I had a typo which prevented it from working, so I assumed it…
Trans-tex software has a carbonized version of Tex-Edit available (shareware) now. It doesn't have many of the developer-oriented features that BBEdit has (e.g. syntax coloring) b…
Here's a java based text editor that has much of the functionality of BBEdit- ftp, syntax highlighting, perhaps more:
http://jedit.sourceforge.net/
It has syntax highlighting for…
Are there any UML modelers available for Os X? I've tried to get some of the Java CASE tools to work, but I've had no luck compiling them. If anyone can help, here's a good one to …
argoUML is a great UML Modler. Version 0.8 (8.08.2000) seams to work fine without any modifications. In the terminal find the directory you extracted argoUML to and enter:
java -…
Thanks, I just got it working. Now I just need to figure out how to get ArgoUML to accept the 2nd mouse button click. When right-click/ ctrl-click on an object, there should be a m…
I tried Together Whiteboard and it ran, but not well enough to be usable. The problem is that Apple's implementation of Java sucks! I've tried several different types of java pro…
I tried Together Whiteboard and it ran, but not well enough to be usable. The problem is that Apple's implementation of Java sucks! I've tried several different types of java pro…
After messing around with Whiteboard I got it to run... sorta. The Os X java implementation does kinda suck. ArgoUML runs better, but it still isn't feature complete (I can't displ…
FYI, I have Together running on my RS6000 workstation under JDK 1.3. So far it's awesome. I've been able to do more with Together in the last 8 hours than I have with Rose over t…
Quote:
Originally posted by jim potter:
Anyone using IPMasquerade under MacOSX?
Yep it works great in OSX. However it stops working if Classic is running...
Carlos
Can anyone post (or email) how IPMasquerade is set up and configured in the beta? Thanks.
------------------
---
Dave Smith
gveloper@mac.com - AIM: Gveloper
KF4YYT
for me, one of the coolest things about the mac os is the ability to extend system functionality with things like extensions, control panels, contextual menu plug-ins, and control …
To varying degrees, yes.
Control strip modules: not directly. However, OpenStrip is taking over that functionality. Modules need to be recompiled, but that's generally all.
Conte…
thanks, that's very helpful.
i definitely understand that the old method of patching traps was a little, uh, sketchy, but it did allow for some nice improvements.
since it seems …
I'm probably just being very dense (I'm relatively new to Java and UNIX), but does anyone know how to get the javax.servlet.* classes installed on OS X? Whenever I use javac to com…
it is just a set of classes available for download from Sun. It used to be called JSDK but now called JSWDK to avoid confusion with the Java2 SDK. It is also closely related with t…