Giter Club home page Giter Club logo

vee's Introduction

vee

V Editor Engine

This is a V module providing the guts of a text editor.

Progammed to make it easier, faster and richer to develop editors, text areas, consoles for games etc.

Example

Features

  • Multiple buffers
  • Full undo/redo support
  • Cursor magnet
  • Movement by words
  • Unicode support

vee's People

Contributors

larpon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vee's Issues

Cannot build due to V update

When trying to compile, I get the following error:

buffer.v:22:1: notice: `[attr]` has been deprecated, use `@[attr]` instead
   20 | }
   21 |
   22 | [heap]
      | ^
   23 | struct Buffer {
   24 |     line_break string = '\n'
math.v:5:1: notice: `[attr]` has been deprecated, use `@[attr]` instead
    3 | module vee
    4 |
    5 | [inline]
      | ^
    6 | fn imax(x int, y int) int {
    7 |     return if x < y { y } else { x }
math.v:10:1: notice: `[attr]` has been deprecated, use `@[attr]` instead
    8 | }
    9 |
   10 | [inline]
      | ^
   11 | fn imin(x int, y int) int {
   12 |     return if x < y { x } else { y }
utils.v:5:1: notice: `[attr]` has been deprecated, use `@[attr]` instead
    3 | module vee
    4 |
    5 | [if debug_vee ?]
      | ^
    6 | fn dbg(str string) {
    7 |     eprintln(str)
vee.v:8:1: notice: `[attr]` has been deprecated, use `@[attr]` instead
    6 | import vee.command
    7 |
    8 | [heap]
      | ^
    9 | pub struct Vee {
   10 | mut:
vee.v:6:1: builder error: cannot import module "vee.command" (not found)
    4 |
    5 | import strings
    6 | import vee.command
      | ~~~~~~~~~~~~~~~~~~
    7 |
    8 | [heap]

This is due to a recent V update and should be pretty easy to fix following the error messages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.