Ticket #61 (new defect)

Opened 11 months ago

Last modified 2 months ago

IDE preferences don't persist.

Reported by: mikeal Owned by: bear
Priority: major Milestone: future
Component: ide-general Version: 0.2-beta
Keywords: Cc:
Dependencies:

Description

If you set a preference in the IDE like using JSON instead of Python for your tests, that preference doesn't persist the next time you bring up windmill.

For this ticket, the service needs to implement a method named, save_preference. The keyword arguments passed in to it will be persisted in a dictionary and when windmill loads the IDE the service will call setOptions and send all the keyword arguments it has saved locally.

Change History

Changed 10 months ago by adam

  • owner changed from adam to mikeal

Changed 10 months ago by mikeal

  • owner changed from mikeal to bear
  • milestone changed from triage to 0.2-release

Bear is gonna write a method to persist prefs. Then assign it to me and I can write the service call, then I'll assign to adam to handle the IDE work.

Changed 9 months ago by mikeal

  • milestone changed from 0.2-release to future

Changed 7 months ago by adam

  • milestone changed from future to 0.4

Changed 2 months ago by adam

  • milestone changed from 0.4 to future
Note: See TracTickets for help on using tickets.