This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
We have reviewed this requirement and we feel it would be a beneficial enhancement to the product. We hope to be able to add it to our development plans in the future.
Here is an AutoHotkey script to help with this issue. Once it is running, pressing Ctrl-i will enable Insert mode in any application. If it's already enabled, it does nothing.
Caveats:
1) if you use Ctrl-I to toggle italics, select a different hotkey,
2) insert mode is app-specific, so pressing Ctrl-i in RDi will only change insert mode for RDi (it will not impact Notepad++, or any other app for that matter)
^i::
GetKeyState, DO_INS_YN, Insert, T
If DO_INS_YN = D ;when override is active switch to insert
{
send {INSERT}
}
return
The COMMON Europe Advisory Council (CEAC) has reviewed this requirement and recommends that IBM view this as a “nice to have” LOW priority feature.
Background: The CEAC members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.
To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT
Therese Eaton – CEAC Program Manager, IBM
My INSERT key is completely erased by having to press it each time I open a new file. It's so boring.
RDI is the only PC editor that runs by default in Replace mode, just because it was the default mode on green screens.
The goal of RDI is to change the habits of old developers, right? Not to force the current developers to have to take the old habits ...
Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.
A preliminary evaluation of this request indicates that it is consistent with our business strategy. Further evaluation of this RFE is underway.