Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Text editor with "Stay on Top" feature.

Text editor with "Stay on Top" feature.
Thread Tools
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 1, 2002, 08:16 AM
 
Anyone know of one?

Doesn't need to have any bells and whistles, but it would be nice if it was freeware, and had a "Stay on Top" feature that would be oh so handy for copy and pasting.

Barring that, is there a way to scroll through the dock backwards, i.e. command + tab ,but the other way?

Or if that's a no go, is there a keyboard combination that lets you swap between two applications?
     
Mac Elite
Join Date: Jul 2002
Location: Tronna
Status: Offline
Reply With Quote
Oct 1, 2002, 09:49 AM
 
Did you try shift command tab?
     
skalie  (op)
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 1, 2002, 11:30 AM
 
Originally posted by GoGoReggieXPowars:
Did you try shift command tab?
Have now, cheers.
     
Forum Regular
Join Date: Sep 2001
Location: .be
Status: Offline
Reply With Quote
Oct 1, 2002, 02:25 PM
 
Originally posted by skalie:
Anyone know of one?

Doesn't need to have any bells and whistles, but it would be nice if it was freeware, and had a "Stay on Top" feature that would be oh so handy for copy and pasting.

Barring that, is there a way to scroll through the dock backwards, i.e. command + tab ,but the other way?

Or if that's a no go, is there a keyboard combination that lets you swap between two applications?
Can't help you with the texteditor problem, but switching between two apps is easy in Jaguar:
Before 10.2, command+tab would always activate the next running app in the dock.
In Jaguar command+tab will activate the previously active app. Another command+tab will switch you back (release both keys, keeping command pressed will let you skip one app at a time like it used to).
Try it, really useful once you get used to it
Mm.
Moderation is a fatal thing. Nothing succeeds like excess.
Oscar Wilde
     
skalie  (op)
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 1, 2002, 03:29 PM
 
Er, just realised that for at least two of those questions I should have mentioned which OS I am using........

OS X 10.1 frequently reverting back to classic.
     
Mac Elite
Join Date: Sep 2000
Location: Eagan, MN
Status: Offline
Reply With Quote
Oct 5, 2002, 01:12 PM
 
Originally posted by skalie:
Anyone know of one?

Doesn't need to have any bells and whistles, but it would be nice if it was freeware, and had a "Stay on Top" feature that would be oh so handy for copy and pasting.
Since Apple gives TextEdit's source away with the developer tools, I compiled a copy for you that puts the windows at a higher window level. Try it out:

http://homepage.mac.com/mr_sonicblue/TextEdit.app.sit

Hopefully Apple won't spaz out
     
skalie  (op)
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 5, 2002, 05:40 PM
 
Originally posted by mr_sonicblue:


Since Apple gives TextEdit's source away with the developer tools, I compiled a copy for you that puts the windows at a higher window level. Try it out:

http://homepage.mac.com/mr_sonicblue/TextEdit.app.sit

Hopefully Apple won't spaz out
Wow, super cool.......

........only how do you get it to work? I uncompressed the package and now clicking on a .txt file won't open up TextEdit anymore.

TextEdit still opens up from the application folder though.

I'm probably missing something obvious, will try again later after sleep.
     
Dedicated MacNNer
Join Date: Nov 2001
Location: england
Status: Offline
Reply With Quote
Oct 8, 2002, 08:47 PM
 
could you re-post the "enhanced" text edit or email it to me? (link is dead) all month I've been dong heavy flash development, and sent feedback to mm about at an actionscript code pasteboard- some where to copy AS to that was pertinent, but for use later on in a project (ie: something good came out of that last experiment- but right now theres more pressing matters to get on with- ill reuse that last bit of code when this bits working right- ill stick it in the pasteboard, add it later). But flash mx doesnt have this feature. however, the enhanced verson of text edit could curve round the problem for me- and id be a happy man. id be ever so gratefull. Could you repost the file, or if not send it by email:

chris@so19.com

thanks in advance - you could save me alot of bother.
     
skalie  (op)
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 9, 2002, 03:05 AM
 
Er, Chris, I'm still waiting for a reply from mr_sonicblue.

His version of TextEdit didn't "stay on top", and for some reason clicking on a ".txt" file doesn't automatically open TextEdit up anymore. (probably a logical reason for that).

As far as that scenerio you described about filing away actionscript for later, why not surround it with comment tags? and comments for that matter.

Where the "stay on top" feature really comes into it's own is when editing "#include" files.
     
Dedicated MacNNer
Join Date: Nov 2001
Location: england
Status: Offline
Reply With Quote
Oct 9, 2002, 06:26 AM
 
commenting out was a good when the scripts were small, but now with longer and more scripts, its getting to be a pain- plus its not as useful when using different fla's in one project. thanks for trying to help though.

mr_sonicblue: ive got the developer tools that came with jag- how do you make text edit have the "stay on top" feature? if you are loathe to repost it because of apple,, could you tell me how to do it myself?
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Oct 9, 2002, 08:35 PM
 
Originally posted by chris.p:
mr_sonicblue: ive got the developer tools that came with jag- how do you make text edit have the "stay on top" feature? if you are loathe to repost it because of apple,, could you tell me how to do it myself?
I got it working very easily. I only tested it for a minute, so I can't guarantee it's perfect, but I can't see where there would be a problem. Here's how you do it:

Open up the project in Project Builder. Go into the file "Document.m". Look for the line
Code:
[[self window] setDelegate:self];
and insert after it the line
Code:
[[self window] setLevel:NSFloatingWindowLevel];
Then you can build. That should do it for you.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Dedicated MacNNer
Join Date: Nov 2001
Location: england
Status: Offline
Reply With Quote
Oct 11, 2002, 03:41 AM
 
thanks
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:52 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2