Ticket #87 (assigned enhancement)

Opened 1 year ago

Last modified 4 months ago

Need IDE init file

Reported by: gz Assigned to: gb (accepted)
Priority: major Milestone:
Component: IDE Version:
Keywords: Cc:

Description

I'd like to make some personal customizations to the editor, but the editor stuff is not accessible when my openmcl-init.lisp is loaded. We need an init file that gets loaded when the IDE starts up.

Change History

08/29/07 14:02:52 changed by gb

  • status changed from new to assigned.

On a related note: the saved IDE doesn't load ~/openmcl-init.

In the TTY environment, openmcl-init is loaded in the initial listener thread. It -could- be loaded in the first IDE listener.

It's not rocket science to do so, but we should think a little about whether the editor customization file is loaded before or after the general init file.

11/28/07 12:29:58 changed by joswig

Clozure CL should have also an example customization file. Examples for:

  • new menu item in the menubar
  • new context menu
  • new hemlock command
  • new hemlock variable
  • setting a hemlock variable
  • loading a subsystem (list of available subsystems)
  • list of available hooks