Skip to main content
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Source Link

Using approach from How to customize the package editor interface?How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[ NotebookOpen@%, { Saveable -> True, ClosingAutoSave -> True (*thx to Mr. Wizard*) } ] 

When you move/resize/open another tab, the palette state will be saved.

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[ NotebookOpen@%, { Saveable -> True, ClosingAutoSave -> True (*thx to Mr. Wizard*) } ] 

When you move/resize/open another tab, the palette state will be saved.

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[ NotebookOpen@%, { Saveable -> True, ClosingAutoSave -> True (*thx to Mr. Wizard*) } ] 

When you move/resize/open another tab, the palette state will be saved.

deleted 127 characters in body
Source Link
Kuba
  • 138.9k
  • 13
  • 297
  • 803

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[NotebookOpen@%SetOptions[ NotebookOpen@%,  {Editable Saveable -> True, Saveable  ClosingAutoSave -> True (*thx to Mr. Wizard*) }  ] 

Sort of works. When you move/resize/open another tab, you can try to close the palette, it will ask you if you want to save the changes. Do that and it state will be so.

Notice that if you close "normal" notebooks, palettes are closed automatically. It will happen without savingsaved.

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[NotebookOpen@%, {Editable -> True, Saveable -> True}] 

Sort of works. When you move/resize/open another tab, you can try to close the palette, it will ask you if you want to save the changes. Do that and it will be so.

Notice that if you close "normal" notebooks, palettes are closed automatically. It will happen without saving.

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[ NotebookOpen@%,  { Saveable -> True,   ClosingAutoSave -> True (*thx to Mr. Wizard*) }  ] 

When you move/resize/open another tab, the palette state will be saved.

added 1 character in body
Source Link
Kuba
  • 138.9k
  • 13
  • 297
  • 803

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[NotebookOpen@%, {Editable -> True, Saveable -> True}] 

Sort of works. When you move/resize/open another tab, you can try to close the palette, it will asask you if you want to save the changes. Do thanthat and it will be so.

Notice that if you close "normal" notebooks, palettes are closed automatically. It will happen without saving.

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[NotebookOpen@%, {Editable -> True, Saveable -> True}] 

Sort of works. When you move/resize/open another tab, you can try to close the palette, it will as you if you want to save the changes. Do than and it will be so.

Notice that if you close "normal" notebooks, palettes are closed automatically. It will happen without saving.

Using approach from How to customize the package editor interface?

CopyFile @@ ( FileNameJoin[ {#, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"} ] & /@ {$InstallationDirectory, $UserBaseDirectory}) SetOptions[NotebookOpen@%, {Editable -> True, Saveable -> True}] 

Sort of works. When you move/resize/open another tab, you can try to close the palette, it will ask you if you want to save the changes. Do that and it will be so.

Notice that if you close "normal" notebooks, palettes are closed automatically. It will happen without saving.

Source Link
Kuba
  • 138.9k
  • 13
  • 297
  • 803
Loading