Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Where to put experimental indent file (JavaFX)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
black panda  
View profile  
 More options Oct 2 2009, 10:37 am
From: black panda <dear.jay.lo...@gmail.com>
Date: Fri, 2 Oct 2009 07:37:45 -0700 (PDT)
Local: Fri, Oct 2 2009 10:37 am
Subject: Where to put experimental indent file (JavaFX)
Hello,

I have a first attempt at an indent plugin for the JavaFX language. I
don't think it is completely ready for prime time, but I want
someplace to post it for others to use and give feedback so I can
learn and improve the code. I think the Scripts section of www.vim.org
is not the right place to put "beta" code.

Where would an appropriate place be? Is the wiki the right place for
this?

Thanks,

panda


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ingo Karkat  
View profile  
 More options Oct 2 2009, 7:01 pm
From: Ingo Karkat <sw...@ingo-karkat.de>
Date: Sat, 03 Oct 2009 01:01:29 +0200
Local: Fri, Oct 2 2009 7:01 pm
Subject: Re: Where to put experimental indent file (JavaFX)
On 02-Oct-09 16:37, black panda wrote:

> Hello,

> I have a first attempt at an indent plugin for the JavaFX language. I
> don't think it is completely ready for prime time, but I want
> someplace to post it for others to use and give feedback so I can
> learn and improve the code. I think the Scripts section of www.vim.org
> is not the right place to put "beta" code.

> Where would an appropriate place be? Is the wiki the right place for
> this?

I see no problem with posting it on vim.org; with an appropriate caveat ("BETA!
Patches and feedback welcome!"), potential users will be warned and may refrain
from down-rating it just because it isn't complete yet.

If you post it on the Vim Tips Wiki, other people will edit it, append
modifications and alternative versions, etc. This can be a good thing (if you
yourself aren't yet sure whether the approach is right), but then it's not fully
"yours" (and under your control) any more.

-- regards, ingo
--
   -- Ingo Karkat -- /^-- /^-- /^-- /^-- /^-- /^-- http://ingo-karkat.de/ --
   --      http://vim.sourceforge.net/account/profile.php?user_id=9713    --


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Beckett  
View profile  
 More options Oct 2 2009, 7:45 pm
From: "John Beckett" <johnb.beck...@gmail.com>
Date: Sat, 3 Oct 2009 09:45:41 +1000
Local: Fri, Oct 2 2009 7:45 pm
Subject: RE: Where to put experimental indent file (JavaFX)

black panda wrote:
> I have a first attempt at an indent plugin for the JavaFX
> language. I don't think it is completely ready for prime
> time, but I want someplace to post it for others to use and
> give feedback so I can learn and improve the code. I think
> the Scripts section of www.vim.org is not the right place to
> put "beta" code.

> Where would an appropriate place be? Is the wiki the right
> place for this?

The wiki is not really the right place for scripts because
history shows that there is a tendency for quick stuff to be
uploaded and then neglected, so the tips collection becomes
burdened with material that is hard to understand and of
doubtful quality (making it harder to find useful tips).

We only have a very small community who are willing to actually
fix things so uploading a script may not get much collaboration.
There are exceptions, notably the long script here:
http://vim.wikia.com/wiki/CSV

However, I am very happy to try anything provided there is a
reasonable time limit, so please put your script on the wiki and
we will review whether it should be kept over the next, say,
three months. My feeling is that an indent plugin (after being
developed on the wiki) should be uploaded to vim.org/scripts,
and then deleted from the wiki because all the details of a
plugin would make a pretty impenetrable tip.

Please review the title guidelines:
http://vim.wikia.com/wiki/Vim_Tips_Wiki:Title_guidelines

Probably the right title is:
    JavaFX indent plugin

You do not need to worry about formatting; I will fix it within
a day or two. However, I will let anyone still reading this know
that GeSHi is available. Most tips use the following wikitext to
display script:

Following is my wonderful script.
<pre>
" Sample comment.
function Whatever()
  ...
endfunction
</pre>

An alternative (which uses a MediaWiki extension called GeSHi
for syntax highlighting) is:

Following is my wonderful script.
<source lang="vim">
" Sample comment.
function Whatever()
  ...
endfunction
</source>

Problem: It is pretty well impossible for syntax highlighting of
Vim script to always work, so strange punctuation in the script
can cause defective highlighting.

When you make an account at the wiki, you must enter date of
birth (Google COPPA if you want to know why). Put in any bogus
date that makes your age more than 13.

John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
black panda  
View profile  
 More options Oct 5 2009, 2:02 pm
From: black panda <dear.jay.lo...@gmail.com>
Date: Mon, 5 Oct 2009 11:02:33 -0700 (PDT)
Local: Mon, Oct 5 2009 2:02 pm
Subject: Re: Where to put experimental indent file (JavaFX)
Thank you both for your suggestions. I put the code in the Vim wiki
for you and others to comment and help improve. Thank you for the
opportunity to give back to the Vim community!

On Oct 2, 7:45 pm, "John Beckett" <johnb.beck...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »