Skip to content

Commit c160225

Browse files
committed
Updated readme and updated edbee-lib
1 parent ad5ae25 commit c160225

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
edbee-examples
22
==============
3+
4+
This repository is used to demonstrate the usage of the edbee library.

example1/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ Example 1 - Getting Started
33

44
This is the minimal example to demonstrate how to use edbee.
55

6-
**WARNING** at the moment this example is completely useless. Edbee requires an external keymap for it's keybinding. The editor loads, but you cannot work with it.
7-
When issue #114 is solved (which is very soon), this example will work and demonstrates the minimum effort required to use edbee.
8-
96
example1.cpp
107
===========================
118

12-
This examples in icludes the edbee widget header:
9+
The main source first includes the edbee widget header:
1310

1411
```C++
1512
#include "edbee/texteditorwidget.h"
@@ -22,6 +19,8 @@ edbee::TextEditorWidget editor;
2219
win.setCentralWidget( &editor );
2320
```
2421

22+
That's all :)
23+
2524

2625

2726
example1.pro

0 commit comments

Comments
 (0)