Feature Request: Sorting of procedures, functions

I'd like the ability to sort the list of procedures and functions in a package in the tree-view on the left. I operate with quite large packages, and sometimes it's hard to spot a single procedure in the list. An option to sort the list would remedy this.

For our 1.1, the tree will have much more control.
-kris

Similar Messages

  • Feature Request: Sort / Download

    I frequently use MBSA to identify and download hotfix MSU files for installation on offline systems.  However, there are two features which are lacking that would save a great deal of time.
    Add a sort to the result details.  This would make it much easier to download multiple KB's for the same security bulletin.  For example, MS13-081 occurs up to 9 times in a single scan for each individual KB and they are spread throughout the
    list.  If you're going down the list then you end up opening MS13-081 separately all 9 times.  If you could sort by the ID column then all of the same MS numbers would appear together and the page could be opened just once.  A heirarchical tree
    view could also work well with MS#/KB#
    Automatic download of the MSU files would be truly awesome.  Each link on the results menu requires navigating 4 to 5 different web pages plus the save dialog.  The MBSA tool would be far more useful if it were capable of automatically downloading
    the MSU and MSP files so that they could be burned to disc for use on offline systems.
    MBSA already works great but these two features could significantly enhance the useability of the product.

    I created a Smart Mailbox as follows:
    I named it Attachments.
    Contains messages which match ALL of the following conditions:
    Select Contains Attachments.
    If you want to include all sent messages that contain attachments, select Include messages from Sent.
    Not exactly what you are requesting but this Smart Mailbox has been helpful for me.

  • Feature request: Sort by attachment

    I usually look for past emails with attachments. But mail has no feature that allows me to sort or even search attachments. I hope this feature will come soon. Is there a way to get around this?

    I created a Smart Mailbox as follows:
    I named it Attachments.
    Contains messages which match ALL of the following conditions:
    Select Contains Attachments.
    If you want to include all sent messages that contain attachments, select Include messages from Sent.
    Not exactly what you are requesting but this Smart Mailbox has been helpful for me.

  • Feature Request: Sort/Search by TIME

    I have made this request before, here's a second effort.
    It would be useful to be able to search files and to create Smart Collections based on TIME.
    Travel photography
    Wedding photography
    Event photography and
    Sports photography
    would all benefit from being able to create Smart Collections based on Capture Time.
    Example: during a wedding the ceremony takes place between: 1pm and 2pm, the reception, from 2pm-4pm. A search by time will help, photographers find the images which represent each time-slice of an event.
    Sporting Events: ie. multi-venue/team event: the US hockey team plays from 9am-11am, the women's volleyball team plays from 11;30am-1pm, etc.
    I've been requesting this feature since version 2. It's time.
    Thank You,
    Efrain Cruz

    I concur with John - AnyFilter is a great way to find photos based on any criteria existing in Lightroom .
    That said, another option is to use the Metadata Extensions plugin (it's free, and I wrote it), which includes 'Hour of Day' item for library filters or smart collections.
    Which should you prefer?
    * AnyFilter is faster for one-time/on-demand queries, and more powerful in general, but relies on a proprietary plugin dialog box for it's human interface.
    * Metadata Extensions takes longer for a one-time initialization of the metadata in Lightroom, but then allows you to use "standard" (built-in) Lr search & filter mechanisms afterward.
    So, if you frequently want to filter or smart-collect based on time (hour) of day, and/or you don't use AnyFilter often, then you might find Metadata Extension is most convenient.
    If however, you use AnyFilter frequently enough that you've become accustomed to it's UI, and/or you don't filter/smart-collect on time-of-day that often anyway, AnyFilter may be preferable.
    Which do I use?
    * Both, depending..
    PS - another option is Jeffrey Friedl's DataExplorer plugin. I don't have enough experience with it to comment, but it does support hour-of-day.
    Rob

  • Feature Request: Access to Pathfinder functions from JS

    It would be incredibly helpful to have access to the pathfinder from the JS API.
    These functions are pretty complex and rewriting them would surely result in slight implementation differences.

    it would be indeed fantastic if we had access to pathfinders
    post your request here
    http://forums.adobe.com/community/illustrator/illustrator_feature_requests

  • Feature request : get latest room function in server to server apis

    Hello,
    I would like to be able to get the latest created room, check the number of users in there already, and if there is still place send the user there or create a new one.
    At the moment I can achieve this by either
    1.make a listRooms call and then a getroominfo for the latest room, but if the number of rooms become large this may slow down the app.
    2. I could also store the room stats on my server.
    What do you think?

    Ok thanks

  • Feature Request: Allow Apps to Access Apple ID User Address

    This is a feature request for new iOS functionality
    If iOS gave permission for apps to access the home or billing address a user has defined when setting up their Apple ID, then I believe the app can use this address to automatically set up the shipping of a purchased item for example. This would enable apps to sell physical goods, paid for by the user's Apple ID and set up for shipping to his Apple ID address, instantly.
    I believe couriers already have SDKs that allow apps to programatically register the pickup and shipment of an item.
    Users can then be able to manage their addresses in iOS/iCloud.

    This will never happen because of the obvious security implications.

  • Nokia 808 Pureview feature request for Phone and C...

    Hi,
    Where would be the best venue to make feature requests for the 808 functions?  These are some nice-to-have ideas that I would like to propose, which would increase its awesomeness:
    - in video mode, add a "lock exposure" setting so that the 808 doesn't continuously adjust exposure after recording starts. this would be equivalent to setting the exposure to manual on a regular videocam.
    - in photo creative mode, add a voice-activated self-timer, where it would take a shot when sound reaches a certain threshold.  this is similar to what the Shout 'n Snap app does for the android.
    - in phone calls, add an option to use proximity sensing, so that when you take the phone away from your ear, the handset automatically switches to speaker phone, or vice versa.  this would be equivalent to the Phone Speakers Switcher on the N900.
    Thanks

    i'd like to make an addendum to my request and change it to "lock exposure and white balance".
    i just found that while shooting, it does not keep the white balance setting throughout. for example, select "tungsten" and the video will start with this, but later it adjusts as if it was under "auto" white balance setting for the rest of the video.

  • Feature Request: Provide search functionality to procedures, functions and keywords in code

    Have been using SQL Server since 1998, and been wondering why MS cant better the GUI , in terms of ease of use, as its done in Visual Studio and other such tools, though there are some enhancements like multiple window etc, would expect few more for easy
    working for developers.
    1) A search text box, in the SSMS interface, for searching stored procedures, functions, tables etc would be very useful, instead of expanding the entire tree and going through a long list to find your procedure or table, especially when you have a large
    list of them.
    2) Also a code search tool, like to find a keyword in the entire stored procedures, triggers and functions would be useful, currently we had to generate whole script and then find the keyword, and this is cumbersome, as you have to move back and forth to
    find which stored procedure or function has that keyword etc.
    Thanks.

    1. You already have feature in SQL management studio to search for objects using full names or patterns through object explorer
    See
    http://visakhm.blogspot.in/2013/02/object-filtering-using-ssms-object.html
    2. For this you can use the catalog view sys.sql_modules and fire a query on it
    see
    http://visakhm.blogspot.in/2012/03/advantages-of-using-syssqlmodules-view.html
    http://visakhm.blogspot.in/2013/01/systemsqlmodules-and-allsql-modules.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Feature Request: Custom uninstaller which executes actionscript function on uninstall

    Hi,
    My name is Ronald Kamp and I'm an IT Consultant at iDA MediaFoundry Belgium.
    I would like to request a feature. At the moment I have an application that writes a file to the app-storage of my application, to the user's documents and settings folder and one value to the Encrypted Local Store. On uninstall, I would like to remove all of these files so that all links to the application are removed.
    Would it be possible to add a feature to the AIR SDK that will execute a certain piece of actionscript so that all of these files are removed? Of course, it would be possible to create an installer with InstallAnywhere but then we would lose all of the checks that are performed with the standard AIR installer and uninstaller.
    Thanks in advance.
    Kind regards,
    Ronald Kamp

    Hi Ronald,
    Thank you for the feature request feedback.  I agree, having this functionality would be great.  If you get a chance, I'd like to recommend voting for both of these ideas:
    Custom hook on AIR application uninstall
    Deleting local data store while unistall
    You might also be able to work around this now by creating a native installer and having it sub launch your AIR installer.  More details about this can be found on our redistribution instructions, and you can sign up for the licensing needed on our runtime distribution page.
    Thanks,
    Chris

  • Feature Request.  Please, please, please make file name a sort option.

    I find it a glaring omission that one cannot sort by file name in
    PE or Organizer.

    We're pretty much just users here. You should post your request using Adobe - Feature Request/Bug Report Form.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Feature request: Print function in Web Inspector

    Safari's web inspector rocks. It would be neat, though, if you could print the element you've selected. Sometimes I don't want to print an entire page, just a portion, and the Web Inspector seems like an appropriate way to specify which element to print.
    Although, Safari on the iPhone has some way of guessing which element to zoom in on when the user taps a part of the web page. I suppose there are many ways to do this.

    Nice idea, but this user-to-user forum is not the place for Safari feature requests. Try here instead:
    http://www.apple.com/feedback/macosx.html
    FYI, you can also do a selected area screen capture (command-shift-4 then click-drag-release) and print that from Preview.

  • Feature Requests for BlackBerry​10 OS

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This thread has been closed and is continued in this new thread here: 
    Feature Requests beyond BlackBerry OS10.3.1
    Please click on that link.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Let's use this thread to list BlackBerry10 OS feature requests. There's nothing official to this thread, but one never knows who might view it and get an idea or two to move foward.
    Please let's keep it to feature requests with simple short statements and comments, in this manner:
    1. Ability to lock the volume keys (since they are so easliy pressed when retrieving from holster)
    2. Personal distribution groups Address Book
    4. Add BBM Group icon to home screen
    **This thread is not for bug reports (i.e., the calendar glitches when I set the date) or for debate or discussion of the worthiness of a feature request.
    So, what would YOU add to BB10?
    What do YOU need to make the OS platform work better for you?
    Here are the collected feature requests as of 04 April 2013. Thanks for Ride_The_Sky for helping collect these from this thread.
    There are listed in no order, just as collected.
    Ability to lock the volume keys (since they are so easily pressed when retrieving from holster)
    Personal distribution groups Address Book
    Add BBM Group icon to home screen
    Way to add line carriage to BBM messages
    Why doesn't the most used name come up first? <- In latest OS, there is another line with most common contacts, but when typing it won't provide most commonly emailed contacts.
    Bring back the option "Send As" or include this option in "Share"
    Enable word wrap when zooming in to emails and messages.
    Import Distribution lists from Outlook on your desktop to your Z10?
    *The option* to always show the hub main screen when opening the hub, so when peeking it always shows the hub even if you leave it in another screen.
    Offer Balance without BES to have two workspaces in device.
    Delete on Server/Device/Both
    Delete on Server but Keep on Device (This is going to be tough since EAS does not work like POP, using POP you can do this by deleting on server after sync)
    Auto power on/off or Auto Do Not Disturb / Scheduled Airplane Mode / Scheduled Silence Mode / Scheduled Custom Profile
    Default Currency Option
    More options to lower data usage in e-mail (Headers Only / Roaming Profiles)
    Snooze a notification/reminder for more than 5 minutes.
    Customized Notifications
    Disable certain accounts to stop receiving email or notifications from them temporarily to avoid data usage.
    Way to delete recent pictures, videos.
    Office Hub customization, sorting, editing, etc., on the fly.
    Select which contact groups to sync, and ability delete all contacts.
    Larger text select tabs
    Add more options to dropbar.
    Improve browser functionality and display, add customization and management of Bookmarks.
    Calendar in Landscape mode
    Option to Disable shutter sounds in camera.
    Auto BCC option
    Multiple appointments in lock screen, not only next one.
    Increase email check frequency, custom minutes (possibly battery concern, most accounts use push nowadays)
    Ability to hide "texting" numbers such as Work, home, etc that aren't able to receive texts
    Ability to have multiple mobile numbers, such as mobile1, mobile2, for people with more than one cellphone
    Ability to have multiple work numbers, home numbers, etc
    Ability to have option for actually creating "custom" names for phone numbers, emails, VOIP,
    Ability to have multiple WORK emails fields for same contact ...
    Ability for a custom note field for each contact, for misc information such as store hours, reference numbers, business account numbers,
    Ability for filter or unselect specific Twitter, LinkedIn, Facebook contacts so they all don't appear
    Ability to "share" contact info with someone else ... like a vcard or the like
    Ability to have custom Individual text and ringtones for each contact set within contacts app
    Vibrate option for Alarm
    Mail Filters for Priority mails.
    Option to block ringtones from music app (i don't see ringtones in my music app, I guess poster refers to custom mp3 files)
    Swipe down to close, up to minimize (but some apps have menus associated with swipe up gesture)
    Swipe half way up the screen to minimize an application to an active tile.
    Swipe it all the way up the screen to close the application.
    Playbook app switching gestures (swipe sideways, I guess this won't work since there are other gestures associated with side-swiping)
    Lock screen with gesture (or maybe they should just add a button on home screen, somewhere on top or bottom)
    Airplane mode on status bar options.
    Option to customize status bar with select Settings/Options.
    Colors for Hub!
    Face recognition for camera, being able to associate contacts with faces or pull info from Facebook, etc.
    Weather info on Lock Screen (if I may add, and constant info on top status bar, simple temp info should be enough)
    We need groups back in contacts please.
    Import text messages in various formats from various systems.
    Sorting and Ordering of the way contacts are displayed depending on account.
    While editing an entry in calendar, notification about a recent call may cause loss of data in that entry.
    Location for Calendar entries and be able to see it on the map with a tap.
    Being able to see multiple pictures from an email by swiping left and right to see next/previous without having to reopen (I must say the same thing is needed for App World, why can't we just scroll through screenshots??)
    Multiple flags or ability to set a flag date, associate with a reminder.
    Move people from TO to CC or BCC easily (If I may add, also ability to backspace to delete a contact without having to tap the X in blue box).
    Option to add favorites to Hub for easy to reach contact management (I think it is same as going to contacts and choosing Favs)
    Being able to answer and make calls when the phone is locked.
    Add more colors to LED notification (I think they are there now, orange, green, red so far, did not see blue, I don't think blue is needed in my opinion)
    Change the way to add date and time for appointment, rollbar is too slow and too sensitive.
    Dismiss and Snooze buttons for Alarm to be different colors, larger, easier to notice.
    Make it easier to order world clocks, instead of the order they are added.
    Alarms based on days/schedule.
    Easier way to get to the bottom of e-mails (I think it scrolls pretty fast, I think poster wants "B" shortcut)
    Easer way to get to the bottom of web pages (same as above, space or B shortcut?)
    Add option to ask if you really want to dial, instead of just dialing right away every time a phone number is clicked/tapped on.
    Ability to resize image before attaching to an e-mail.
    More than 30 days email sync on device, please!
    Make BB boot up slower, so we can actually get to do something else while waiting for it to start!
    SSH client would be nice.
    Another keyboard like Swipe (honestly, I have never typed faster in my life on any other on screen keyboard, Z10 keyboard is awesome!)
    Volume lock/unlock button on demand.
    Auto Run app on device boot up.
    Lock or Pin apps.
    Ability to run background apps (Google Talk is running in the background, or it is tricking me, I don't know but I am getting messages from it when it is shut down on BB10, I hope they do Skype the same way)
    Ability to have multiple documents of same type open at the same time (tabbed docs2go)
    Calendar sharing of BB10 users in the area/company/group.
    PIN Messaging to return.
    Preview e-mails, calendar and other information on lock screen (privacy?)
    Way to clear anything in any "Recent" menu, videos, pictures, etc..
    Ability to hide apps, docs, pics, videos, folders, etc..
    BBM Group Picture notification.
    Support WhatsApp more.
    Another tap for important numbers (Favorites work for this, and on top of speed dial)
    From Call Menu when going into contacts, it should be ready to search with keyboard out.
    Option to customize volume key to act as page up/down, etc depending on app running.
    Red star in app world (means you need to run Updates, just refresh and check by swiping down from top)
    Better headphones with the phone (hey, we didn't even get any!)
    Better night shots in camera (hardware or software improvement?)
    Ability to choose which address book to sync with bluetooth car.
    When app is opened from a folder three or four pages into apps list, we hope the screen can go back to that spot when the app is closed (sadly it uses active frames at the moment)
    Change acceptance of auto corrected key, instead of space key, make it something else (actually, you can just backspace to un-autocorrect it back to what you typed).
    Ability to load certificates (X 509 S/MIME and/or PGP/MIME) from a computer
    Ability to sign and or encrypt emails (POP3)  before sending (As in MS Office Outlook)
    Ability to receive and recognize signed and or encrypted emails (POP3) (As in MS Office Outlook)
    Add a password/certificate manager that doesn't require manual copy/paste
    Ability to encrypt the memories Device and Media of the Q10 like it is done for the BB9900
    Ability to encrypt selected folders (preferably by Private Key)
    Ability to create Self-Decrypting Archive like in PGP
    Ability to delete email-messages by group as an alternate option to one by one
    Opening Video-chat to non-BBM users (Skype for instance)
    For above encryption request, SecuSmart was suggested...
    Renaming the file without extension can break the file or hide it from pictures list.
    Wallpaper scrolling sideways.
    Standalone e-mail app (not sure how different it is than choosing emails-only for hub)
    Different colors or small tabs in different colors for different accounts in Hub.
    Share webpages with smart tag (I think you can just create it by pasting the URL into create QR)
    Application management (being able to see which app takes up how much space, etc..) CPU/Memory/Battery Usage/Data Usage/Storage Usage in more details
    Custom vibration options.
    Move Send button in BBM to avoid accidental submission of message
    Forward As… SMS, MMS, EMAIL from one to another.
    Send SMS to new numbers (I think you can still do this from call log)
    Single key press to change profiles.
    Insert a picture into an e-mail. (I think he means into the body of email)
    Turning off links of contacts (I think poster did not have multiple accounts, actually BB10 goes ahead and adds all new contacts into all address books in all accounts without user permission.. Create a contact in Hotmail? Gets copied to Gmail.. and then linked, terrible implementation in my opinion)
    Presets for browser bookmarks, faster access to bookmarks. (My suggestion was to create a home screen, select 12 icons 3x4 or 16 icons 4x4 as home screen/start page)
    Being able to allow flash based on website/url/server.
    Ability to adjust different sounds/volumes for different BBM users/groups
    Better Voice Dial and Voice Commands (shorter and easier operation)
    Ability close one or all web pages/tabs, add "Close All" button.
    Call Recording
    Faster way to delete e-mails, such as file icons next to e-mails,  or Swipe to Delete! Swipe to File!?
    Customize email signatures with formatting.
    Phone to stay on screen (dial pad always available in panes)
    More Options for Clock.
    In Playbook we can have a single character password, why not on BB10? "too short" well it is my decision, isn't it?
    There is no way to go next/previous while reading an e-mail. Please add these functions.
    Add to the e-mail client, Next Unread / Previous Unread.
    E-mail or Hub should have more buttons at the bottom in landscape mode. Why keep only three (or four in e-mail view) buttons when you have the real estate. It would be extremely handy if you allowed users to edit which buttons should go at the bottom. Next Previous is really needed while reading an e-mail. For example I would love to add "File" button at the bottom as a shortcut instead of forward, I rarely forward, but I file all the time. Maybe allow users to have two row of keys, add next/previous/unread. Or it could be done with a gesture. How about swiping the account name (top blue bar while reading e-mail) left and right?
    When you create a new contact in BlackBerry, it gets synced to all accounts on the Hub. There is no way to limit the new contact to a specific account.
    Sometimes when you file an e-mail to a folder, it stops and waits few seconds with no message. Even when it files immediately, there is a confirmation message that takes time to appear and disappear, and the folder list does not disappear automatically.
    Messages filed automatically by server using server side filter rules are still showing up on Blackberry hub/inbox. In older BB versions the filtered messages did not show up in the list, filed messages still did.
    When you filter your e-mails using Filter / Unread function, new unread e-mails do not show up until you close the filter and re-open. It won't just keep refreshing your screen with unread e-mails. Can BB add a button to the hub "Unread Hub" so when hub shows 8 or 2, you can actually see unread items easily without having to through so many taps.
    Native BB QR scanner (Smart Tags) does not work with barcodes (it only scans with no way to use the information). There is Open In function but it doesn't work properly.
    We need to add more customs search providers, and be able to add custom search strings/wildcards. For example currently there is Google, Bing, Yahoo, Foursquare, etc..
    I hope BB introduces the ability include more standard & custom searches, IMDB, PriceGrabber, Ebay, Youtube, XYZ Forums, ABC Newspaper, 123 Database, Etc.. Most sites nowadays provide search string in their URL Search=?* etc...
    None of the Battery apps can access system settings to add a battery icon to the top. I wish battery percentage was there.
    There is no way to check carrier/mobile signal strength.
    Blackberry, please add the date and carrier / SSID info to the top. Sometimes we just want to glance at the top to see the date without having to swipe.
    Please bring back keyboard shortcuts. Since we can easily swipe up to bring the keyboard, just add keyboard shortcuts in e-mail, phone (true speed dialing, dialing by word?), and browser, etc.. if possible. I could always call 1800SOMETHING# now I have to look up the number or use dial pad.. Please bring it back.
    Camera zoom function needs to be fixed, also please include option of fixed focus by tapping on the screen to focus. The auto focus in video is focusing in and out to various objects all the time. Stabilization feature also causes tearing/ripples, I guess it is good if you are stationary. Or use Volume Keys to Zoom.
    Please allow more than 12 icons in an icon group/folder, I hated Apple for limiting apps per folder, please fix it.
    Auto ON/OFF feature is not there anymore. BB should consider Auto DND (DoNotDisturb) or Auto Silent/Airplane modes instead.
    Please find a way to stop the music app from automatically starting up every time it connects to bluetooth like car audio. This is very annoying.
    No Panaroma mode in Camera app, why not? It is very easy to incorporate. This could be a nice addition to next release, and easy.
    The text selection grips needs to be a little bigger, sometimes I cannot see where I am moving them, they work better in Playbook, nice big tabs.
    Call Functions, before answering a phone add sideways gesture functions, like swiping right will forward the call, swiping left will answer with a test message, etc..
    Or there should be a way to reject the call without sending it to voice mail, phones had this function a decade ago, I don't know what happened to it.
    We used to be able to see the "History" without having to save the contact. Now I don't see any way to "View History" of a certain phone number, it just keeps adding
    them as individual entries to the log. Now I can't see when was the last time they called me, how many times we spoke which day, etc... I loved this feature in BB5.
    Where is BB Traffic? Where is BB Weather, without having to run an active frame? It will eventually disappear if you run too many apps. I liked a little Icon that shows me what the temp is, instead of running a whole app.
    There is no Skype. This day and age with all other platforms having it, please either get skype (Microsoft) to cooperate, or open up BBM to other platforms. If necessary, pay Skype to develop the app, then charge BB users for the app. Most will gladly pay.
    Can we tap and hold on an active frame to pin it, or can we pin two favorite apps between Call and Search & Search and Camera buttons in the bottom bar? How about Close All running Active Frames app to quickly free up ram?
    I hope next generation devices have two speakers or speaker that is facing forward. When playing games or watching videos in landscape mode, I find my palm muting the speaker. I have to hold it gently with fingers to have a gap in between, something I don't want to do when I am on the subway or bus.
    Blackberry Maps should have a Zoom In/Zoom Out buttons, sometimes using it with one hand, it is impossible to zoom in and out. (Zoom in is OK but we can't zoom back out)
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code
    Solved!
    Go to Solution.

    - ability to choose deletion of an email on handset only
    - desktop software working with all older BB's allowing drag and drop type of transferring data, contacts etc. (BB link doesn't recognize my old Storm) 
    - auto power on/off
    - contacts syncing with yahoo & Outlook (almost two weeks trying to work around it and no luck)

  • + Camera Raw Feature Requests +

    UPDATE:
    We're interested in what changes you would like see in our products. Do you have an idea for a feature that would help your workflow? Is there a small change that could be made to make your life a little easier? Let us know!  Share an Idea, Ask a Question or Report a Problem and get feedback from the Product Development Team and other passionate users on the Photoshop Family product Feedback Site on Photoshop.com.
    In future it would helpful if you could use this thread as a means to add
    "Features" that you would like to see in future releases of Adobe Camera Raw.
    Please do NOT create additional new Topics and try not to duplicate requests by other users. Also, be thorough in your description of the feature and why you think Adobe should consider it.
    Oh, and if you find it necessary to comment on someone's feature request/suggestion, try not to get into a shouting match. The penalty for doing so is...
    b If you're asking that a particular camera is supported in a future release or just taking the opportunity to carp that yours isn't then please do so in another thread!
    IanLyons
    Forum Host

    Here's my wishlist for ACR. I'll list the feature first and then in a separate section afterwards, I'll explain why I want it.
    1) Shadow/Highlights
    2) Multi-instance and modeless behavior for ACR so I can truly have ACR open, Bridge open, PS open and work in all three and even open another ACR window.
    3) The ability to open one image into PS and keep the rest going in ACR when you have multiple images open in ACR.
    4) The point locator feature for curves like curves has in PS so you can find out what tone area on the curve a given area in the photo is, just by clicking/dragging over an area on the photo.
    5) White balance assist to make it easier to get skin tones right when there are no good grayscale references in the photo.
    6) An ACR pref to have a suffix automatically added to each filename when it goes into PS so after editing it in PS, I can just hit Ctrl-S and not have to manually add a suffix onto every single image I edit in CS.
    7) A drag/drop bin for recently used saved settings in ACR and shortcut keys for cycling through a preview of those settings (described in more detail below).
    8) A pref to allow the Save Images folder in the Save dialog in ACR to default to the directory of the RAW files rather than the last directory used.
    9) More sophisticated sharpening in ACR (like smart sharpening).
    10) Ability to set label or rating when only one image open in ACR.
    11) Ability to delete and close when only one image open in ACR.
    12) An easier way to see how a rotated image looks. There is no way in ACR to see the straight version of an image you've rotated slightly.
    13) Shortcut keys to cycle through saved curve settings.
    Here's the explanation for why I want each of these:
    1) Shadow/Highlights. A significant percentage of my images need no other adjustments in PS except shadow/highlights and it's a big workflow savings to be able to finish a picture in ACR instead of having to take it into PS.
    2) Multi-instance and modeless. The CS2 behavior is better than it was before because you can set it up for Bridge to host ACR and still be able to use PS. But, I often open many images in ACR and the current design still forces me to serially finish all those images in ACR before I do anything else becuase I'm blocked from going back to either Bridge or PS (depending upon who's hosting ACR) and I can't open any other images in ACR. This forces a serial workflow when sometimes I'd like to be able to be in the middle of one workflow (a hundred images open in ACR), but go do something else in Bridge and PS for a short period of time. I can't do that today.
    3) The ability to open one image from ACR into PS while keeping the other images in ACR. When I see the preview in ACR, this is often the first time I've seen my images at any decent size. I often find I want to take a few into PS just to see how well they fix up with certain changes or to see if they benefit from things I can do in PS and can't in ACR, without discarding all the other images I have in ACR at the time. So, again, I am forced to serially finish all the image I have in ACR before I can take any into PS. I'd like to be able to open the selected images in PS and keep the others in ACR.
    4) The point locator feature that PS has in the curves dialog is very valuable for finding out where on the curve a given feature in the photo is. I'd like that feature in the PS curves.
    5) White balance assist for skin tones. One of the hardest things in ACR is getting the white balance right for skin tones when there is no easy gray reference in the photo. I don't know how it would work (I think this is an area for your invention and cleverness), but I'd like some sort of white balance assist that helps me pick a white balance that leads to a pleasing skin tone. I'd be willing to tell ACR where the skin tone is by pointing at it.
    6) I add a suffix of "-edited" to ALL images that I open in PS from ACR. That means I have to type that suffix on every image when I hit the Save command in PS. I'd like a preference in ACR to automatically append a suffix onto the filename when it goes into PS to save me that typing on every single image. I've even tried to figure out if I could write a script in PS to do this for me (if file extension is a RAW file extension when user hits save, then add default suffix to the filename before Save dialog comes up), but I haven't figured out whether it can be done via script or not. I know that others save their PSD or JPEG files to a different directory than their RAW files (I keep all of mine in the same directory so this isn't an issue for me), so I imagine they'd like the ability to specify a default relative path also to save having to point every PSD they save in PS to a new directory.
    7) Drag/drop bin for RAW settings. In a workflow of processing 200-800 RAW files, I'd like the ability to easily and temporarily save a small number of RAW file settings (10 would do). I know you can do it in the pull right menu in ACR today, but that's too much typing and clicks to make it worth it. I'm looking for something that allows me to pick a bunch of files from a shoot, identify a representative "sunny" shot and drop it's settings into a bin that I quickly label sunny. Then, when other sunny shots come up, rather than having to scroll around to find that image or go back to bridge to find that image, I just drag it out of the bin an drop it on the selected images. I don't want it to persist globally because then they pile up and I have to clean them up. I do need them to persist between ACR sessions as long as Bridge or PS is still running because I often process my RAW files in many ACR sessions. The whole point is to make an easy place for me to deposit a small number of saved settings so I can easily (very few mouse clicks or keystores) use them again while processing the same shoot. It's all about speeding up the workflow and letting me re-use work I've done earlier in the workflow. In my experience, this happens most often for white balance and curves since I'm more likely to tweak exposure on nearly every shot anyway.
    8) When I hit Save Images in ACR, it remembers the previously set directory. In my workflow, I want it to default to the directory of the first image I'm saving. The way it is now, it is NEVER the right directory so I always have to change it. It could be smart enough so my normal workflow never has to change it. Even better, I'd get to set a pref that was a relative path from where the first image is located. So, when I'm saving JPEGs, I could have a default path of ./JPEG (a sub-directory under where the RAW files are located). Other people would want ../JPEG (a sub-directory at the same level as where the RAW files are stored).
    9) In the spirit of getting as much of my work done in ACR as possible, I'd like to see a unification of the sharpening functionality so that ACR can do smart sharpening with all the same features. That would again keep many of my images out of PS and drastically improve my workflow.
    10) I'd like the ability to set a label or rating when there's only one image open in ACR. Because you can do this when you have multiple images open in ACR, I'm programmed to set this in ACR, but that workflow programming is busted when I only have one image open.
    11) I'd like the ability to delete an image from ACR when there's only one image open in ACR. Just like with labels and ratings described above, I'm programmed to want to delete a ruined image when I see it up close in ACR and determine it's no good. In this case, I think I'd like to just hit the trash can icon and have the ACR window close and have the image deleted in one single step.
    12) When I straighten an image in ACR, there's no good way to see how the rotated version looks at full size. All you get to see is a thumb in ACR (if you have multiple images open) or a thumb in Bridge. To see whether it rea

  • Enhanced Approval Procedure Functions- authorization issue

    Dear Expert,
    I have activated the enhances approval procedure function as per below screen shot:
    Granted authorization as mention in New ChaRM Feature with SP 10: Enhanced Approval Procedure Functions by Michael. With SM_APP_AP with 02, 22 and 75.
    But the Request for change procedure selection and approval steps was disabled
    The requestor able to change the approval procedure and approval steps only  if i granted the user with 70 (administer).
    Please help as i want the requestor to be able to select the approval procedure and approval steps but not approving the CR. Im following the chart below but seem like is not working.
    Role
    SAP standard roles
    Activity for
    Change Manager
    SAP_CM_SMAN_CHANGE_MANAGER
    37 (approve) approval step, 75 (delete approval step), 22 (add approval step), 02 (change approval procedure assignment)
    Potential Approvers
    SAP_CM_SMAN_DEVELOPER
    SAP_CM_SMAN_OPERATOR
    SAP_CM_SMAN_TESTER
    37 (delivered inactive)
    Power User, Administrator
    SAP_CM_SMAN_ADMINISTRATOR
    70 (administer), 37 (approve) approval step, 75 (delete approval step), 22 (add approval step), 02 (change approval procedure assignment)
    Thanks
    Regards,
    Junnie

    Hi Jansi,
    I have added activity 22 (add approval step)  and 02 (change approval procedure assignment) but the approval procesure and approval step are disabled and not allow the requestor to select /add/ male changes.
    So im not sure which part is going wrong.
    Thanks
    Regards,
    Junnie

Maybe you are looking for

  • Install Windows 7 and delete Mavericks

    Hello I have an MacBook Air and would like to install and run Windows 7 (64 bit) in stead of Mavericks. The have been happy to run Mac OS X on my Mac but now there are more meaning in to run Windows because there are programs that we runs on my work

  • Can I call a function in another package?

    Dear all, Can I call a function in another package? Say I have package A, and package B. Is it possible for me to call a function in inside package A, within a function inside package B? If yes, what's the syntax. Thanks in advance!

  • Re: solaris 8 VM on T41 Sparc server?

    Hi Eze , I have a customer with a similar requirement where customer has Solaris 8 (2/02 , 7/03) and Solaris 9 (4/04, 12/03, 9/05) installed as physical servers which needs to be virtualized (P2V) , is it possible to run them as branded zone on solar

  • TCS 4 - RH crashes when updating FM files

    I link FM files to RH to create the help file. After upgrading to TCS 4, RH kept crashing every time I tried to update the FM files. It crashed during the converting process on the same chapter. So after painful investigation, I finally determined it

  • ¿Puedo restaurar una copia de seguridad hecha en iCloud en un iPhone con IOS 5.1 en un iPod Touch 4G con IOS 6.1.3?

    Tengo un iPhone 3GS con IOS 5.1 y realizo copias de seguridad en iCloud. Mi consulta es si puedo restaurar esa copia de seguridad en un iPod Touch 4G con IOS 6.1.3 Gracias!