January 6, 2009, Tuesday, 5

Idea:Program

From IdeA thinKING

Jump to: navigation, search

Contents

TatterTools plugin

Skin setting saver between skin changings

  • Wordpress는 skin을 변경하더라도 sidebar widget이나 기타 셋팅이 변경되지 않으나 TatterTools는 모든 사항이 리셋되거나 skin의 기본 셋팅에 따라간다. 그래서 skin을 임시로 변경해보기가 꺼려지게 된다. 이를 Wordpress처럼 저장해주는 plugin이 있으면 좋지 않을까? Php를 잘 모르니 원...
  • 이미 J.Parker님이 만들었다.

Wordpress plugin

초간단 wiki syntax 지원 plugin

  • **bold**
  • //italic//
  • __underline__
  • --deleted--
  • ' 'super' '
  • ..sub..
  • \\ (linebreak)
  • http://www.google.com
  • www.google.com
  • [1]
  • <iwongu@gmail.com>
  • *
  • **
  • #
  • ##
  • -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
  • → ← ↔ ⇒ ⇐ ⇔ » « – — 640×480 © ™ ®
  • #!wiki

Java

FreeMind for eclipse

  • FreeMind를 eclipse용으로 porting.


Lisp

Code completion for emacs

  • VS와 유사한 기능을 emacs에 추가

C++

GCC FrontEnd 사용

  • GCC FrontEnd 사용하여 간단한 언어 만들기

C++ version of eclipse

  • 어떤 기능의 IDE의 기반이 되는 플랫폼 만들기 (Qt based?)
  • Plugin-based.
  • eclipse를 더 공부해 봐야 알겠지만, editor, help window, 그리고 필요한 창들. 각각은 기본 구현을 내장하고 있으며 처음부터 구현할 수도 필요한 point만 구현할 수도 있어야 한다.
  • 이런게 있네? Anjuta

Nested template in error message to tree

  • g++의 긴 template 에러 메시지를 트리 형태로 보여주는 프로그램

xUnit for C++

  • 뭔가 다른 xUnit과 차별화될만한 기능이 있을까? -_-;

shared_ptr의 deleter는 pointer 타입만 가능한데 이를 보완해주는 클래스