You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rohit00082002 sorry about that. Its safer to apply to the odesk job first. When I checked for applicants 14 hrs ago there was just one and I hired him for the job. You may want to watch to follow me or watch the repository - I will be making available to odesk all the issues that I have added on the project as jobs.
Sourced @oDesk for $40 - Job Completed Successfully
Enhance the editor by allowing double lines to be drawn if ctrl is pressed '=' in horizontal movement - no change during in vertical movement.
For example someone should be able to draw a table like this
Note that we still use the
+
sign when a double horizontal line (===
) crosses a vertical line (|
)You will probably need to
Ctrl
key in thekeypressed
function (there is already aBRUSHDOUBLE
brush constant to use)simplelines.js
file to handle the case where there is =.There aren't any testing functions for now so you will need to test it manually yourself.
The text was updated successfully, but these errors were encountered: