Skip to Main Content
IBM Power Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Delivered
Workspace IBM i
Created by Guest
Created on May 11, 2016

Setting to Change Default Insert Mode for Editor

Allow users to configure the default insert mode used in the LPEX editor. Currently, the editor defaults to replace mode every time a file is opened. I would like to be able to change it to default to insert mode instead.


Use Case:

Allow users to configure the default insert mode used in the LPEX editor. Currently, the editor defaults to replace mode every time a file is opened. I would like to be able to change it to default to insert mode instead.


Idea priority Low
  • Guest
    Reply
    |
    Aug 26, 2022
    This Idea is delivered in RDi 96012.
  • Guest
    Reply
    |
    Oct 21, 2020

    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.

  • Guest
    Reply
    |
    Mar 18, 2020

    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

  • Guest
    Reply
    |
    Feb 17, 2020

    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

  • Guest
    Reply
    |
    Oct 2, 2019

    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 ...

  • Guest
    Reply
    |
    Aug 4, 2016

    Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.

  • Guest
    Reply
    |
    May 31, 2016

    A preliminary evaluation of this request indicates that it is consistent with our business strategy. Further evaluation of this RFE is underway.