`
dcaoyuan
  • 浏览: 299913 次
社区版块
存档分类
最新评论
文章列表
Bellow are some issues that I met when upgraded from rails 1.1.6 to 1.2.x: 1.About enrivonment.rb Make sure your application configuration behind: Rails::Initializer.run do |config| ... end I met this issue when I put following code: require 'environments/localization_environment' require 'loc ...
I did some work to get Erlang editor supported on NetBeans. As the Schliemann project (Generic Language Framework) is still under developing, I just got simple syntax coloring, indentation, code folding etc. working. I'll contribute it to NetBeans Community when it's stable enough. Here is a snapsho ...
Geertjan from NetBeans took three interviews with language programmers for NetBeans, one of them is me, where I talked about ErlyBird - Erlang Editor for NetBeans and AIOTrade (formly HumaiTrader) which are all based on NetBeans Platform. About AIOTrade, in the interview, I said: "I'm going to ...
I've got the initial Erlang project management supported in ErlyBird, where the Erlang project tree can be newly created and managed by NetBeans. The code is ported from Tor's work for Ruby in NetBeans, and I'll try to sync my work with his work. The Erlang interactive console does not truly work y ...
Updated Apr 11: copy/paste can be done via Ctrl+C/Ctrl+V. The Erlang Shell console finally works on NetBeans, it works as same as on the shell/dos environment with historical commands feature. It still lacks copy/paste feature. And ErlyBird supported Emakefile based project build. In the output wi ...
ErlyBird now support completion for remote function call. And, if you click on the name of a remote function call, ErlyBird will open the remote module source file, and jump to the position of declaration. (Only OTP modules are supported currently) The screenshot shows the popup with candidate functi ...
I sold out all my hold on Stock Exchange of China this morning, and will take a break until end of this year. Wow, what a year.
Updated Oct 10: pread_file/5 should open a new FIle process each cycle Updated Oct 05: Wrote a new version, which is more parallelized-likeness. Updated Sep 27: Per Gustafsson gave a better solution, it took 5.155 seconds on my computer, with all record maching tasks done. And, get all lines ready w ...
I'm pleased to announce ErlyBird 0.15.1, an Erlang IDE based on NetBeans. This is a performance improvement release. This release will only provide all-in-one IDE package, which is in size of 18.3M. CHANGELOG: Performance improvement. Integrated with NetBeans' Common Scripting Framework. Thanks ...
Updated(Sep 23): Known issues: Formmater: String literal that is broken to multiple lines will be reformatted, this should be fixed. (Done in trunk) 'Run project' does not work yet. When more than one projects are opened concurrently, 'Go to declaration' for remote function may not work. You can clo ...
I patched NetBeans' Generic Languages Framework: Schliemann, and got Brace Matching and Mark Occurences working perfectly on ErlyBird now. As shown on the screenshot, when you put the caret on "end" or "case", the matched "case" or "end' will be highlighing. When ...
As a newbie to Erlang, I'm not familiar with those OTP module/functions, I have to go back to see the docs again and again. At least, now ErlyBird will suggest me the arguments of each function now. Click on the picture to enlarge it Other progress: If erl/erl.exe is under the environment path ...
Updated Aug 16: Fix bugs when json is an array. Add a 'json:root' element always since valid xml should have a root. Remove 'obj' tag that is not necessary. Updated Aug 15: A more complete json_parser.erl. Thanks for tonyg's beautiful work, fixed some bugs. Updated Aug 5: rewrote json_parser.erl base ...
The migrating from Rails to Erlyweb of our project is going to be finished. I got more experience on how to deal with Erlyweb. First, the project management can be more straightforward. Here is it: 2. Manage project - Reloaded Erlyweb provides erlyweb:compile(App, ..) to compile the source files und ...
Updated Aug 23: Please see From Rails to Erlyweb - Part II Manage Project - Reloaded Updated July 15: store the database configuration in <opaque> session of yaws.conf Updated May 2: erlweb:compile(AppDir::string(), Options::[option()]) has option: {auto_compile, Val}, where Val is 'true', or ...
Global site tag (gtag.js) - Google Analytics