Bug #15873 2009-06-17 18:32
cichmen
Possible bug in $ACTIVE_EDITOR_FILENAME
I have experienced odd behaviour of $ACTIVE_EDITOR_FILENAME built-in. I'm using it in post-build step.
- Open file "file1.c" in editor, do rebuild, the built-in is right = "file1.c"
- close file "file1.c", open "file2.c" in editor, do rebuild, the build-in contains still "file1.c", but should contain "file2.c
- Category
- Application::WrongBehaviour
- Group
- Status
- Open
- Close date
- Assigned to
History
cichmen 2009-06-17 18:52
I'm using Release 8.02, on XP SP2.
Important to reproduce is the order:
1) Open only "file1.c" in editor, do rebuild
2) Close "file1.c"
3) Open only "file2.c" in editor, do rebuild