my bookmarks

Archive for October, 2008


jquery plugins

Oct 30, 2008 Author: admin | Filed under: javascript

45+ Fresh Out of the oven jQuery Plugins | Noupe

jquery plugins

Oct 30, 2008 Author: admin | Filed under: javascript

Coda-Slider 1.1.1

nice corporate 2

Oct 28, 2008 Author: admin | Filed under: general

Cadence Contact Us 

De vorbă despre distribuţie

Oct 28, 2008 Author: admin | Filed under: general

Agora Media

De vorbă despre distribuţie

swing editor & lexers

Oct 19, 2008 Author: admin | Filed under: general

saveabend: Java Syntax Highlighting with JEditorPane

Java Syntax Highlighting with JEditorPane

I’ve been playing around with implementing a Syntax Highlighting / Coloring Editor or Text control in Java Swing. Just for fun. It would be part of TranScope to edit scripts, mostly Groovy, and to view some TAL / DDL and XML. That was both hard, time consuming and a hell-of-a-lot of fun and rewarding experience. I’ll summarize what I did, and if there is demand publish my final code as a project. Most of these topics where new to me before I started.

You may also want to check out JEdit Syntax Package. The project seems dead, but it works.

swing text editor

Oct 19, 2008 Author: admin | Filed under: general

Customizing a Text Editor

When you want to customize a Swing text editor, the first thing you should do is plan a strategy for the kind of support that your new editor kit will provide. In the example that we’ll present in this article, we” provide the bare bones of what a programmer would need to edit code written in the Java programming language.

At this level, we won’t be dealing with the overall environment of an IDE; that would be, a higher-level task. Instead, we’ll just create a plug-in that provides some basic services. By building on that foundation, we could easily create a higher-level environment. There are many directions we could go in, but for now, we’ll keep it simple by dealing primarily with syntax highlighting.

To perform the task of syntax highlighting, it might be tempting to use the styled-text support that Swing provides. But we’ll be building a source-code editor, and in terms of modeling, source code is really oriented more towards plain text than towards styled text. Furthermore, different programmers may want to view the documents using different style settings.

Also, if the syntax of a program gets too broken it can always be treated as plain text. So embedding styles in documents is not very desirable — at least not in the kind of editor we are building.

swing netbeans based editor

Oct 19, 2008 Author: admin | Filed under: general

I. Building a standalone NetBeans editor

Building a standalone NetBeans editor

jboss messaging user guide

Oct 19, 2008 Author: admin | Filed under: general

http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.SP5/pdf/JBossMessagingUsersGuide.pdf

sendmail to accept outside connections

Oct 15, 2008 Author: admin | Filed under: general

Sendmail is only accepting connections from localhost (127.0.0.1 IP)

DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA’)dnl

delete “Addr=127.0.0.1,” :)

make

restart sendmail

armaddakttk

Oct 10, 2008 Author: admin | Filed under: general

armaddakttk

Advertising



Most Popular

  • None found

Recent Comments

  • None found