Skip to content

yorik1984/Yorik_Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yorik Lib

Library of core shared functions used by other extensions. Usage only for SketchUp plugins development. Contain classes, methods, constants. Also have classes for making plugin translation. Most of them Included in modules:

module YorikLib

and classes

class YorikLangHandlerDefault
class YorikLangHandler

Directories list

Plugins/yorik_lib/Resources

Include .strings file for YorikTools plugins translation.

Plugins/yorik_lib/help

Include help file for YorikTools plugins.

Files list

Plugins/yorik_lib.rb

Loader for YorikLib Plugins/yorik_lib/yorik_lib_core.rb Include basic constants and methods to load YorikLib into SketchUp.

module YorikTools
module YorikLibLoader

Constants

FILENAMESPACE
PATH_ROOT
PATH
PLUGIN_COPYRIGHT
PLUGIN_CREATOR
PLUGIN_ID
PLUGIN_NAME
PLUGIN_VERSION
RESOURCES_DIR

Plugins/yorik_lib/yorik_lib_core.rb

Include basic methods to make user menu and load YorikLib into SketchUp.

module YorikTools::YorikLibLoader

Plugins/yorik_lib/yorik_lib_main_collection.rb

Library of core shared methods

module YorikLib

Methods

def self.get_definition
def self.nested_level
def self.collect_by_attribute
def self.attributes_list
def self.attribute_value
def self.components_selected_mbox?
def self.about_information
def self.open_help_file

yorik_lib/yorik_langhandler

Rewriting of basic Sketchup API class LanguageHandler to make translations for plugins

Class

class YorikLangHandlerDefault
class YorikLangHandler

Yardoc documentation in:

DOCUMENTATION

For more information see YorikLib on rubydoc.info

CHANGELOG

See HISTORY

LICENSE

Licensed under the GPLv3.

Copyright 2016 by Yurij Kulchevich aka yorik1984

This file is part of Yorik Lib.

Yorik Lib is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Yorik Lib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Yorik Lib. If not, see http://www.gnu.org/licenses/.


Special thanks for Thomas Thomassen:

About

some libs for own use in Sketchup development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published