Feature Request(?): Readline for zonecfg

I'm not sure if it's appropriate to make a feature request, but I thought I might throw it out there since thats kind of what Express is all about. Is there any merit in adding readline support to zonecfg for command history recall and editing? I admit to never having written an app that used readline so I don't know how much work it is, but imho interfaces using readline always feel much more polished.
Just a thought. :)
Admittedly with the ability to use "info" at all stages of configuration it's not really neccisary, but again just adds some polish.
benr.

I'm not sure if it's appropriate to make a feature request, but I thought I might throw it out there
since thats kind of what Express is all about. Is there any merit in adding readline support to zonecfg
for command history recall and editing? I admit to never having written an app that used readline so I
don't know how much work it is, but imho interfaces using readline always feel much more polished.Actually, the coding isn't the problem. It turns out that GNU readline is GPL (as opposed to LGPL).
That means that you may not use it without GPLing all software that links with it.
I believe that one of my coworkers is investingating whether we can solve this using another
library which provides readline-like functionality. In the mean time, I have opened bugid
"5005631 Readline for zonecfg" on your behalf. Thanks for the RFE!

Similar Messages

  • IOS 7 feature request: Option for home button to home not folder.

    IOS 7 feature request: Option for home button to home not folder. Maybe for some this workflow is good but not for me. To many clicks. At least give the option to have my home button take me to my home page. 9 times out of 10 that's where I want to go. Not back to my folder.

    send your feedback here http://www.apple.com/feedback/

  • Premiere Pro CC Feature Request: Shortcut for 'Close Other Timeline Panels'

    I'm about to post a feature request, but wanted to see if anyone else is interested in this request too. Adobe told me that getting support on the forum first is a good way to push the request through.
    Here's the very simple FR:
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Keyboard Shortcut for 'Close Other Timeline Panels'
    How would you like the feature to work?
    It was a great touch to add this contextual menu item to Premiere Pro CC, but it's a little clunky without being able to assign a keyboard shortcut to it.
    It's usage would simply close every other Timeline Panel except the active one upon pressing the shortcut.
    The default could be something not currently in use like Ctrl+Cmd+W (since CMD+W closes the active panel), but customisable in the Keyboard Shortcuts panel.
    Why is this feature important to you?
    This is something I have to do very frequently while editing, and since I (and many others) edit largely with the keyboard, a shortcut would be very useful and speed up workflow just a tiny bit.
    Anyone else interested in this (admittedly fairly boring) feature request, let me know!
    Thanks!

    Thanks for the support and video Kevin!
    cscooper2013: I totally agree with you, I can't see any reason why any action should be exluded from having a shortcut. I've submitted this simple request because I feel like it's more likely to get done on it's own.
    Maybe make a separate FR for that?

  • Feature request: Support for more than 2 monitors

    I currently use an external monitor for my critical editing/evaluation as my iMac display doesn't reproduce reds very well. I understand newer iMacs can support 2 external displays, obviously desktop machines can support as many displays as there are open slots for video cards.
    While editing a photo shot in portrait on a monitor set for landscape is not a problem, it would <really> be cool to have two external color-accurate monitors for developing/loupe views, one oriented in portrait, one in landscape, with the third (iMac in this case) showing the develop controls. Even if the two external monitors showed the same image, one would always be fullscreen in the correct orientation.
    MacOS and Windows both give the user control over all the displays connected to a given system, so driving a portrait and a landscape monitor simultaneously shouldn't be a problem from an OS/hardware standpoint.
    Is this something that can be rolled into LR4?
    Respectfully,
    Andre

    I use 3 or 4 monitors too, so that's one I'd like to see too.  We wouldn't want the request to get lost in beta land, so might I suggest adding the request to the Feature Request forum http://feedback.photoshop.com/photoshop_family where it can easily be tracked?  If you post the link to your request here, others can also vote on your request. 

  • Feature request - Support for rewire

    Obviously a lot of musicians use Flash Media Live Encoder so I was wondering if FMLE supports Rewire (from Propellerhead Software). I am aware Adobe does implement rewire into audition but what about FMLE?
    I want to be able to use my audio app plugins and for rewire to appear as an option as the audio source so I can get reverb and effect on my vocals / guitar,
    I would think this would be a popular feature going forward.
    Is it possible? IF not what are the chances of adding support? Where should I make a feature request if this is not the appropriate place?
    Thanks
    Paul

    Hi,
    I've logged an enhancement request on this.
    Thanks,
    David

  • Bug / Feature request tracker for ROME.

    Hi,
    Wouldn't it be nice if we have a dedicated site for viewing/tracking Bug and Feature requests?. I hope it will surely help us to remember our past requests and the status of the same.
    Thanks,
    David R

    Hello,
    Great suggestion! As the project moves on it might happen that other ways of gathering feedback and requests might be introduced.
    Thanks for your idea!
    Sarah
    Sarah
    Forum Moderator

  • Feature Request: Support for External Synths/Modules (via MIDI)

    Hi,
    I just posted a feature request (via the Apple Feature Request form) but also wanted to post here. I use a combination of hardware instruments (sound modules) and software instruments.
    *My Setup*
    - Keyboard #1: M-Audio Axiom 25 (also includes a USB MIDI interface)
    - Keyboard #2: Roland A-33 Controller Keyboard (via my Axiom-25's MIDI In)
    - Edirol USB MIDI Interface (sound modules plugged into MIDI Outs)
    - Sound Module #1: Roland JV-1080
    - Sound Module #2: Yamaha TX802
    MainStage currently takes care of all my software instrument needs, however, what is missing is the ability to add external physical MIDI devices as either patches or as channel strips. I would like to use a combination of software and hardware instruments in the same song, and control this via Mainstage.
    Example:
    - Patch 1 could potentially contain 2 software instruments, each seperately controlled by a physical keyboard (this is currently possible)
    - Patch 2 could contain 1 software instrument and 1 external sound module each controlled by a physical keyboard (this is currently impossible)
    - Patch 3 could contain 2 external sound modules, mapped to different ports and/or channels, and therefore independantly controlled by my 2 keyboads (this is also currently impossible)
    Would I be correct in assuming that this is a fairly common limitation of MainStage?
    Message was edited by: olafwagner

    I have achieved MIDI out from Mainstage, thank to the information found on this forum..
    what I actually do is send Prg Change from every preset I select to control a hardware vocal harmony pedal. this way i don't have to remember which setting i use on every song or even, section of a song.
    *Step 1:*
    Library>application support>Logic> create a folder named precisely MAINSTAGE CALLBACKS
    inside of it, create an applescript with this code
    on action(parameter)
    set myprogramchange to programchangenumber of parameter
    tell application "MidiPipe"
    MIDISend toPort "MidiPipe AppleScript Input" withData {192, myprogramchange}
    end tell
    end action
    *step 2*
    download MIDIPIPE from http://homepage.mac.com/nicowald/SubtleSoft/
    and install it in your apps folder
    *step 3*
    start midipipe, and define the following modules
    MIDI IN-> use applescript input from menu
    MIDI OUT-> route to your midi interface desired output
    save this to a Midipipe file you can easily access
    Now, when I go to a gig I FIRST (this is important) load midipipe and my preset, and just hide it and let it work in the background
    Start mainstage, and set the program change of every PATCH to what I want to be sent over MIDI OUT when I enter the preset (-1 if needed or modify the previous applescript).
    Ok, this just gives you Prg change... if you want something like CC or others, you can look at some of the example files on midipipe, and write your own applescripts to be used from a control within mainstage (you know, select a screen control, and assign it to an applescript located in library>application suport>logic>Mainstage scripts. you have to tell the applescript to receive incoming data from mainstage and send it (with even some filtering or transforming) to midipipe to go to the outside world.
    One last idea: i used a free plug-in called MIDIIO that, although the plugin analysis on mainstage might say does not pass, you can use it anyway, and lets you insert it as if it was a plugin instrument...then you just route your screen controller to a MIDI parameter on that track, and there you go...but in the past it was not as solid as the midipipe solution.
    I am still investigating...I am pursuing having my hardware controller knobs to follow screen settings everytime I just change a patch, but lack some info on how to get parameter values when entering the patch ¿anyone knows, blueberry, zuelito...? I promise to share the results!
    best

  • Feature request: Support for {table abbr} and {table} in Table scripts

    Hi Data Modeler Team,
    support for {table abbr} and {table} in table scripts ("Table properties"->"Scripts"->All four tabs) would be greatly appreciated as it makes it easier to use boilerplate SQL in these areas.
    Is it possible to add this feature to one of the upcoming releases?
    Thank you,
    Blama

    Hi,
    I've logged an enhancement request on this.
    Thanks,
    David

  • Feature request: Hotkey for quote of the last mess...

    Sorry if I chose wrong branch for this post, hope moderators will replace it to right place.
    So, request is in the title of this post. Some times it is really need make a quote - for last message and start write the answer to the part of message, while your collocutor continue write his message.
    Similar feature is in ICQ. 
    PS sorry for mistakes.

    I would advise you to have a look at this blog post, that deals exactly with your problem.
    It is about the OpenG toolkit function Fit VI window to Largest decoration.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Feature Request - Support for .psb files

    So Great if Llightroom would be able to import and recognize Photoshop Large Document File Format (.psb).
    My Lightroom database is missing this very important concept.
    tiff files larger than 4 GB cannot be saved as .tiff Mac OSX, must either try to save as zip compression tiff files, or use psb files
    as working files, but then they cannot be recognized by Lightroom.
    Heck why ot add other formats .gif ?
    Is there some kind of technical barrier to this?
    PLEASE PLEASE PLEASE really on the psb.

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for bug reports or feature requests

  • Feature Request: Support for .idea and .psdx extensions

    I've noticed that Adobe Bridge does not have any support for .idea and .psdx files.  The .idea files will show a idea file icon but the .psdx will be a blank, unknown file icon.  Both do not show any preview in Bridge.  I do not know why this is as previews for these files can be seen when they are uploaded to creative cloud or the new creative cloud mobile app.

    Hi,
    I've logged an enhancement request on this.
    Thanks,
    David

  • Feature Request: support for Word's Track Changes feature

    I love the iPad and Pages lets my wife and I use it to some extent for our jobs. However, the most useful feature for me in a document reader/creator would be the ability to track changes and have it be compatible with Word. I am a college professor, and I use this feature almost daily when grading student papers. If this were available on the iPad version of Pages, I could truly leave the laptop at home.

    Why would it need to be compatible with Word? Why not use Pages' Track Changes feature and print the final version, with the comments and markup visible, to PDF? This is what I do. And it works just fine. I get a student once in a while who doesn't have Adobe Reader installed, but I have a FAQ item for that in the online course shell.

  • Feature Request -Support For All Library Assets Formats

    I would like to request an update to the application to allow full support for all Library asset formats.
    I have recently started using Comp CC to draft layouts. I have found that none of my graphics Library assets can be used due to their format type. This has limited the usefulness of Comp CC as many of my assets are Illustrator vector graphic.

    Thanks for opening our eyes. I spent a good hour trying to place vector graphics into an image place holder before I posted.
    In my defense I find this method less than intuitive. I don't understand Adobe's thinking on separate methods of placing vector graphics & raster graphics. I personally treat all graphics the same vector or raster the are both graphics. This has been the standard workflow for placing image into DTP apps since the beginning.

  • Feature Request: Guide for the visually impaired.

    If this is in the works, then great, if not please consider.
    I have family members whereby their eye-sight is far from perfect. Their major problem is reading a small font size. Even on HD TV's and large 32" CRT TV's, they still struggle reading the guide.
    It would be great if FiOS can implement a version of the guide with a larger font thats spaced a bit more between letters, and a contrast scheme that would help those visually impaired see the listings better.
    Maybe sit down and test configurations with those that are visually impaired and design a version of the guide that can be more comfortably read.

    Hi Copota!! Good to hear from you again, thank you for that suggestion I will definitely pass it on. At this present time we cant enlarge the font on the guide, we do offer half screen or full screen guide options and when you select the show in the guide we bring that item slightly forward so that it stands out amongst the others. Thank you for your suggestion, they are appreciated.
    Constance
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan. Follow us on Twitter™!

  • Feature request: Support for Multiple Libraries (like in iMovie)

    From the threads, I can tell this topic was raised by many for many years. I would like to propose support for multiple iPhoto libraries -- or more specifically, the ability to distribute media across different storage devices.
    There is a huge gap between my spacially limited MBP 250 GB SSD and my external 4 TB HDD. I am aware that I can juggle two separate libraries in iPhoto but it's just not practical and the moving of media between the libraries is not a simple drag and drop effort but involves exporting and importing with me having to clean up on one side or the other.
    iMovie has had support for several libraries for a long time presumably because the sheer size of media in the video realm gave the iMovie team little choice.
    I can't be the only one having this itch, right?

    Again, you need to clarify your terms
    Aperture can move master photos files around. With Aperture you can write additional metadata to the original file.
    You don't need multiple libraries to thematically arrange photos, though. A simple keywordign system will do that.
    So in Aperture I don't have to restart into different libraries?
    You can have all your photos in a sinble library with the master files stored off-disk easily. You can relocate them from disk to disk too. However, if you;re doing presentations that is probably not necessary if you generate good quality previews. I'd ask about these things on the Aperture forum for more.

Maybe you are looking for