Welcome, Guest. Please login or register.

Author Topic: golded, current directory, asl req. question  (Read 1128 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kas1eTopic starter

golded, current directory, asl req. question
« on: October 07, 2005, 05:05:10 PM »
I am using golded develop edition, it is realy nice for me, but here is only one problem. Always as i try to open new file, current directory is golded directory. So, 2 question:

1. Can be save current position of asl request ALWAYS ?
i mean, last open path must be in golded req as default.

2. It is possible to setup default working directory in golded
not as golded directory ALWAYS. I mean maybe some tooltipes, etc.

Thanks.
 

Offline Dietmar

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: golded, current directory, asl req. question
« Reply #1 on: October 07, 2005, 05:52:49 PM »
Quote
I am using golded develop edition

Good choice. However, I haven't sold a single copy to Russia ;) May I ask how you have obtained it and what the first four digits of the serial number are?

Quote
Always as i try to open new file, current directory is golded directory.

Actually, the current directory of the editor is the current directory of the program (or shell) that was used to start GoldED. If you change the current directory at that point (for example in amidock), you effectively set the default working directory. You can also specify a path in the line that starts the editor. For example, "golded:ed workspace:" starts the editor and selects workspace: as default path.

Quote
1. Can be save current position of asl request ALWAYS? i mean, last open path must be in golded req as default.

Not easily. You could edit the menu item and insert the PATH/K option to specify a path. But that would be a permanent change

Quote
2. It is possible to setup default working directory in golded not as golded directory ALWAYS. I mean maybe some tooltipes, etc.

In addition to the tips above, you can use the editor's SESSION tooltype to get back to the last session (last files opened). But instead of using the tooltype, restoring a session via CTRL-R seems to be easier.
 

Offline kas1eTopic starter

Re: golded, current directory, asl req. question
« Reply #2 on: October 07, 2005, 06:46:45 PM »
Quote
Good choice. However, I haven't sold a single copy to Russia ;) May I ask how you have obtained it and what the first four digits of the serial number are?


I just use demo version :) Of course for big files it is have window about registration, but it possible to use for little C sources.

Quote
Not easily. You could edit the menu item and insert the PATH/K option to specify a path. But that would be a permanent change


Sad .. do not have in work plan to do options for enable/disable auto save last open directory and start work with it ?:)
 

Offline Dietmar

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: golded, current directory, asl req. question
« Reply #3 on: October 07, 2005, 06:59:11 PM »
Quote
do not have in work plan to do options for enable/disable auto save last open directory and start work with it ?:)

No, because the "save session" menu item seems to be a better function for resuming work. And you have the list of most-recently used files in the menu. You could of course add a path-saving function yourself by writing short rexx macros for the open and save menu items.