Skip to Main Content
Cloud Platform


This is an IBM Automation portal for Cloud Platform products. 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.


ADD A NEW IDEA

FILTER BY CATEGORY

Software Architect Real Time Edition

Showing 148 of 1800

RSA-RTE: Use in/out correctly in C++ models

Operation arguments in RSA-RTE C++ have a direction that is presented at several levels. For converted RoseRT elements the direction appears to default to "In Out". Most of the time this is wrong. Is it possible to leave this as unspecified during...
over 9 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Planned for future release

Suppression flag for "Ignoring template parameters" warnings

Add a suppression flag for "Ignoring template parameters for this ___" where the field is an enum, typedef, etc. Unless the entire c++ spec for templates is implemented, do not try and process everything, and in the event template parameters are i...
over 9 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Planned for future release

Add Cpp.properties for aggregations

When you aggregate (pointer) an object into your class, RSART forces implementation inclusion, even though your body may not refer to the object other than by reference/pointer. Add a property (like present for Dependencies) of how to include the ...
over 9 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 3 Planned for future release

Enforce time threshold on editor services

The code editor seems to offer some background services (highlighting, indexing, code lookup, mouseover code, etc.) In realistically sized workspace, this can slow development. Selecting text in an editor window results in the mouse icon changing ...
over 9 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Planned for future release

Export / Import bookmarks feature

It would be nice to have a bookmark import/export feature for those who use bookmarks extensively.
over 9 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Planned for future release

Codegeneration: Generate a forward declaration for a shared aggregation (in stead of inclusion)

- In Rose-RT a shared aggregation would generate a forward declaration: You don't have to know the contents, only the name of the class. In CP2 an inclusion is generated instead: D_FooBar.h: #include . That can lead to dependency creep.
almost 10 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 3 Future consideration

RSART TC Top Level Class

As discussed with Mattias, we have many TCs that have no capsules. We do however always create a top level class that we use to pull in all dependencies for that TC, similar in function to a top level class. Consider allowing an optional top level...
about 10 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Future consideration

RSART- Refactoring Issues

Need to clean after refactoring otherwise strange compile errors - The tool doesn't seem to handle dependencies correctly during refactoring. For example try moving an Enum sitting external to a class into a Class and then build. You will see erro...
over 10 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Future consideration

RSART- refactoring IDL components doesn't auto update IDL tc's

Problem title RSART- refactoring IDL components doesn't auto update IDL tc's . Problem description you have to manually go into the source of the TC and repoint it at the model path. you get a pop up on opening the .tc that asks if you want to kee...
over 10 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Future consideration

RSART IDL Generation corba constant documentation

In a CORBA transform, a source <> is a class. you can put more than one thing in it. Then use attibutes list to order them. The name of the Bag (and its doc) don't go anywhere, but what you put in them comes out fine. This lets us work aroun...
over 10 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 2 Future consideration