feature Suggestion: Set of code-points or "later, multiple jump to source"
Hi,
I want to suggest a new feature that I would find very helpful.
Motivation: sometimes you have situations in which you have some code lines in different classes that have to be changed, but you cannot change them right now due to a code freeze or something alike.
Now it would be cool if one could save a set of "code-points" that could be loaded later on. (I don't have the right word, with waypoint I just mean a position in the code; in a specific version of the file if version control is activated).
On load idea would pop up all the positions in the specific versions of the concerned files, so to say a "later, multiple jump to source"
Cheers,
MLL
请先登录再写评论。
>.. you cannot change them right now due to a code freeze
>Now it would be cool if one could save a set of "code-points"
>
You can use bookmarks for that purpose.
Alain
Or add a new todo pattern, and slap in matching todo comments at each code
point of interest.
>> .. you cannot change them right now due to a code freeze Now it
>> would be cool if one could save a set of "code-points"
>>
chris_overseasNOSPAM@hotmail.com wrote:
>
He said the code is frozen => no changes allowed.
Bookmarks otoh are stored in the project description file.
Alain