Issue 169 in toped: Check a cell with certain name exists

0 views
Skip to first unread message

to...@googlecode.com

unread,
Mar 27, 2014, 7:12:41 PM3/27/14
to toped...@googlegroups.com
Status: Accepted
Owner: krustev....@gmail.com
Labels: OpSys-All Type-Enhancement Component-Tell Priority-Medium Usability

New issue 169 by krustev....@gmail.com: Check a cell with certain name
exists
http://code.google.com/p/toped/issues/detail?id=169

We need a tell function reporting whether a cell with certain name exists
in the db.
Possibly - the existing functions for open/edit cells can be revisited and
updated with options like:
- create if not existing
or simply make the functions return a status - like:
- can't create - it's existing
- can't open - it's not existing

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

to...@googlecode.com

unread,
Mar 28, 2014, 7:38:28 PM3/28/14
to toped...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 169 by krustev....@gmail.com: Check a cell with certain
name exists
http://code.google.com/p/toped/issues/detail?id=169

Updates in r2437.

New function added:
bool checkcell(string cell_name, bool editable);

if (editable)
return true if cell_name exists and is editable (i.e. not a library cell)
else
return true cell_name exists

Also:
opencell now returns true on success
newcell now return false if the cell with this name already exists
Reply all
Reply to author
Forward
0 new messages