Opened 21 years ago
Closed 21 years ago
#70 closed enhancement (fixed)
several enhancements for projects
Reported by: | imendez | Owned by: | jimarin |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | minor | Keywords: | |
Cc: |
Description
1.- Nowadays, it is not possible to add a file to a prj between two existing
files (or I don't know how to do it)
2.- When including a new file to a prj, the defect path is 'bin', not the last
used
3.- The 'includes' of the files take the absolute path, not the relative one,
so if someone move the prj to antoher path, it fails when including its files.
Change History (4)
comment:1 Changed 21 years ago by
Owner: | changed from Javier Portugal to jimarin |
---|
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
comment:4 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed bugs 54 and 70.
Now:
1) paths to nodes are stored in a relative way in case of belonging to the same
unit as the project base directory, otherwise the full path will be stored.
2) when adding a node it searches from the last opened node directory or the
project base directory.
3) nodes can be added "in the middle". To do this select "Add node" in the
contextual menu that should appear attached to the node below which a new node
is to be inserted.
Hi to everyone,
I am a newcomer to the project and I have been working with Roberto in fixing
bug 54 which is related to this one. Bug 54 is almost done, only some testing
and reassesment on requirements is pending.
As point (3) of this bug, Javier I hope that you don´t mind, is related to bug
54 I think I can solve it quite quickly along with point (2) which I have
already located in code.
As for point (1), I don´t understand what it means. Javier, could you clarify,
please?
Cheers to all,
Jose Ignacio