Ticket #28 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

TestWindow demo issues

Reported by: mandel Assigned to: Mike Wey
Priority: trivial Milestone:
Component: Demos Version: TRUNK
Keywords: Cc:

Description

"Spin Buttons" example is labeled "Sping this:"; should be "Spin this"?

"Dialogs" => "Input Dialog" => "Close" doesn't work.

Change History

(follow-up: ↓ 2 ) 03/06/08 13:25:11 changed by mandel

I also found a typo in ./src/gtk/TextBuffer.d:1045

"public void delet(TextIter? start, TextIter? end)"

...should be "delete"

(in reply to: ↑ 1 ) 03/06/08 14:10:35 changed by Mike Wey

  • owner changed from JJR to Mike Wey.
  • status changed from new to assigned.

Replying to mandel:

I also found a typo in ./src/gtk/TextBuffer.d:1045 "public void delet(TextIter? start, TextIter? end)" ...should be "delete"

delete is a D keyword, so it can't be used for a function name.

(in reply to: ↑ description ) 03/06/08 15:43:55 changed by Mike Wey

Replying to mandel:

"Spin Buttons" example is labeled "Sping this:"; should be "Spin this"? "Dialogs" => "Input Dialog" => "Close" doesn't work.

The Sping > Spin is fixed in r458. The close button needs some more work.

03/06/08 18:04:31 changed by Mike Wey

  • status changed from assigned to closed.
  • resolution set to fixed.

The Close button should work in svn r460.

You can reopen this ticket if you find some more problems with the demo.