Skip to content

Commit

Permalink
Updated README; one manual link issue fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Hesselberg committed Nov 3, 2017
1 parent 09b4cfc commit 7969e9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@ TextEdit demonstrates a number of things:

* There is no _Save_ command. TextEdit follows Allan Cooper's unified file model, where all changes are committed directly to disk.
* Error handling and robustness.
* Persistence everywhere.
* [Persistence everywhere](docs/Chapter-10-Customization-and-Persistence.md).
* Send as email.
* Installation and registration.
* [Installation and registration](docs/Chapter-20-Setup-and-Down-Again.md) (under the hood, as it were).
* Utilizing the SendTo folder.
* The myriad ways of starting a Windows app and receiving arguments.
* The fine points of dialogs.
* Simple HTML parsing and rendering.
* [The myriad ways of starting a Windows app and receiving arguments](docs/Chapter-7-Off-the-Launch-Pad.md).
* [The fine points of dialogs](docs/Chapter-13-About-Dialogs.md)
* [Simple HTML parsing and rendering](docs/Sidebar-The-HTML-Static-Control.md).
* Snap window to edges of work area during move and resize.

## Documentation

It's in the [`docs`](docs) folder, but be warned: All links need tweaking -- the import from CodePlex was imperfect (spaces in file names being the main problem). I'll get around to it.
I'm posting an entire book here, in the hope that this will provide sufficient documentation, and perhaps some additional value:

[Programming Industrial Strength Windows](docs/Programming-Industrial-Strength-Windows.md)

![](docs/Home-pisw.jpg)

The logo was made with [Microsoft Expression Design 2.](http://www.microsoft.com/expression/products/Overview.aspx?key=design)

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion docs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TextEdit demonstrates a number of things:
* Utilizing the SendTo folder.
* [The myriad ways of starting a Windows app and receiving arguments](Chapter-7-Off-the-Launch-Pad.md).
* [The fine points of dialogs](Chapter-13-About-Dialogs.md)
* [Simple HTML parsing and rendering](Sidebar_-The-HTML-Static-Control).
* [Simple HTML parsing and rendering](Sidebar-The-HTML-Static-Control.md).
* Snap window to edges of work area during move and resize

[release:Go to download page](16713)
Expand Down

0 comments on commit 7969e9f

Please sign in to comment.