Re: GWT Designer Eclipse Problem

2011-07-07 Thread Alexander Mitin
Try this workaround: 1. Open terminal and change dir to /usr/lib 2. Do sudo ln -s libwebkitgtk-1.0.so.0.6.0 libwebkit-1.0.so.2 command, where libwebkitgtk-1.0.so.0.6.0 is the webkit lib file, it's name could be different in version numbers. 3. Restart Eclipse. -- You received this message

Re: GWT Designer Eclipse Problem

2011-06-04 Thread Alexander Mitin
Which are versions of your Ubuntu, GWT GWT Designer? Have you got WebKitGTK libs installed? On Jun 4, 2:21 pm, Noor baken...@gmail.com wrote: Hi, I am using Ubuntu , Eclipse 3.5 with GWT designer. But when I placing a control on the my interface, the whole interface is becomming black, I

[gwt-contrib] [GWT Designer] Memory leak in ResourceOracleImpl (issue1308801)

2011-01-19 Thread alexander . mitin
Reviewers: rdayal, scottb, zundel, Description: While using GWT Designer the class path cache in ResourceOracleImpl never gets cleared of obsolete data. Please review this at http://gwt-code-reviews.appspot.com/1308801/show Affected files:

[gwt-contrib] Re: [GWT Designer] Memory leak in ResourceOracleImpl (issue1308801)

2011-01-19 Thread alexander . mitin
This is similar to Issue 1274801 as we use different class loaders per Designer Editor http://gwt-code-reviews.appspot.com/1308801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: [GWT Designer] Don't cache rebind results while design time (issue1275801)

2011-01-12 Thread alexander . mitin
2. Add an invalidate method to StandardRebindOracle, which allows you to invalidate an entry in the typeNameBindingMap Uploading new patch implementing this suggestion. http://gwt-code-reviews.appspot.com/1275801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: [GWT Designer] Use per ClassLoader ModuleDef caching (issue1274801)

2011-01-11 Thread alexander . mitin
After a very hot local discussion :) we came to conclusion that we don't need CCLM to maintain ModuleDefs cache and can use HARD,SOFT map for top-level cache and ordinary map for moduleName-ModuleDef cache. I'll upload a new patch shortly. http://gwt-code-reviews.appspot.com/1274801/show --

[gwt-contrib] [GWT Designer] Use per ClassLoader ModuleDef caching (issue1274801)

2011-01-10 Thread alexander . mitin
Reviewers: rdayal, scottb, zundel, Description: In GWT Designer we need separated class loader for every project open in Designer. Please review this at http://gwt-code-reviews.appspot.com/1274801/show Affected files: dev/core/src/com/google/gwt/dev/cfg/ModuleDefLoader.java

[gwt-contrib] [GWT Designer] Don't cache rebind results while design time (issue1275801)

2011-01-10 Thread alexander . mitin
Reviewers: rdayal, scottb, zundel, Description: Newly generated type needed every time when user modifies UiBinder-based UI using the Designer Editor (I also set rebindCache to null while instantiating ShellModuleSpaceHost). Please review this at http://gwt-code-reviews.appspot.com/1275801/show

[gwt-contrib] Dev mode resource loading speed up (issue1262802)

2011-01-07 Thread alexander . mitin
Reviewers: rdayal, scottb, zundel, Description: Use more faster string split in critical places. Please review this at http://gwt-code-reviews.appspot.com/1262802/show Affected files: dev/core/src/com/google/gwt/dev/resource/impl/PathPrefixSet.java

[gwt-contrib] Re: TypeOracle becomes interfaces (issue1113801)

2010-12-11 Thread alexander . mitin
r9400 still doesn't work against pre-compiled third-party libraries, for example, GXT (ExtGWT). The error is: java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected at

[gwt-contrib] Re: Isolates the portion of TypeOracleMediator that (issue1188802)

2010-12-08 Thread alexander . mitin
of the TypeOracle as interface is very suitable, I did the same by myself but I'll use the Scott's version; additionally, I did some refactoring of the CompiledClassLoader to remove the DispatchIdOracle (and related) from it). -- Alexander Mitin, GWT Designer Developer On 2010/12/06 19:48:18, zundel

Re: GWT Designer Code Generation Problem

2010-11-22 Thread Alexander Mitin
http://download.instantiations.com/D2GWTDoc/continuous/latest/docs/html/preferences/gwt/preferences_code_generation.html On Nov 22, 9:50 am, Noor baken...@gmail.com wrote:  Hello, I am new to GWT but I've been using java object orientation programming for quite a long. The problem is that