Delete links in same modules Doors - ibm-doors

i would like to ask if there is a way to delete all the out links from one baseline to another baseline in the same module. I used link-> delete links - and chosen files but it didn't work for the same modules
Thank you for your help

Baselines are frozen and cannot be changed. If the Link starts in a baseline, you cannot delete it. You can only delete a link that starts in a current version and ends either in a current version of the same or another module or in a baseline.

Related

Localizations files not available on Xcode 6

Well, I received this project from a buddy that used to work with me and now I am responsible for it Internalization. I need to transform the language of the app to English, that is currently Portuguese.
Although i was researching for some tutorials but all of them include one step i cannot make. I have noticed there were no files localized in any of the languages, and no folders .Iproj too.
In the info tab > Localizations shows up, in each language added in my "Resources" Tab, "0 Files Located".
as Soon as i click "Use Base Internationalization" or the "plus" button there is no file i can reference it to.
I need to follow with this project and cannot create another one, there is lots of code and configurations that need to stay in this one. Is there any solutions?
Thanks!
PS: StackOverflow won't let me post images yet :(
Have you ever visited this panel?

Using a custom component

I'm making an application that has to do with World of Warcraft.
To keep it short; You can pick talents that give you certain skills, in my application I added a talent calculator. Here you can pick talents, each talent has a description.
This is shown, like all spells and items, in a tooltip. For an example check here and hover over one of the talents.
So I want to make these tooltips too.
To do this I created a custom component following 2 guides
Guide 1 here
Guide 2 here
Now I made my component based on a panel. Made a package and installed it which all works.
It also shows in the list of components at design time.
Then I drag it onto my form, it gets automaticly included in the uses however...
When I try to run/build/compile my application I get an error and it says:
Cannot resolve unit name 'Tooltip'
and I have no idea how to fix this.
There are plenty tutorials that show you how to make a custom component but none of them talks about this problem. Am I doing something wrong?
Any advice will be very welcome :)
You have to setup the common library path and search path.
Open from IDE-Menu Tools\Options
Walk to Environment Options\Delphi Options\Library
Edit Library Path and add the Path containing the component compiled libraries (.dcu files) or the path containing the component source files
Edit Search Path and add the Path containing the component source files (this is optional but helpful when debugging)
You have to repeat theses steps for all platforms your component will be used. But if you put the library path to compiled libraries, you have to ensure the right .dcu for the platforms.

How can I make Squeak ask me where to fileOut to?

I'm right-clicking a class category and choose fileOut for exporting it to an .st file. The problem is that it never asks me where to save to, instead just choosing a folder by itself (seems to be the same folder containing the image file).
How can I change it, forcing it to actually ask me where to save the file to? Previous Squeak versions (3.9.x) did ask me.
Squeak version is 4.2, OS is Ubuntu.
It looks like if you don't mind filing out twice, the default behaviour in 4.3 is to prompt if you would overwrite an existing file. Something like Class.st already exists, then select choose another name and you can write to the correct place in any directory, albeit with a second copy in the directory with the image.
I've checked in Pharo and it's the same, the menus just offer to file out to a predefined location.
However, it's still perfectly possible to trigger a file out by script. Look for implementors of #fileOut and #fileOutOn: for examples; evaluating something along the lines of `myProgramEntity fileOutOn: aFileStream' should do it.

change shortcut in scite dialog

does anyone know how to change alt-a (replace all) in scite's replace dialog to another shortcut? thanks a lot!
2 methods:
1. Use ResourceHacker and the uncompressed verion of SciTE.
You can get it from http://www.angusj.com/resourcehacker/
Open SciTE.exe with it, go to dialogs/400/1033.
Change the line that starts with
CONTROL "Replace &All"
Then recompile script.
2. recompile the source code...
Unzip the scite source and look for win32\SciTERes.rc
Roundabout line 400 you find the following line:
PUSHBUTTON "Replace &All",IDREPLACEALL,190,41,90,14
You can move the ampersand to a different position to change the shortcut key.
Then recompile SciTE
You can change one of ScITE's profile files by selecting from the Options menu. I usually change the User-level profile but the Global file is useful for seeing a more exhaustive list of settings.
Note 1: If you are the only user, you could change the Global settings but the User-level is just fine. One advantage to changing the User file, at lease in my case, is that User-level file (named .SciTEUser.properties) is saved in my /home/user_name directory -- I'm using Linux -- so it's included in my data backups.
Note 2: I found that altering ScITE settings is like shopping at Costco. You go in with a $30 shopping list in mind and leave $300 later. The number of things you can customize in ScITE is spectacular. It's the first time I have had an editor that feels tailor-made.
The ScITE website provides the documentation. Specifically, you'll want to look for "user.shortcuts" in this link. That section provides a link to all of the commands.

Xcode save code folding?

I know it's not directly related to programming, but what better place then stackoverflow right?
So code folding is an awesome feature which I love, but does anyone know if there is a way to get Xcode to remember where you have certain sections collapsed whenever you open a file?
BTW, I'm coding ruby on rails using git version control.
Code folding for a source file is saved in the user file of the project. So if you're just editing a naked Ruby source file, there's no place to store the information. You might just make a dummy Empty Project and add the Ruby files to it just to persist the folding state, scroll position, etc. even if you don't use the project for building or version control.

Resources