sketchucation logo sketchucation
    • Login
    1. Home
    2. tbd
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 37
    • Posts 600
    • Groups 1

    tbd

    @tbd

    10
    Reputation
    2
    Profile views
    600
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tbd Unfollow Follow
    registered-users

    Latest posts made by tbd

    • RE: Help! Randor.rb no longer available?!

      I removed all my scripts from Smustard and they will not be available anymore on that site. ever.

      maybe somedays will make them available for free on github.com. till then you can use Chris improved version.

      posted in Plugins
      tbdT
      tbd
    • RE: Sound Effecs in SketchUp (HELP)

      wonder if http://plugins.ro/labs/suave.htm still works nowadays. as I moved to OSX, anyone wants to try it out ?

      posted in Developers' Forum
      tbdT
      tbd
    • RE: IPhone 5 Announced

      @iichiversii said:

      Love the new google maps integration, looks fantastic but I was expecting more from the showcase tbh... πŸ˜’

      the only thing is that is not Google Maps πŸ’š (also in iOS6 there will be no default YouTube app)

      posted in Hardware
      tbdT
      tbd
    • RE: Happy Birthday Gaieus

      happy birthday Csaba

      posted in Corner Bar
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      every programmer with his 'own' taste πŸŽ‰

      BracketHighlighter plugin:

      https://github.com/facelessuser/BracketHighlighter/raw/master/example.png

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      brackets.png
      SublimeText version: I find underline better πŸ˜‰

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      favicon

      (docs.sublimetext.info)

      and an example for some HTML5 - https://github.com/allaire/HTML5-sublime-completions

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      oopsy. forgot about it. hard at work with TBD v3 πŸ˜‰

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      @unknownuser said:

      the DLLs are statically linked they can link just the part of the library required. ??

      DLL = Dynamic Linked Library - so they cannot be statically linked (except embedding it in resource and dropping it on execute πŸ˜„ )

      statically linked libraries (eg. CRT.lib) should add only the used routines to the final executable.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      yes. the dll were created to solve the duplicate code problem but they created another problem - the DLL hell.

      but for SU extensions having a couple of kB duplicated for the CRT is ok. also it makes the installing easier.

      posted in Developers' Forum
      tbdT
      tbd