TextEdit - Save preset for Find & Replace?

Hey, all!
Quick question... is there any way to save a preset for a Find & Replace function in the native TextEdit app in Mac OS?  I do a routine F&R using a long "Insert Pattern" (I haven't had time to learn Regular Expressions yet in order to use another app)... I'd love to be able to just do a quick F&R on a text file instead of having to build the string every time.
Possible?
Thanks!
-=R=-

thnx Tom - yes, all the text is there, editable and I can add new text to it and save. But I can't search it using Find, trying unique words I see right there in the first few paragraphs atop the file. Then tried 'and' which only found two in the whole large file, embedded within a block of what I guess are formatting characters also bunched up at the bottom of the file below my original text.
Oops, I just realized now that this file is not actually an RTF, its a Word 97 .doc -- which either means I converted it at some point in TextEdit, or its the original .doc file I started long ago with my ancient Microsoft Word that I used before going to Mavericks (was able to use Word in Snow Leopard but is no longer supported in Mavericks, I think its referred to as a 'PowerPC' application.) 
What should I do? Would converting it to an RTF file help, if so how do I do that?
thanks!
Randy

Similar Messages

  • How to configure and save presets for custom scanning?

    There are 5 presets in Acrobat XI for scanning files: "Autodetect...", "Black &White...", "Grayscale...", "Color Doc...",  and "Color Image".
    There is also an option to to do a "Custom Scan..." and "Configure Presets" (modify the 5 above).
    However, I could not find any way to create my own custom presets.. is that not possible?
    I was hoping to at least save my configuration(and/or possibly create a few different custom scan templates) in the Custom Scan for future scans but that was also not an option.
    I would gladly use the  5 presets and configure them to how I want them but its unfortunate there are no output options there to automatically append a scan to an existing file or create multiple files from a continuous scan.
    So... 1) Can you create custom presets for scanning? 2) Is there a way to configure output options in the existing scan presets? Thanks!

    Pavanmeet,
    you have to set all activities in the workflow to "general task" as well, not only for WS12300111 itself (doubleclick on each symbol with the "triangle").
    check the status of the sent leave request in transaction PTARQ (Display Documents). Here the "next agent" & the "pers. no" of the next agent is of interest.
    logon with the user, that is saved in infotype 0105 of the above mentioned pers.no. there should be the approve request.
    you can check the status of the workitems with SWI1 (i assume your system is prepared for workflows , check SWU3)
    Message was edited by: Achim Hauck

  • Ability to save presets for FX tools

    ...if I'm working on a project and need to recreate various 3d-ish icons, I need write them down on paper. presets for as many things as possible is highly desired by everyone. Especially the 3D extrude & Bevel FX as I use this rather frequently.

    Graphic Styles can store application of 3D Effect as it can other live effects. If you want only the 3D Effect to be stored in the Style, first Group the object to which you apply the 3D Effect. Then use the Group's Appearances to define the Graphic Style.
    JET

  • Find & Replace text in html files

    This is my first real attempt at using Automator, and it has become increasingly frustrating for me. I love the idea of Automator, nice interface, and it appears to be so easy to use. But, I can't get it to actually DO anything and I don't understand why.
    Here is my goal:
    to batch process multiple html files to remove certain characters and words (or replace them with empty space).
    I currently open these files in Pages and do 6 separate Find & Replace commands for each file before I continue with my other processing tasks. This is very tedious and I believe the computer should be able to find & replace multiple items at one time. (I have used other utilities to do batch renaming and trimming file names before.)
    All I want to do is select a group of files (usually 25 at a time) and have Automator get rid of all the unwanted words and characters before I open each file for final processing in Pages. I found a set of Automator actions for TextEdit which includes a Find & Replace action, but I've wasted over an hour so far trying to get it to work.
    When I run the workflow, it acts like it's doing something, but the files remain unchanged. I have tried using actions such as Read Text File, Get Contents of TextEdit Document, Set Contents of TextEdit Document, along with 6 instances of Find & Replace, but I cannot get it to work.
    I'm at a point today where I cannot afford to mess around with this anymore. I have to do it the long way in Pages or else I'll never get it done, but I want to get these Automator workflows to work before I have to repeat this task. (I do this at least once a week right now.)
    Any ideas or suggestions? I've tried reading in the help menus and support pages, but perhaps I'm just not understanding something here.

    Any ideas or suggestions?
    You might be interested in using TextWrangler. It can perform batch find-and-replace changes across multiple selected files.
    Good luck!
    Andrew99

  • Script to find/replace regular to Italic based on search terms in .txt

    Sorry for such a newbie post.
    I have been reading on JS scripts for find/replace.  I'm hoping develop a script or find one that is written that
    1. Looks into a .txt or any searchable file format, containing search terms
    2. Script will run on the entire Indesign document
    3. For any matching search terms script replace the style from regular to Italic, or from Bold to Bold/Italic. 

    Perfectly doable. Do you want to give it a go yourself?
    A few first thoughts (things I'd probably solve myself while writing the script):
    1. JS can read any file, but getting just the plain text out of an MS Word document is kind of ambitious -- even for me. Keep it simple: if your search text is nothing but a list of keywords or short phrases, write them out in a plain text file, one search item per line.
    2. With that I presume you mean not on one single continuous story, but all over the file -- including loose text frames, master pages, and what-have-you-got. Thass' easy, you can set the target for a Find or Replace operation with pin-point accuracy.
    3. .. This is the interesting part, actually.
    (a) Do you want to change the text style? That will set an override "+" for the modified text. It would be safer (wiser, etc.) to change it using a character style. (For the script it doesn't matter which method you use, this is just for the Future You who is going to edit this file in 6 months.)
    (b) If you do use a character style: what should happen if there already is one applied? Not bold or italic, but underline, for instance. Applying a new char style will override this one.
    (c) The naive approach (which I probably would have taken first) is to first search for each of the search terms, go over the 'found' list and test for each single entry if it's in regular or bold, then take appropriate action.
    A better approach -- without knowing anything else about this document -- could be to blindly use Replace to change ALL search terms in "Regular" to "Italic" and ALL search terms in "Bold" to "Bold Italic". It sure would be faster.
    (d) Just like in the interface, you can search for a word and 'change' only the formatting -- no need to change the text as well. And just like in the interface, you need to specify "whole words" and/or "case sensitive".

  • Batch code for running a find/replace all on multiple files within a source floder/directory

    What I need is a Batch source code that will open all files in a folder/directory and run a find and replace_all query within them and then save all the files.  The files were created in Illustrator and saved using the Scene7 FXG format extension.    These files will be uploaded into Scene7 as a group after the find and replace macro/query is run on the code.  The same find and replace query will be the same for all the files.  Basically this function or batch process  will save time in setting the same parameters all at one time instead of having to set the parameters individually in scene7.
    a source code sample of the find/replace module macro might be              searchString:  s7:colorvalue="#FFFFFFFF" 
                                                                                                                          replaceString: s7:colorValue="#&txtclr;"
                                                                                                                          searchWhat   "FXG document"    
                                                                                                                             searchSource:  true,
                                                                                                                        useRegularExpressions:   true
    I have no problems creating batch files within Ai and PhotoShop but I have limited programming skills in how to create source code for manuipulating documents outside of those apps or in a OS invironment.
    I could probably come up witha simple program to do what i want for one document but i get lost when dealing with multiple documents in a source folder (prolbem is,  I will be dealing with thousands of documents not 100 or less)
    If anything which Adope cloud app would work best:  Dreamweaver or Edge code   (or just use my notepad)

    What I need is a Batch source code that will open all files in a folder/directory and run a find and replace_all query within them and then save all the files.  The files were created in Illustrator and saved using the Scene7 FXG format extension.    These files will be uploaded into Scene7 as a group after the find and replace macro/query is run on the code.  The same find and replace query will be the same for all the files.  Basically this function or batch process  will save time in setting the same parameters all at one time instead of having to set the parameters individually in scene7.
    a source code sample of the find/replace module macro might be              searchString:  s7:colorvalue="#FFFFFFFF" 
                                                                                                                          replaceString: s7:colorValue="#&txtclr;"
                                                                                                                          searchWhat   "FXG document"    
                                                                                                                             searchSource:  true,
                                                                                                                        useRegularExpressions:   true
    I have no problems creating batch files within Ai and PhotoShop but I have limited programming skills in how to create source code for manuipulating documents outside of those apps or in a OS invironment.
    I could probably come up witha simple program to do what i want for one document but i get lost when dealing with multiple documents in a source folder (prolbem is,  I will be dealing with thousands of documents not 100 or less)
    If anything which Adope cloud app would work best:  Dreamweaver or Edge code   (or just use my notepad)

  • Match Case in Find/Replace in TextEdit

    Before updating to Lion, when using the Find/Replace function in TextEdit, I could choose to select "Ignore Case", or I could leave that deselected in which case it would only Find & Replace instances which matched the case of the text I entered.
    Now on Lion, instead of that dialogue box poping up giving me that option, the Find / Replace function is built into the TextEdit window, and there's no option to select whether to match or ignore case. As it is, it just ignores case and replaces all matches for the text found, regardless of case.
    That is not what I want! I need to match case!
    Can I do that in Lion, or is that functionality completely gone?

    like a lot of Apple "Interface Improovements" the stuff is well hidden. What i just found on another board: Just click on the magnifying glass icon (left of where you enter search text). A drop down menu will appear with search options - "Ignore Case".
    There is also a lot of other neat stuff hidden there ... So happy searching! ;-)

  • Simple Find/Replace in Textedit

    All I want to do is search a TextEdit document for a word and replace it with another word. For some reason, it's taking me hours to figure out how to do this. And all the scripts I found through google didn't work, so I don't know where to turn to now.
    Here's the part of the script that is suppose to be doing the find/replace:
    note, TextEdit is already activated earlier in the script
    tell application "TextEdit"
    tell application "System Events"
    tell process "Textedit"
    key down command
    keystroke "f"
    key up command
    keystroke "Last Update"
    keystroke tab
    keystroke "Created"
    click button "Replace All" of window "Find"
    end tell
    end tell
    end tell
    the script fails at the "click button" part. Up until then, everything works fine. I can even see the Find window open with the "Last Update" and "Created" texts in the right text fields.
    Anyone have any suggestions? I'm a noob, so you know, so you can be as sarcastic and condescending as you like in your replies, (not that I expect you all to be like that) but please also find the time slip in a helpful suggestion in there too

    Hey Marc
    This is what I was able to get working:
    tell application "TextEdit"
    tell application "TextEdit" to activate
    tell application "System Events"
    tell process "Textedit"
    key down command
    keystroke "f"
    key up command
    keystroke "Last Update"
    keystroke tab
    keystroke "Created"
    keystroke tab
    keystroke tab
    keystroke tab
    keystroke tab
    keystroke space
    end tell
    end tell
    end tell
    For some reason the Find window that pops up in your script isn't the default TextEdit Find. Having the "activate" command seems to fix that. I could never get it to click the button, so instead of the "click button" command I just tabbed to the command (make sure you have Move Between Controls toggled on, its ^F7 or just select it in System Preferences). After tabbing to the button the space bar activates it.
    I hope this helps
    -Jonathan

  • Find & Replace in TextEdit

    1. I'm trying to replace non-printing formatting characters (carriage return, line feed, tab, whatever) in a document with something else or, variously, replace existing text with a carriage return. I remember having a handy little cheat sheet made up with the substitutions for those characters for use in the Edit > Find windows, but it seems to have gone walkabout.
    2. Have pored through various Help files and other sources and, if there, I've just missed it over and over again. Can someone please point me to the right spot or, even better, just dump out what those special little codes are?
    3. TIA for any inputs or assistance.

    Hi, Michael.
    Depending on the type of document you are working upon, you might want to try the shareware application Tex-Edit Plus. This little wonder is my text editor of choice and is ideally suited to that kind of Find/Replace work. It also has a little button in the lower-left border labeled [A] that will show a table of ASCII character codes.
    You can try Tex-Edit for free.
    Apple's TextEdit does not even have a way of showing the non-printing characters.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • How to set default preset for Save for Web

    Following the demise of my laptop, I have installed PSE8 (Windows) on my new one.
    On my old machine, the default preset for Save for Web was JPEG High
    On the new installation, the default is GIF and you have to manually scroll through the presets every time to apply the JPEG High preset.
    Is it possible to change the default preset.  If so, how.
    Thank you

    That faq from John R Ellis has not been updated, but may be useful:
    Photoshop Elements 6/7/8 Frequently Asked Questions (FAQ)

  • The Elements 12 Mac disk works fin - I also have a Dell, and the Windows disk will not run at all, sounds like it's grinding, and is almost impossible to remove from the hard drive.  I cannot find any place to tell me who to CALL to ask for a replacement!

    The Elements 12 Mac disk works fine - I also have a Dell, and the Windows disk will not run at all, sounds like it's grinding, and is almost impossible to remove from the hard drive.  I cannot find any place to tell me who to CALL to ask for a replacement!

    Hi Samcat,
    You can use a download instead of the disk as an alternative: Adobe - Download free trial version Adobe Photoshop Elements 12 | Adobe you can license with your serial
    Please test the disk in another windows machine to check if it's caused by the drive or the disk. If you tested with 2 drives please start a support case, i assume Adobe will only provide downloads at this point. They are the same as the trials. If you still need a disk you can burn the trial to a disk as a backup disk. Good luck!

  • Is there a setting to restore the old find-replace functionality in TextEdit?

    Am I alone in hate, hate, hating the recently new find-replace functionality in TextEdit?
    In earlier OSs -- and I'm not sure which was the last to do this -- Ctrl-F would pull up a find window that displayed both find and replace fields. I could type my search term... tab.... and type my replace term... and click "Replace all".
    In OS 10.8.4, I hit Ctrl-F and the find field opens... but I have to click a checkbox to do the replace. Then I have to click the "All" field to make it find-replace all.
    A quick search of the internet suggests I am the only one to find this annoying enough to register a username at apple.com and ask: Is there a way to make it go back to the old way? I'm getting old and life is already cluttered with too much click-clicking and checking and unchecking.

    Hi bandwag0n,
    Send your comments to:
    http://www.apple.com/feedback/
    We are not Apple here - we are just users like you....
    Cheers,
    GB

  • I have 2010 macbook white 13 inch and need a replacement battery - where can i find the specs needed for the replacement?

    I have 2010 macbook white 13 inch and need a replacement battery - where can i find the specs needed for the replacement?

    The model 6,1 Late 2009 and the model 7,1 Mid 2010 use an A1331 battery. You can replace it yourself or have Apple do it for you for $129. If you need it quickly make sure you order it from a U. S. seller. Orders from China can take two or three weeks.
    http://www.ebay.com/sch/i.html?_nkw=macbook++battery+a1331&_sacat=0&_odkw=macboo k++battery+a1342&_sop=12&_osacat=0
    Here's installation instructions. You'll need a Tri Wing Y1 screwdriver in addition to the usual #00 Phillips screwdriver.
    http://www.ifixit.com/Guide/Installing-MacBook-Unibody-Model-A1342-Battery/1667/ 1

  • HT201412 my iphone using cant buy anything from itune store and they said i have trouble from the product (Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warr

    Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warranty coverage information. For more information, please ( this is the trouble they tell us )
    can't buy anything application on appstore, i bought this iphone from my friend , and this iphone actived ( 2012-11-05)
    IMEI: ****
    <Edited By Host>

    Instead of posting your IMEI in a public forum, contact iTunes Customer Support.
    FYI, they do not want/need your IMEI number.

  • Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warranty coverage information. For more information, please contact us.

    Hi,
    i have purchased iphone 4s 16GB in india yesterday and when i m checking warranty status of my phone from https://selfsolve.apple.com/agreementWarrantyDynamic.do
    i got responce
    Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warranty coverage information. For more information, please contact us.
    Please help

    hi
    if it is from gray market is there any harm on that please let me know
    my phone is working fine and even when i connected to itunes it got registered with my id,

Maybe you are looking for

  • What type of soundcard ?

    Dear all, bit of a silly question, but can someone tell me how to connect 5 speakers to my laptop ? I bought the Logitec X 530 speakers ( total of 5 ).  I am not sure , but the Logitec manual says that with a 2 channel soundcard i wont hear the sound

  • Suggestions on PO pricing procedure

    hi i have a question regarding the PO pricing procedures.  when we want to entry a PO total price, the total PO price which we get from vendor is included Tax, eg. po total price is $110, (included 10% tax which is $10, the net price is $100). how do

  • Dropped my iPhone, white screen, have AppleCare service

    I am such a dumb duck for dropping my iPhone while playing tennis, and now, my phone is just a white screen. I have a AppleCare service for my iPhone, so does that cover my phone for damage?

  • No Right-Click or Two-Finger Scroll in Boot Camp

    I have had an odd problem. It looks like others are seeing this too, but I wanted to record my observations. Recently I have begun to notice that after booting into Windows 7 Pro (64-bit), I will briefly have two-finger right-click and two-finger scr

  • Can't change audio speed on imported music

    I have filmed a disco and am now editting it. The noise on the original music is too distorted, so am over-dubbing with original tracks from CD for personal use. Everything is fine, except for one or two tracks, where the DJ has speeded the originals