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

Software Architect Real Time Edition

Showing 115 of 1823

RSART- IDL .tcs should have copyright like C++ .tcs do

have to stick the copyright into the top module (package) in the component instead for now
almost 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 3 Not under consideration

RSART- background tasks

# queue up multiple builds in background, stop asking to kill current build on build workspace# stop ignoring build commands when a build (single project) is running, queue it instead.# name the things (with project name) in the queue# stop blocki...
almost 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 6 Not under consideration

RSART- namespace support

MISRA C++ rule 7-2-1 and our company's coding standards require us to keep everything outside of main from the global namespace. RSART needs to do something other rational products do: allow some namespace sterotype to be optionally applied to pac...
almost 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 4 Not under consideration

RSART- capsule code should not use char *

=== Capsule code uses char * instead of std::string === This causes 1000's of portability '''PORTING.SIGNED.CHAR''' checker complaints in static analysis toolinge.g. class RTDictionary { protected: RTAssociation * find( const char * ) const; sugge...
almost 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 5 Not under consideration

External Editor Code Sync

What we did with RoseRT was generate the RoseRT component, use an external editor (like Visual SlickEdit or UltraEdit) to modify code between //USR blocks as desired, taking advantage of the vastly faster and more powerful editing facilities of th...
almost 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 4 Not under consideration

Form Field navigation

Two issues here:1) ctrl left/right only jumps on whitespace. Should be able to navigate on language tokens (e.g. '::' or '.' or changes in capitalization). 2) Double-click should have rotating toggle. # all of field not word/capitalization separat...
about 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 7 Not under consideration

Helper to sort

Generally having some visible organization within a context is considered a maintainability enhancer. E.g. there is a standard GNAT warning about non-alphabetical units in a scope. Theory is the IDE outline of the file should be easy to use (aplha...
about 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 9 Not under consideration

RSART Hang when moving attributes/operations in class diagrams

Class diagrams allow the user to move attributes & operations from one class to another. If this is done (e.g. to promote an operation from a class to its parent class), the tool hangs. The Move Element dialog box is displayed and reports "Per...
about 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 5 Not under consideration

RSART- build project with multiple active transforms enables

Does code sync on multiple unrelated projects in workspace before compiling the single project you told it to build. Turn on view 'Progress View' and you can see the names of the unrelated classes that are being code synced. Suspect that if you ha...
about 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 5 Not under consideration

RSART- Go to Source Model Elements should do something when outside a USR block

it currently does nothing. if there is any USR block in file it should pick one (nearest, next, whatever) and go there. Mattias has the following comment: The command does something - it navigates in the Project Explorer to thenearest capsule. Of ...
about 11 years ago in Rational Analysis, Design & Construction / Software Architect Real Time Edition 6 Not under consideration