Giter Site home page Giter Site logo

velocity-edit's People

Watchers

 avatar  avatar

velocity-edit's Issues

Use Eclipse OSGI Orbit bundle

This plugin causes classloader conflicts with m2e, Dali, and other plugins 
which use Velocity, due to Velocity's Class.forName() usage. See 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396554. Upgrading to velocity 1.7 
plus latest version of other dependencies may help this problem. Probably have 
to provide a complete/correct manifest.mf with OSGI configuration.


Original issue reported on code.google.com by [email protected] on 14 Oct 2014 at 6:04

Allow multiple macro paths

Allow paths to multiple macro directories or files to be specified in the 
preferences. Paths could be colon separated. For example: 

/src/macrosdir1:/src/macrosdir2:/src/macrosfile.vm

Original issue reported on code.google.com by [email protected] on 17 Apr 2013 at 12:14

Intelli completion not work property

1. type "<span>Name</span>" in editor
2. then move cursor after the first "span" letter and type in "sty"
3. "style" proposal occurs
4. press enter, and then "Name" was overriden


Original issue reported on code.google.com by [email protected] on 14 Jan 2013 at 2:42

Undo not working

What steps will reproduce the problem?
1. Open vm file
2. Make a change
3. Attempt to undo it (Command-Z (on OS X), presumably Ctrl-Z (on Windows), 
Edit | Undo)

What is the expected output? What do you see instead?
I would expect to see the last edit undone.  This is not happening and there is 
effectively no undo function available.

What version of the product are you using? On what operating system?
com.hudson.velocityweb_1.5.3.jar in Eclipse Juno Release Build id 20120614-1722 
on OS X 10.8.2

Please provide any additional information below.
This was working back on version 1.0.8.  1.5.3 is great though - lack of undo 
is only issue I have.

Thanks, Scott

Original issue reported on code.google.com by [email protected] on 26 Sep 2012 at 6:32

NullPointerException When type in "#set)"

What steps will reproduce the problem?
1. type in "#set)" at any time any where
2. NullPointerException arise
3.

What is the expected output? What do you see instead?

Nothing

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Jun 2012 at 6:01

1.6.0 unable to execute using Java SE build 1.6.0_35-b10-428-11M3811

What steps will reproduce the problem?
1. Add plugin to Eclipse Juno
2. Attempt to use it to edit a file

What is the expected output? What do you see instead?
Expected would be editor available to view/edit code.
Instead there is a strack trace:
org.eclipse.core.runtime.CoreException: Plug-in com.hudson.velocityweb was 
unable to load class 
com.hudson.velocityweb.editors.velocity.VelocityMultiPageEditor.
    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.j<snip/>
Caused by: java.lang.UnsupportedClassVersionError: 
com/hudson/velocityweb/editors/velocity/VelocityMultiPageEditor : Unsupported 
major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
<snip/>
    ... 108 more

What version of the product are you using? On what operating system?
Using 1.6.0 with Eclipse Juno Build id: 20120614-1722 on OS X 10.8.2 and Java 
SE build 1.6.0_35-b10-428-11M3811

Please provide any additional information below.
It looks like you may have compiled the code on a newer release of Java.  I'm 
stuck back on 1.6.

Any chance of loading a jar built with target 1.6? 

Original issue reported on code.google.com by [email protected] on 28 Sep 2012 at 7:05

auto completion position error when completing xml end tags

What steps will reproduce the problem?
1. type in "<aaa>sss"
2. type "</" and suggestion "</aaa>" will come out
3. press enter
4. cursor position error occurs

What is the expected output? What do you see instead?
normal auto completion. abnormal result

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Jun 2012 at 8:45

Spelling mistake in properties editor

What steps will reproduce the problem?
1. Right click on any project and select Properties
2. Click Velocity WebEdit to see Javascript css macro directories
3. See the directory spelling as "Direcotory"

May be a minor one but still it will improve the impression of this tool.

Original issue reported on code.google.com by [email protected] on 9 Oct 2012 at 11:25

Better context injection

the traditional way to injection context is open the context tab and click add 
button. it is too slow!! it's better to inject the context using comment!!

Original issue reported on code.google.com by [email protected] on 1 Aug 2012 at 3:08

Undo/Redo problem in Juno

What steps will reproduce the problem?
1. Open first file
2. Open second file
3. Change second file
4. Change first file
5. Ctrl+z

What is the expected output? What do you see instead?
Expected - changes from first file should rollback.
Instead - changes from second file are removed.

What version of the product are you using? On what operating system?
Eclipse Juno



Original issue reported on code.google.com by [email protected] on 16 Aug 2012 at 9:24

List of suggested Syntax Highlighting improvements

* <script> code
* bold directives (option to decide for bold highlighting the respective 
directive)
* xml attribute (different highlighting to xml tag)
* velocity variable within strings
* option to disable directive highlighting of enything within brackets: I want 
to use my variable highlighting within #set/#if/#foreach and I also want to see 
if I set a string (string highlighting) or an integer (no special highlighting)

Original issue reported on code.google.com by [email protected] on 21 Feb 2013 at 3:16

Update for Luna

It appears the only way to install this plugin is to enable 2.X plugin support. 
Will this change in the future or is the plugin dying?

Additionally, is there a reason why auto-close of tags doesn't work anymore? 
This worked in the original 1.0.8 version. Meaning if I type a <div> tag and 
press enter, it would automatically add a </div> tag below and indent as 
needed. I think this should be a setting.


Original issue reported on code.google.com by [email protected] on 9 Apr 2015 at 4:33

Macro doesn't support commas

What steps will reproduce the problem?
1. Create a macro with more than 1 argument in its definition

What is the expected output? What do you see instead?
Macro should be treated fine.Instead the plugin reports it as an error at the 
first comma.

What version of the product are you using? On what operating system?
v1.6.1 on Juno 4.2 SR1

Please provide any additional information below.
Sample macro:
#macro(placeCode $placementId,$sizeId)
    <!-- dummy code -->
#end

Original issue reported on code.google.com by [email protected] on 1 Jan 2013 at 12:23

Please support custom directives

1. Create custom block directive (extend 
org.apache.velocity.runtime.directive.Block)

2. Use it in .vm template:
#myDirective()
my directive internal content
#end

3. Velocity-edit reports misplaced #end error.

Original issue reported on code.google.com by [email protected] on 12 Aug 2012 at 5:18

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.