Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (490 - 492 of 1030)

Ticket Resolution Summary Owner Reporter
#111 fixed Shouldn't be able to plain Save in listener R. Matthew Emerson gz
Description

You shouldn't be able to convert the listener to be associated with a file, at least not without jumping through some extra hoops, because it's almost always just an operator error when saving the contents. Either the "Save" command (and c-x c-w etc) should be disabled or better yet they should just automatically do a Save As when invoked in the listener.

#317 fixed Should provide a way to update the ccl hierarchy Gary Byers gz
Description

Need a function (or an argument to rebuild-ccl) that does the two step process necessary to properly update a ccl hierarchy from subversion: 'svn up' and then 'svn revert' the kernel and image.

The reason for this is that 'svn up' doesn't overwrite modified binaries, so if a user ever did a rebuild-ccl (which they must if they use the trunk), 'svn up' no longer gets the latest checked in binaries. See for example the thread starting with http://clozure.com/pipermail/openmcl-devel/2008-July/008399.html

#122 fixed Should create the application bundle from a skeleton gz gz
Description

Currently we build the IDE from a skeleton bundle which is stored in cocoa-ide/Clozure CL.app (or cocoa-ide/OpenMCL.app - being phased out). The skeleton is modified by the build process, which is bad practice.

We should generate the bundle, in a new directory, copying files from a template directory named something other than anything.app, around the time of fake-cfbundle-path. The template dir should contain the nib files and other resources that might be difficult to generate from Lisp, and the rest should be created dynamically.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.